diff options
author | Ruben van Dijk <15885455+RubenNL@users.noreply.github.com> | 2025-04-03 00:26:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-02 22:26:52 +0000 |
commit | ef8ddefce682656a1f1f1155707cfcff67a29c0f (patch) | |
tree | e98ba896a701c969a815cb1b181064b0975b5a1a /changelogs | |
parent | 640519ab2bd3e95840d140a96d278659a9d0850d (diff) | |
download | vyos.vyos-ef8ddefce682656a1f1f1155707cfcff67a29c0f.tar.gz vyos.vyos-ef8ddefce682656a1f1f1155707cfcff67a29c0f.zip |
T7284: Allow deletion of firewall description (#406)
* T7284 (Delete firewall description not possible) Added failing tests.
* T7284 (Delete firewall description not possible) Functional code.
* T7284 (Delete firewall description not possible) Fixed pep8.
* T7284 (Delete firewall description not possible) Added changelog.
* T7284 (Delete firewall description not possible) Fixed changelog.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/T7284-delete_firewall_description.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/T7284-delete_firewall_description.yml b/changelogs/fragments/T7284-delete_firewall_description.yml new file mode 100644 index 00000000..fe2b1882 --- /dev/null +++ b/changelogs/fragments/T7284-delete_firewall_description.yml @@ -0,0 +1,2 @@ +bugfixes: + - vyos_firewall_rules - Allow deleting of firewall description. |