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.
Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.
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.