Pablo Neira Ayuso <pa...@netfilter.org> wrote:
> Add ip-saddr, ip-daddr, ether-saddr, ether-daddr for arp, eg.
> 
>  # nft add table arp x
>  # nft add chain arp x y { type filter hook input priority 0\; }
>  # nft add rule arp x y arp ip-saddr 192.168.2.1 counter

'arp {ip,ether} {s,d}addr' would create ambiguities?

If so, this '-' notation seems ok to me.

Reply via email to