Peter Memishian wrote: > > > Quickly looking at the common/inet sources from the above workspace, I > > > still see a number of references that look suspicious: > > > > Excellent, thanks. :-) > > Sure thing. One more: > > inet/ip_stack.h 261: * needed through the reverse tunnel table or through > ills
Removed. > > ... and another leftover in route.c: > > static char ifnetflags[] = > "\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5PTP\6NOTRAILERS\7RUNNING\010NOARP" > "\011PPROMISC\012ALLMULTI\013INTELLIGENT\014MULTICAST" > "\015MULTI_BCAST\016UNNUMBERED\017DHCP\020PRIVATE" > "\021NOXMIT\022NOLOCAL\023DEPRECATED\024ADDRCONF" > "\025ROUTER\026NONUD\027ANYCAST\030NORTEXCH\031IPv4\032IPv6" > --> "\033MIP\034NOFAILOVER\035FAILED\036STANDBY\037INACTIVE\040OFFLINE" > "\041XRESOLV\042COS\043PREFERRED\044TEMPORARY"; > > (Also, looks like someone forgot to update the above to account for > FIXEDMTU, VIRTUAL, an DUPLICATE. Oops!) I'll blow away MIP, and file a bug to add the other three while I'm here. I'll have to remember to skip what was the MIP bit in this forsaken array of utter nonsense. Thanks, -Seb
