IFF_RENAMING interface flag

Nikolay Denev ndenev at gmail.com
Tue Jul 5 13:29:00 UTC 2011


On Jul 5, 2011, at 2:14 PM, Mitya wrote:

> Where I can see IFF_RENAMING interface flag ?
> 
> /usr/include/net/if.h
> 
> [skipped...]
> #define IFF_MONITOR     0x40000         /* (n) user-requested monitor mode */
> #define IFF_STATICARP   0x80000         /* (n) static ARP */
> #define IFF_DYING       0x200000        /* (n) interface is winding down */
> #define IFF_RENAMING    0x400000        /* (n) interface is being renamed */
> 
> 
> /usr/src/sbin/ifconfig/ifconfig.c
> [skipped...]
> #define IFFBITS \
> "\020\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\6SMART\7RUNNING" \
> "\10NOARP\11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX\15LINK0\16LINK1\17LINK2" \
> "\20MULTICAST\22PPROMISC\23MONITOR\24STATICARP"
> 
> _______________________________________________
> freebsd-net at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe at freebsd.org"

That's because it's for internal use, same as IFF_DYING, which also can't be seen with ifconfig

Regards,
Nikolay 


More information about the freebsd-net mailing list