commit | e674d0f38de6109b59dbe30fba8b296a03229b8e | [log] [tgz] |
---|---|---|
author | Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> | Mon Sep 19 15:34:40 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 19 15:34:40 2005 -0700 |
tree | 459271f7cef6319dfa7ca9ab050269c98e551994 | |
parent | 926b50f92a30090da2c1a8675de954c2d9b09732 [diff] |
[NETFILTER] ip6tables: remove duplicate code Some IPv6 matches have very similar loops to find IPv6 extension header and we can unify them. This patch introduces ipv6_find_hdr() to do it. I just checked that it can find the target headers in the packet which has dst,hbh,rt,frag,ah,esp headers. Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>