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

Overview of supported IPtables functionality and syntax #5

Open
pietdevaere opened this issue Sep 10, 2019 · 2 comments
Open

Overview of supported IPtables functionality and syntax #5

pietdevaere opened this issue Sep 10, 2019 · 2 comments

Comments

@pietdevaere
Copy link

At the moment it is a bit hit and miss to figure out what IPtables functions are supported. E.g. using the --source-ports directive or the iprange module appear to crash fws.

@pietdevaere pietdevaere changed the title Overview of support IPtables functionality and syntax Overview of supported IPtables functionality and syntax Sep 10, 2019
@wert310
Copy link
Member

wert310 commented Sep 17, 2019

Hi, at the moment fws supports the options that are used in the examples, that cover the most used ones.

You can see a list in the parse_iptables.py#L40 file (negated=True means that you can use the "!" symbol to negate the argument and mapper=[...]split(",") means that you can insert multiple values separated by ",")

I will leave the issue open until we write the list in a readme file or in the help command 😉

@pietdevaere
Copy link
Author

Great, thanks!

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

2 participants