Page MenuHomeVyOS Platform

Impossible to show a specific firewall group
Closed, ResolvedPublicBUG

Description

In 1.3 you can show a specific firewall group

vyos@r4:~$ show firewall group 
Possible completions:
  <Enter>       Execute the current command
  FOO           Show IPv4 firewall group
  FOO2

1.4 it is impossible:

vyos@r11-roll:~$ show firewall group 
Possible completions:
  <Enter>       Execute the current command

      
vyos@r11-roll:~$ show firewall group FOO

  Invalid command: show firewall group [FOO]

vyos@r11-roll:~$

Details

Difficulty level
Unknown (require assessment)
Version
VyOS 1.4-rolling-202201020317
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

PR https://github.com/vyos/vyos-1x/pull/1131

vyos@r11-roll:~$ show firewall group 
Possible completions:
  <Enter>       Execute the current command
  FOO           Show firewall group
  FOO2
  NETV6
  PORTGRP

vyos@r11-roll:~$ show firewall group FOO2
Firewall Groups

Name    Type           References    Members
------  -------------  ------------  -----------
FOO2    address_group                203.0.113.3
vyos@r11-roll:~$
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta board.