diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-05-26 08:11:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-26 08:11:55 +0200 |
| commit | 9534f4202e4430b4a58caa28603e5594178fd745 (patch) | |
| tree | cac0d3076244ada474801d939a394e27c9de4a33 /interface-definitions | |
| parent | 7b19c149d4edd39bfe441f1d38d602c707fa7ae2 (diff) | |
| parent | 33ac35a45b813ab408c7ce0ccb511608a637fc68 (diff) | |
| download | vyos-1x-9534f4202e4430b4a58caa28603e5594178fd745.tar.gz vyos-1x-9534f4202e4430b4a58caa28603e5594178fd745.zip | |
Merge pull request #5119 from AppMana/T8480
wan: T8480: add suppress_prefixlength ip rules for internal routing
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> |
