From b94eb786ad673f86971e195a644ec78816c1a710 Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 7 Aug 2002 09:54:45 +0000 Subject: rename 'host' in 'unicast' --- extensions/libipt_pkttype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions') diff --git a/extensions/libipt_pkttype.c b/extensions/libipt_pkttype.c index c60cb28..9141e48 100644 --- a/extensions/libipt_pkttype.c +++ b/extensions/libipt_pkttype.c @@ -28,7 +28,7 @@ struct pkttypes { }; static const struct pkttypes supported_types[] = { - {"host", PACKET_HOST, 1, "to us"}, + {"unicast", PACKET_HOST, 1, "to us"}, {"broadcast", PACKET_BROADCAST, 1, "to all"}, {"multicast", PACKET_MULTICAST, 1, "to group"}, /* @@ -38,7 +38,7 @@ static const struct pkttypes supported_types[] = { /* aliases */ {"bcast", PACKET_BROADCAST, 0, NULL}, {"mcast", PACKET_MULTICAST, 0, NULL}, - {"for-us", PACKET_HOST, 0, NULL} + {"host", PACKET_HOST, 0, NULL} }; static void print_types() -- cgit v1.2.3