-
Notifications
You must be signed in to change notification settings - Fork 175
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
Add free bsd firewall #2606
base: main
Are you sure you want to change the base?
Add free bsd firewall #2606
Conversation
4eb1efc
to
f38ac53
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
2939e53
to
4f5b62c
Compare
@somil55 can you verify it? |
|
||
|
||
class Ipf(Tool): | ||
_ipf_enable_pattern = re.compile( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add few example patterns here?
@sharsonia, can @somil55 continue on this PR? |
@squirrelsc - Will update this today and test it out |
94076eb
to
93d787a
Compare
391defa
to
d34481a
Compare
d34481a
to
ee672e7
Compare
force_run=True, | ||
) | ||
ipf_enable_found = re.search(self._ipf_enable_pattern, cmd_result) | ||
if ipf_enable_found: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to reload the service using this file rc.conf file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to reload the service using this file rc.conf file?
Hmm think we can do "service ipfilter start" to start IPF.
255e72c
to
51d9acc
Compare
@sharsonia @somil55 any update on this PR? If it's useful, can we merge it with a priority? |
No description provided.