diff options
author | Ashwini Mhatre <mashu97@gmail.com> | 2021-07-07 20:33:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 15:03:54 +0000 |
commit | 5c767d4266fe028cc0c11b05447e61ae89af9d45 (patch) | |
tree | 30e7bd1b330845f689009bc2bf5005a315259d1a /changelogs | |
parent | e8e9cc5537c36a1f5eaf28cfc16b4101028f2013 (diff) | |
download | vyos-ansible-old-5c767d4266fe028cc0c11b05447e61ae89af9d45.tar.gz vyos-ansible-old-5c767d4266fe028cc0c11b05447e61ae89af9d45.zip |
fix issue in route-maps facts code when route-maps facts are empty. (#182)
fix issue in route-maps facts code when route-maps facts are empty.
SUMMARY
fixes: #181
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Rohit Thakur <rohitthakur2590@outlook.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/fix_issue_vyos_facts.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/fix_issue_vyos_facts.yaml b/changelogs/fragments/fix_issue_vyos_facts.yaml new file mode 100644 index 0000000..81653a0 --- /dev/null +++ b/changelogs/fragments/fix_issue_vyos_facts.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - fix issue in route-maps facts code when route-maps facts are empty. |