diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-12 16:34:47 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:18:00 +0700 |
commit | b5805446890bb5c2a9f96f19a54e9367a5ba6a9b (patch) | |
tree | f210803c163d4347870d246899392a9fe4bd8fbf /haskell/haskell-iproute/slack-desc | |
parent | cd647bd9331654f0a66b9296d1b4ce702c1151d3 (diff) | |
download | slackbuilds-b5805446890bb5c2a9f96f19a54e9367a5ba6a9b.tar.gz |
haskell/haskell-iproute: Added (IP Routing Table).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-iproute/slack-desc')
-rw-r--r-- | haskell/haskell-iproute/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-iproute/slack-desc b/haskell/haskell-iproute/slack-desc new file mode 100644 index 0000000000..1dbf10a403 --- /dev/null +++ b/haskell/haskell-iproute/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-iproute: haskell-iproute (IP Routing Table) +haskell-iproute: +haskell-iproute: IP Routing Table is a tree of IP ranges to search one of them on the +haskell-iproute: longest match base. It is a kind of TRIE with one way branching +haskell-iproute: removed. Both IPv4 and IPv6 are supported. +haskell-iproute: +haskell-iproute: https://hackage.haskell.org/package/iproute +haskell-iproute: +haskell-iproute: +haskell-iproute: +haskell-iproute: |