X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=net%2Fipv4%2Fah4.c;h=008e69d2e4239245c4ea4bdbf4f1e59cb4d31c62;hp=2b98943e6b025d378bb4a07153ef7b6198c8275d;hb=11a03f78fbf15a866ba3bf6359a75cdfd1ced703;hpb=8802f616f6de8576805f32e47602816f141118f2 diff --git a/net/ipv4/ah4.c b/net/ipv4/ah4.c index 2b98943e6b0..008e69d2e42 100644 --- a/net/ipv4/ah4.c +++ b/net/ipv4/ah4.c @@ -35,7 +35,7 @@ static int ip_clear_mutable_options(struct iphdr *iph, u32 *daddr) switch (*optptr) { case IPOPT_SEC: case 0x85: /* Some "Extended Security" crap. */ - case 0x86: /* Another "Commercial Security" crap. */ + case IPOPT_CIPSO: case IPOPT_RA: case 0x80|21: /* RFC1770 */ break;