23 Sep, 2006

2 commits


01 Apr, 2006

1 commit

  • This unifies ipt_esp and ip6t_esp to xt_esp. Please note that now
    a user program needs to specify IPPROTO_ESP as protocol to use esp match
    with IPv6. This means that ip6tables requires '-p esp' like iptables.

    Signed-off-by: Yasuyuki Kozakai
    Signed-off-by: Patrick McHardy
    Signed-off-by: David S. Miller

    Yasuyuki Kozakai