Re: route(8) doc question

2012-08-01 Thread Andres Perera
use `route get x` flags are expanded, unlike with "show" i know of at least one place where route(1) is used in scripts, /etc/netstart. if that weren't the case, i would suggest altering the output of `route -v`. i would expect the latter to also be used in scripts since manipulating routes in t

Re: route(8) doc question

2012-08-01 Thread Artturi Alm
2012/8/1 Michael W. Lucas > Hi, > > "route show" displays flags for a route. But route(8) doesn't give me > a conversion between those flags and their meaning. route(4) lists the > flags, but in hex format and not such that I can translate "UGRS" into > anything useful. > > I found the table in s

route(8) doc question

2012-08-01 Thread Michael W. Lucas
Hi, "route show" displays flags for a route. But route(8) doesn't give me a conversion between those flags and their meaning. route(4) lists the flags, but in hex format and not such that I can translate "UGRS" into anything useful. I found the table in src/sbin/route/show.c, so my immediate purp