freebsd-dev/sbin/route
Hiroki Sato 826b6d6978 - Add support of MK_INET_SUPPORT=no.
- Fix a bug in sodump() which prevented struct sockaddr_in6 from displaying.
- Fix a bug in in fiboptlist_csv() which could cause free() of uninitialized
  pointer.
- Style cleanups:
 . Add missing "static" keywords.
 . Use an array of struct sockaddr_storage instead of sockunion for rtmsg.
 . Use err() and errx() instead of pair of fprintf(stderr, "...") + exit(1).
 . Use nitems() macro.
 . Various style(9) fixes.
2013-07-17 14:05:20 +00:00
..
keywords Add -fib modifier to specify FIB number. The FIB number can be in a 2012-11-17 19:54:23 +00:00
Makefile - Add support of MK_INET_SUPPORT=no. 2013-07-17 14:05:20 +00:00
route.8 Add -fib modifier to specify FIB number. The FIB number can be in a 2012-11-17 19:54:23 +00:00
route.c - Add support of MK_INET_SUPPORT=no. 2013-07-17 14:05:20 +00:00