-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Multiple interaces for floating rule #260
Labels
feature request
New feature or request
Comments
VIKMSTR
added
backlog
Issues backlogged for inclusion in future releases
feature request
New feature or request
labels
Jul 11, 2022
Asked here while ago on the relevant PR btw: |
And actually, the values from already existing floating rules are also returned in "opt1,opt9" format in interface attribute. {
"id": "",
"tracker": "1656335395",
"type": "pass",
"interface": "opt1,opt9",
"ipprotocol": "inet",
"tag": "",
"tagged": "",
"direction": "any",
"floating": "yes",
"max": "",
"max-src-nodes": "",
"max-src-conn": "",
"max-src-states": "",
"statetimeout": "",
"statetype": "keep state",
"os": "",
"protocol": "tcp",
"source": {
"any": ""
},
"destination": {
"any": ""
},
"disabled": "",
"descr": "",
"updated": {
"time": "1656335395",
"username": "admin@172.16.18.2 (Local Database)"
},
"created": {
"time": "1656335395",
"username": "admin@172.16.18.2 (Local Database)"
}
} Is there any reason why not enable multiple interfaces separated by "," (without spaces) - like backwards compatibility reasons etc? |
jaredhendrickson13
removed
the
backlog
Issues backlogged for inclusion in future releases
label
Sep 1, 2022
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since version 1.4.0 there is a possibility to manage floating firewall rules.
But the meaning of floating rules is, that they can be related to multiple interfaces.
When you open a firewall rule edit page, you can see "multiselect" text area to pick multiple interfaces.
This is not possible to achieve with API.
Solution proposal:
or
Cheers,
Viktor
The text was updated successfully, but these errors were encountered: