summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/extensions
diff options
context:
space:
mode:
authorfnm3 <fnm3>2002-11-21 10:49:38 +0000
committerfnm3 <fnm3>2002-11-21 10:49:38 +0000
commit29d11b372c176c93a31c3e0a7b55624e038a8454 (patch)
treeae3aefba3a91bf8066276bde475fe31806f105a2 /userspace/ebtables2/extensions
parentabd6a9fd6a36de9c2adb9e9aaf248cafa339dd45 (diff)
Fixed ethertypes database path in the print_help() function:
" protocol type string: see "_PATH_ETHERTYPES"\n");
Diffstat (limited to 'userspace/ebtables2/extensions')
-rw-r--r--userspace/ebtables2/extensions/ebt_arp.c2
1 files changed, 1 insertions, 1 deletions
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)