iproute icon indicating copy to clipboard operation
iproute copied to clipboard

IP Routing Table in Haskell

Results 12 iproute issues
Sort by recently updated
recently updated
newest added

Currently I see ``` λ> "1" :: IP *** Exception: Prelude.read: no parse ``` it's easily discoverable in REPL but what if IP appears to be somewhere deep inside of...

When dealing with IPv6 interface addresses it is commonplace (at least in Linux) to specify them in the IP/prefix format to define IP and netmask in one go. I was...