diff options
Diffstat (limited to 'usr/src/uts/common/net/if.h')
| -rw-r--r-- | usr/src/uts/common/net/if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/net/if.h b/usr/src/uts/common/net/if.h index d246c14dad..904fe078cb 100644 --- a/usr/src/uts/common/net/if.h +++ b/usr/src/uts/common/net/if.h @@ -148,7 +148,7 @@ struct ifnet { #define IFF_IPV4 0x0001000000 /* IPv4 interface */ #define IFF_IPV6 0x0002000000 /* IPv6 interface */ -#define IFF_MIPRUNNING 0x0004000000 /* Mobile IP controls this interface */ + /* 0x0004000000 was IFF_MIPRUNNING */ #define IFF_NOFAILOVER 0x0008000000 /* Don't failover on NIC failure */ #define IFF_FAILED 0x0010000000 /* NIC has failed */ |
