summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
authorrusty <rusty>2000-08-27 07:41:39 +0000
committerrusty <rusty>2000-08-27 07:41:39 +0000
commit42418fdd99a907cd0f35e07894d803815505184d (patch)
treee14e1945819db051efbdeaabba9e39e49833df2a /iptables.c
parentcdb486f9ea6123771259d7bb9ea1952c9dc97278 (diff)
Jan Echternach's string_to_number bignum fixes.
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/iptables.c b/iptables.c
index 92f0175..2f18826 100644
--- a/iptables.c
+++ b/iptables.c
@@ -200,6 +200,8 @@ static const struct pprot chain_protos[] = {
{ "tcp", IPPROTO_TCP },
{ "udp", IPPROTO_UDP },
{ "icmp", IPPROTO_ICMP },
+ { "esp", IPPROTO_ESP },
+ { "ah", IPPROTO_AH },
{ "all", 0 },
};