plugins
plugins copied to clipboard
FRR: Allow multiple set commands in a Route Map entry
Important notices Before you add a new report, we ask you kindly to acknowledge the following:
- [X] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- [X] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- [X] When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe. For some entries, i have to execute multiple set commands for a single match. As the engine terminates processing after the first match (and I cant set "on-match next" or "continue"), I can only have exactly one set command. Workarounds using "\n" did not work, either.
Describe the solution you'd like An option to have a list of set commands instead of one.
Can you post a config snipped of your setup (which you need) please?
For example, the following config (made up numbers to get the point):
set weight 1000 set community 123:123
This issue has been automatically timed-out (after 180 days of inactivity).
For more information about the policies for this repository, please read https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md for further details.
If someone wants to step up and work on this issue, just let us know, so we can reopen the issue and assign an owner to it.