Use `iif` instead of `iifname`

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

Loading