-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
rhel-9.4
-
Yes
-
Important
-
rhel-sst-networking-core
-
ssg_networking
-
None
-
False
-
-
None
-
None
-
None
-
None
-
-
Unspecified
-
None
What were you trying to do that didn't work?
"iifkind vxlan" and "iifkind gretap" expressions can not be deployed successfully.
Please provide the package NVR for which the bug is seen:
nftables-1.0.9-1.el9.x86_64
5.14.0-424.el9.x86_64
How reproducible:
always
Steps to reproduce
- nft add table ip t
- nft add chain ip t c
- nft add rule ip t c meta iifkind vxlan counter log prefix VXLAN
Error: syntax error, unexpected vxlan
add rule ip t c meta iifkind vxlan counter log prefix VXLAN
^^^^^
Expected results
The rule should add success.
"iifkind gretap" had same synptom.
nftables-1.0.4-11.el9_3 works fine.