opnsense / core

OPNsense GUI, API and systems backend
https://opnsense.org/
BSD 2-Clause "Simplified" License
3.07k stars 700 forks source link

Firewall->Shaper->Rules not showing all pipes and queues in Target selection dropdown when creating new Rule #7499

Open denverpilot opened 3 weeks ago

denverpilot commented 3 weeks ago

Important notices

Before you add a new report, we ask you kindly to acknowledge the following:

Describe the bug

Only attempted on 24.1.8 (so far)... In Firewall->Shaper->Rules... Rule creation doesn't show all Pipes and Queues that have been created and applied as options for Target.

What I see as the only option is the first Pipe added ONLY, the second Pipe and two Queues are not in the dropdown.

To Reproduce

Simplest way: Set up identical to the screenshots in this tutorial, once at "Rules" the only option available to add to Target will be the Download Pipe. The Upload Pipe, nor the Download or Upload Queues, will be available as selections.

https://maltechx.de/en/2021/03/opnsense-setup-traffic-shaping-and-reduce-bufferbloat/

Expected behavior

Should be able to see and select all Pipes and Queues as Targets in selection dropdown.

Describe alternatives you considered

Attempted a few things like altering the names of pipes and queues to "simple" names in case it's a parsing bug somewhere. Happy to provide any other details needed.

Screenshots

Can add if unclear. Setup is identical to the above tutorial other than different speeds on Pipes.

Relevant log files

N/A

Additional context

N/A

Environment

OpnSense 24.1.8 (amd64)

denverpilot commented 3 weeks ago

Hmm... apologies... more playing with this, it APPEARS that capital letters in Pipe and Queue names may have been the issue...? Quite odd...

Renaming everything in the example given to things like "up pipe" and "down pipe" and such, SEEMS to have allowed all options to show up in the Target dropdown.

I will play more tomorrow and see if I can reproduce.