Skip to content

Use `iif` instead of `iifname`

Duncan Vriend requested to merge dexus/nftables:dexus-main-patch-21104 into main

iif should be faster than iifname; because it avoids a string comparison, according to the wiki.

Furthermore, the archwiki also uses iif lo in all their examples.

Merge request reports