Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conf.apf documentation problem for IFACE_TRUSTED #2

Open
interworx opened this issue Apr 15, 2014 · 0 comments
Open

conf.apf documentation problem for IFACE_TRUSTED #2

interworx opened this issue Apr 15, 2014 · 0 comments

Comments

@interworx
Copy link

The conf.apf says:

Trusted Network interface(s); all traffic on defined interface(s) will by-pass

ALL firewall rules, format is white space or comma separated list.

IFACE_TRUSTED=""

It appears that comma separated is not actually supported however. There's no error, but it just doesn't work.

files/firewall does:
if [ ! "$IFACE_TRUSTED" == "" ]; then
for i in echo $IFACE_TRUSTED; do

which doesn't take comma separated into account, and I don't see any place else that tries to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants