This line of code was dropped by accident, add it back.

Fixes: 68e5e18210b8d ("nft-arp: adds nft_arp_save_firewall")
Signed-off-by: Phil Sutter <p...@nwl.cc>
---
 iptables/nft-arp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iptables/nft-arp.c b/iptables/nft-arp.c
index f5b05f864963a..8bb7f24f90e76 100644
--- a/iptables/nft-arp.c
+++ b/iptables/nft-arp.c
@@ -543,6 +543,7 @@ after_devdst:
                if (tmp <= NUMOPCODES && !(format & FMT_NUMERIC))
                        printf("--opcode %s", opcodes[tmp-1]);
                else
+                       printf("--opcode %d", tmp);
 
                if (fw->arp.arpop_mask != 65535)
                        printf("/%d", ntohs(fw->arp.arpop_mask));
-- 
2.18.0

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to