patch-2.4.23 linux-2.4.23/include/net/if_inet6.h
Next file: linux-2.4.23/include/net/inet_common.h
Previous file: linux-2.4.23/include/net/bluetooth/rfcomm.h
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/include/net/if_inet6.h
- Orig date:
2003-08-25 04:44:44.000000000 -0700
diff -urN linux-2.4.22/include/net/if_inet6.h linux-2.4.23/include/net/if_inet6.h
@@ -15,6 +15,10 @@
#ifndef _NET_IF_INET6_H
#define _NET_IF_INET6_H
+#include <linux/ipv6.h>
+
+#define IF_RA_OTHERCONF 0x80
+#define IF_RA_MANAGED 0x40
#define IF_RA_RCVD 0x20
#define IF_RS_SENT 0x10
@@ -124,22 +128,6 @@
#define IFA_SITE IPV6_ADDR_SITELOCAL
#define IFA_GLOBAL 0x0000U
-struct ipv6_devconf
-{
- int forwarding;
- int hop_limit;
- int mtu6;
- int accept_ra;
- int accept_redirects;
- int autoconf;
- int dad_transmits;
- int rtr_solicits;
- int rtr_solicit_interval;
- int rtr_solicit_delay;
-
- void *sysctl;
-};
-
struct inet6_dev
{
struct net_device *dev;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)