[IPv4] ESP: Discard dummy packets introduced in rfc4303
authorThomas Graf <tgraf@suug.ch>
Tue, 11 Dec 2007 00:53:05 +0000 (16:53 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 11 Dec 2007 10:45:26 +0000 (02:45 -0800)
RFC4303 introduces dummy packets with a nexthdr value of 59
to implement traffic confidentiality. Such packets need to
be dropped silently and the payload may not be attempted to
be parsed as it consists of random chunk.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found