From b5805446890bb5c2a9f96f19a54e9367a5ba6a9b Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 12 Feb 2022 16:34:47 +1300 Subject: haskell/haskell-iproute: Added (IP Routing Table). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- haskell/haskell-iproute/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 haskell/haskell-iproute/slack-desc (limited to 'haskell/haskell-iproute/slack-desc') 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: -- cgit v1.2.3