From 764316a133db8e5e2d1f2a9d941ffae993d7c9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kis-Szab=C3=B3?= Date: Mon, 26 Feb 2001 17:31:20 +0000 Subject: ip6tables-save/-restore by Kis-Szabo Andras --- iptables-save.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'iptables-save.c') diff --git a/iptables-save.c b/iptables-save.c index c66554dc..f648efae 100644 --- a/iptables-save.c +++ b/iptables-save.c @@ -63,11 +63,13 @@ struct pprot { u_int8_t num; }; -/* FIXME: why don't we use /etc/services ? */ +/* FIXME: why don't we use /etc/protocols ? */ static const struct pprot chain_protos[] = { { "tcp", IPPROTO_TCP }, { "udp", IPPROTO_UDP }, { "icmp", IPPROTO_ICMP }, + { "esp", IPPROTO_ESP }, + { "ah", IPPROTO_AH }, }; static void print_proto(u_int16_t proto, int invert) -- cgit v1.2.3