CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/26 15:33:29
Modified files:
usr.bin/nc : netcat.c
usr.bin/telnet : commands.c externs.h main.c
Log message:
Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet,
same style as traceroute6 (change to int and use -1 as a flag, so rtable 0
can still be used as an explicit parameter).
