diff options
author | Shawn Wilsher <656602+sdwilsh@users.noreply.github.com> | 2021-04-29 14:59:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 21:59:04 +0000 |
commit | bbfba5ce18f50e3c5284b75df99ba2d8b069c46f (patch) | |
tree | 45de27e7cff4e695f2418152c6b9522b4065bf56 /changelogs | |
parent | 27481cb586042ef4ff1c15f8df46493bb84b3980 (diff) | |
download | vyos.vyos-bbfba5ce18f50e3c5284b75df99ba2d8b069c46f.tar.gz vyos.vyos-bbfba5ce18f50e3c5284b75df99ba2d8b069c46f.zip |
[firewall_global] port-groups are not added (#143)
[firewall_global] port-groups are not added
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/fix_port_groups.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/fix_port_groups.yaml b/changelogs/fragments/fix_port_groups.yaml new file mode 100644 index 00000000..abe592be --- /dev/null +++ b/changelogs/fragments/fix_port_groups.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - firewall_global - port-groups were not added (https://github.com/ansible-collections/vyos.vyos/issues/107) |