patch-2.4.19 linux-2.4.19/include/net/ndisc.h

Next file: linux-2.4.19/include/net/pkt_sched.h
Previous file: linux-2.4.19/include/net/iw_handler.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/net/ndisc.h linux-2.4.19/include/net/ndisc.h
@@ -42,11 +42,7 @@
 struct nd_msg {
         struct icmp6hdr	icmph;
         struct in6_addr	target;
-        struct {
-                __u8	opt_type;
-                __u8	opt_len;
-                __u8	link_addr[MAX_ADDR_LEN];
-        } opt;
+	__u8		opt[0];
 };
 
 struct ra_msg {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)