Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2011 16:04:25 +0300
From:      Nikolay Denev <ndenev@gmail.com>
To:        Mitya <mitya@cabletv.dp.ua>
Cc:        freebsd-net@freebsd.org
Subject:   Re: IFF_RENAMING interface flag
Message-ID:  <F8FDA16C-A481-41F3-8821-FEA2B7AD5036@gmail.com>
In-Reply-To: <4E12F228.6020800@cabletv.dp.ua>
References:  <4E12F228.6020800@cabletv.dp.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 5, 2011, at 2:14 PM, Mitya wrote:

> Where I can see IFF_RENAMING interface flag ?
>=20
> /usr/include/net/if.h
>=20
> [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 */
>=20
>=20
> /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"
>=20
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"

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

Regards,
Nikolay=20=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F8FDA16C-A481-41F3-8821-FEA2B7AD5036>