[IPV6]: remove more unused IPV6_AUTHHDR things.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Tue, 28 Jun 2005 22:46:24 +0000 (15:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Jun 2005 22:46:24 +0000 (15:46 -0700)
Remove two more unused IPV6_AUTHHDR option things,
which I failed to remove them last time,
plus, mark IPV6_AUTHHDR obsolete.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/in6.h
include/net/ipv6.h
net/ipv6/ip6_flowlabel.c

index f8256c582845399c47f2818e2b9900115e5aa528..dcf5720ffcbb3419c524140bfbc02945c53f3e47 100644 (file)
@@ -156,7 +156,7 @@ struct in6_flowlabel_req
 #define IPV6_CHECKSUM          7
 #define IPV6_HOPLIMIT          8
 #define IPV6_NEXTHOP           9
-#define IPV6_AUTHHDR           10
+#define IPV6_AUTHHDR           10      /* obsolete */
 #define IPV6_FLOWINFO          11
 
 #define IPV6_UNICAST_HOPS      16
index 771b47e30f86eed68fb3c9d221847704b81572a7..69324465e8b357fd1d10e90eac83630319f6dac8 100644 (file)
@@ -183,7 +183,6 @@ struct ipv6_txoptions
        struct ipv6_opt_hdr     *hopopt;
        struct ipv6_opt_hdr     *dst0opt;
        struct ipv6_rt_hdr      *srcrt; /* Routing Header */
-       struct ipv6_opt_hdr     *auth;
        struct ipv6_opt_hdr     *dst1opt;
 
        /* Option buffer, as read by IPV6_PKTOPTIONS, starts here. */
index 0e5f7499debb81ce758d4e788d2182d07c5d2b53..b6c73da5ff358b5c8b803ce489e46b28a0bd5611 100644 (file)
@@ -244,7 +244,6 @@ struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions * opt_space,
                opt_space->opt_nflen = 0;
        }
        opt_space->dst1opt = fopt->dst1opt;
-       opt_space->auth = fopt->auth;
        opt_space->opt_flen = fopt->opt_flen;
        return opt_space;
 }