From 010491fd08073baedbbb8407056de4428306c936 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Thu, 12 Sep 2002 07:14:55 +0000 Subject: Fix save() functions of mac match,ipv4 and ipv6. (Michael Schwendt) --- extensions/libip6t_mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libip6t_mac.c') diff --git a/extensions/libip6t_mac.c b/extensions/libip6t_mac.c index 8fbb8190..aac3980f 100644 --- a/extensions/libip6t_mac.c +++ b/extensions/libip6t_mac.c @@ -118,7 +118,7 @@ print(const struct ip6t_ip6 *ip, /* Saves the union ip6t_matchinfo in parsable form to stdout. */ static void save(const struct ip6t_ip6 *ip, const struct ip6t_entry_match *match) { - printf("--mac "); + printf("--mac-source "); print_mac(((struct ip6t_mac_info *)match->data)->srcaddr, ((struct ip6t_mac_info *)match->data)->invert); } -- cgit v1.2.3