Modify ↓
Opened 5 years ago
Closed 5 years ago
#13386 closed defect (fixed)
Firewall forward rules broken for tcp+udp default setting
Reported by: | anonymous | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Chaos Calmer 15.05 |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description
It took me a while to find out why my firewall rules werent working proberly, and it seems the new the trunk LUCI UI has some sort of bug for adding forwarding rules. The default setting is TCP+UDP but it seems it's broken by first write to the config files. A workaround is to create a rule, edit it to tcp or udp only and then edit it back to tcp+udp again, then it is working and also correctly listed as tcp+udp.
Attachments (0)
Change History (1)
comment:1 Changed 5 years ago by jow
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
r36521 aligns firewall3 behaviour with the old implementation - means rules are implicitly set to "tcp+udp" if no proto is specified.