From 29d11b372c176c93a31c3e0a7b55624e038a8454 Mon Sep 17 00:00:00 2001 From: fnm3 Date: Thu, 21 Nov 2002 10:49:38 +0000 Subject: Fixed ethertypes database path in the print_help() function: " protocol type string: see "_PATH_ETHERTYPES"\n"); --- userspace/ebtables2/extensions/ebt_arp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/ebtables2/extensions') diff --git a/userspace/ebtables2/extensions/ebt_arp.c b/userspace/ebtables2/extensions/ebt_arp.c index b517068..7325270 100644 --- a/userspace/ebtables2/extensions/ebt_arp.c +++ b/userspace/ebtables2/extensions/ebt_arp.c @@ -53,7 +53,7 @@ static void print_help() printf("%d = %s\n", i + 1, opcodes[i]); printf( " hardware type string: 1 = Ethernet\n" -" protocol type string: see /etc/ethertypes\n"); +" protocol type string: see "_PATH_ETHERTYPES"\n"); } static void init(struct ebt_entry_match *match) -- cgit v1.2.3