diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2022-03-01 11:01:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 16:01:04 +0000 |
commit | 2299c492ca285f227cdb2043c9602e58ba55bf72 (patch) | |
tree | 35bde410f5940aea7337d34808c844e240278ec8 /changelogs | |
parent | b28632c3e581371f3b0d670d376ab409a4b8fa0e (diff) | |
download | vyos.vyos-2299c492ca285f227cdb2043c9602e58ba55bf72.tar.gz vyos.vyos-2299c492ca285f227cdb2043c9602e58ba55bf72.zip |
Change parameter 'disabled' to 'disable' in test_vyos_firewall_rules.py (#240)
Change parameter 'disabled' to 'disable' in test_vyos_firewall_rules.py
SUMMARY
Fixes #239
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
Reviewed-by: Sagar Paul <sagpaul@redhat.com>
Reviewed-by: GomathiselviS <None>
Reviewed-by: Rohit Thakur <rohitthakur2590@outlook.com>
Reviewed-by: None <None>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/vyos_firewall_rules_fix_rules_disable.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/vyos_firewall_rules_fix_rules_disable.yaml b/changelogs/fragments/vyos_firewall_rules_fix_rules_disable.yaml new file mode 100644 index 0000000..612ba5c --- /dev/null +++ b/changelogs/fragments/vyos_firewall_rules_fix_rules_disable.yaml @@ -0,0 +1,3 @@ +--- +minor_changes: + - vyos_firewall_rules - fixed incorrect option 'disabled' passed to the rules. |