summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAna Rey <anarey@gmail.com>2014-02-17 10:46:11 +0000
committerPatrick McHardy <kaber@trash.net>2014-02-17 10:46:11 +0000
commit413eded14172324ca9b659746802bcdfba9e5376 (patch)
tree54fa4545ad7a745a550edaaaacde679277a11579
parent661f5efc90267825b4bccfef4c069d6c340ef089 (diff)
src: proto: fixed a rreply symbol
There is a bug with rreply symbol. The rreply and reply symbol were the same. There is a reproduction of this bug here: $ sudo nft add rule arp art-t filter arp operation reply $ sudo nft list table arp art-t table arp art-t { chain filter { type filter hook input priority 0; arp operation 512 } } $ sudo nft add rule arp art-t filter arp operation rreply $ sudo nft list table arp art-t table arp art-t { chain filter { type filter hook input priority 0; arp operation 512 <===== arp operation 512 <===== } } Signed-off-by: Patrick McHardy <kaber@trash.net>
0 files changed, 0 insertions, 0 deletions