2009/8/7 David Young <dyo...@netbsd.org>: > Module Name: src > Committed By: dyoung > Date: Fri Aug 7 18:53:37 UTC 2009 > > Modified Files: > src/sbin/ifconfig: af_inet6.c extern.h ifconfig.c tunnel.c util.c > > Log Message: > Add option -N. -N is just the opposite of option -n in netstat(8) > or route(8): it tells ifconfig(8) to try to resolve numbers to > hosts and service names. > > This default ifconfig behavior stays the same as it always was. > > > To generate a diff of this commit: > cvs rdiff -u -r1.23 -r1.24 src/sbin/ifconfig/af_inet6.c > cvs rdiff -u -r1.13 -r1.14 src/sbin/ifconfig/extern.h > cvs rdiff -u -r1.219 -r1.220 src/sbin/ifconfig/ifconfig.c > cvs rdiff -u -r1.16 -r1.17 src/sbin/ifconfig/tunnel.c > cvs rdiff -u -r1.11 -r1.12 src/sbin/ifconfig/util.c > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files. > >
nice one :)