I've inherited administration duties for a firewall/gateway server, and I'm trying to understand what a particular static route setup in rc.local means:
...
route add 123.123.123.123/30 10.10.3.14
route add 123.123.123.123/32 10.10.3.13
...
Obviously, the IP addresses have been changed to protect the innocent.
What does this mean, and why is it routed this way?