]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
payload: fix name of eth_proto
authorPatrick McHardy <kaber@trash.net>
Wed, 15 Jan 2014 11:57:28 +0000 (11:57 +0000)
committerPatrick McHardy <kaber@trash.net>
Wed, 15 Jan 2014 11:57:28 +0000 (11:57 +0000)
It's "ether" now since we've changed the keyword.

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/payload.c

index ea0d4e260da84e33725f9e514e65763ec6f2ba24..86d75fa580f31b9bc4a6cd00641f8b50036e9258 100644 (file)
@@ -1026,7 +1026,7 @@ const struct datatype ethertype_type = {
        ETHHDR_TEMPLATE(__name, &etheraddr_type, __member)
 
 const struct payload_desc payload_eth = {
-       .name           = "eth",
+       .name           = "ether",
        .base           = PAYLOAD_BASE_LL_HDR,
        .protocol_key   = ETHHDR_TYPE,
        .protocols      = {