You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out including a dependency depending on installedness is not
standard practice.
Manually includes and excludes xtables from the userspace binaries:
./configure # xtables included
./configure --with-xtables # xtables included
./configure --with-xtables=yes # xtables included
./configure --with-xtables=no # xtables excluded
Took a while, but I think I finally landed optional iptables
properly.
Progress on #273.
0 commit comments