Page MenuHomeVyOS Platform

Firewall does not delete networks from the table raw
Closed, ResolvedPublicBUG

Description

Firewall does not delete networks set from the table raw
To reproduce:

set firewall group network-group bogons-v4 network 192.0.2.0/24
commit
delete firewall
commit

Check set:

vyos@r4# sudo nft list set ip raw N_bogons-v4
table ip raw {
	set N_bogons-v4 {
		type ipv4_addr
		flags interval
		auto-merge
		elements = { 192.0.2.0/24 }
	}
}

Details

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