Page MenuHomeVyOS Platform

op-mode command 'show firewall" is not complete
Closed, ResolvedPublicBUG

Description

After adding more chains to bridge firewall, we need to extend op-mode command for this new chains:

Current options:

vyos@vyos:~$ show firewall bridge 
Possible completions:
  <Enter>               Execute the current command
  forward               Show bridge forward firewall ruleset
  name                  Show bridge custom firewall chains

vyos@vyos:~$ show firewall bridge

And current available options for configuring bridge firewall:

vyos@vyos# set firewall bridge 
Possible completions:
 > forward              Bridge forward firewall
 > input                Bridge input firewall
+> name                 Bridge custom firewall
 > output               Bridge output firewall
 > prerouting           Bridge prerouting firewall

      
[edit]
vyos@vyos# set firewall bridge

Also, op-mode command for printing firewall logs needs to be extended:

vyos@vyos:~$ show log firewall bridge 
Possible completions:
  <Enter>               Execute the current command
  forward               Show Bridge forward firewall log
  name                  Show custom Bridge firewall log

      
vyos@vyos:~$

Details

Version
1.5-rolling-202409160007
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

n.fort changed the task status from Open to Confirmed.
n.fort claimed this task.
n.fort renamed this task from op-mode command 'show filreall" is not complete to op-mode command 'show firewall" is not complete.Sep 17 2024, 8:30 PM
n.fort updated the task description. (Show Details)
Viacheslav triaged this task as Normal priority.Sep 18 2024, 7:25 AM
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.