Skip to content

Commit

Permalink
tools: proto-only nexthops default
Browse files Browse the repository at this point in the history
In cumulus, we set proto-only nexthops by default.
The frr-reload script needs to ignore this when
removing config like it does for other default configs.

Ticket: CM-30002
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
  • Loading branch information
sworleys authored and donaldsharp committed Dec 18, 2024
1 parent 0c62d77 commit c4b9065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/frr-reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,7 @@ def ignore_unconfigurable_lines(lines_to_add, lines_to_del):
"username",
"password",
"line vty",
"zebra nexthop proto only",
"service integrated-vtysh-config",
]
]
Expand Down

0 comments on commit c4b9065

Please sign in to comment.