diff options
| author | doctorpangloss <2229300+doctorpangloss@users.noreply.github.com> | 2026-05-11 15:44:50 -0700 |
|---|---|---|
| committer | doctorpangloss <2229300+doctorpangloss@users.noreply.github.com> | 2026-05-12 10:57:27 -0700 |
| commit | 33ac35a45b813ab408c7ce0ccb511608a637fc68 (patch) | |
| tree | 9565d9516575a2bc2e0dd16f7f1d4bcc2d36d466 /interface-definitions | |
| parent | 2df14cbbc0e4e5e6657bb02938768d48f7294684 (diff) | |
| download | vyos-1x-33ac35a45b813ab408c7ce0ccb511608a637fc68.tar.gz vyos-1x-33ac35a45b813ab408c7ce0ccb511608a637fc68.zip | |
wan: T8480: make only-default-route opt-in
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/load-balancing_wan.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/load-balancing_wan.xml.in b/interface-definitions/load-balancing_wan.xml.in index 24be00111..17bd3aaf3 100644 --- a/interface-definitions/load-balancing_wan.xml.in +++ b/interface-definitions/load-balancing_wan.xml.in @@ -29,6 +29,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="only-default-route"> + <properties> + <help>Prefer specific routes in the main routing table over WAN load balancing</help> + <valueless/> + </properties> + </leafNode> <leafNode name="hook"> <properties> <help>Script to be executed on interface status change</help> |
