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)

Event Timeline

sarthurdev changed the task status from Open to Confirmed.Sep 13 2023, 10:49 AM
sarthurdev claimed this task.
sarthurdev changed the task status from Confirmed to Needs testing.Sep 16 2023, 11:45 AM
sarthurdev moved this task from Need Triage to In Progress on the VyOS 1.5 Circinus board.
sarthurdev moved this task from In Progress to Finished on the VyOS 1.5 Circinus board.