diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-05-17 15:26:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 19:26:10 +0000 |
commit | 58083777641f6e11b84d40de3a35400cda8c08a4 (patch) | |
tree | 2d0785fcf751422381bd94b3514bf2eea8f2b074 /changelogs | |
parent | b40a269ef86aff5928dfda162cad8a7e6884debb (diff) | |
download | vyos.vyos-58083777641f6e11b84d40de3a35400cda8c08a4.tar.gz vyos.vyos-58083777641f6e11b84d40de3a35400cda8c08a4.zip |
linters fix (#160)
Replace admin_distance with distance while generating static_routes nexthop command
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/fix_static_routes_distance.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/fix_static_routes_distance.yaml b/changelogs/fragments/fix_static_routes_distance.yaml new file mode 100644 index 0000000..97caa18 --- /dev/null +++ b/changelogs/fragments/fix_static_routes_distance.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - change admin_distance to distance while generating static_routes nexthop command. |