Page MenuHomeVyOS Platform

Firewall global settings no showing
Closed, InvalidPublicBUG

Description

There are global settings:

set firewall state-policy established action 'accept'
set firewall state-policy invalid action 'drop'
set firewall state-policy related action 'accept'

The current output:

vyos@vyos2:~$ show firewall 
Rulesets Information
vyos@vyos2:~$

Expected (old) output

vyos@r1:~$ show firewall 

------------------------
Firewall Global Settings
------------------------

Firewall state-policy for all IPv4 and Ipv6 traffic

state           action   log     
-----           ------   ---     
invalid         drop     disabled
established     accept   disabled
related         accept   disabled

-----------------------------
Rulesets Information
-----------------------------
vyos@r1:~$

Details

Difficulty level
Normal (likely a few hours)
Version
VyOS 1.4-rolling-202305030317
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

The global state-policy was dropped from CLI.
Close it for now.