[Bug 956] New: ARP operation is listed in network byte order
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Wed May 28 20:30:22 CEST 2014
https://bugzilla.netfilter.org/show_bug.cgi?id=956
Summary: ARP operation is listed in network byte order
Product: nftables
Version: unspecified
Platform: x86_64
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: anarey at gmail.com
Estimated Hours: 0.0
We add this rule:
$ sudo nft add rule arp testarp input arp operation {nak, inreply, inrequest,
rreply, rrequest, reply, request}
But, when we list the table, nft lists a integer value as an 'operation'
parameter:
table arp testarp {
chain input {
arp operation { 512, 2048, 2560, 2304, 256, 1024, 768 }
arp operation 2560
}
}
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the netfilter-buglog
mailing list