summaryrefslogtreecommitdiff
path: root/src/op_mode/vyos-op-cmd-wrapper.sh
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-04-15 15:17:14 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2024-04-15 15:17:14 +0000
commitbb832acb97881d747a57da2728eab3ad138b8129 (patch)
tree1d2a2c861bdc7c31b4f8d3bea9f8305646036ca0 /src/op_mode/vyos-op-cmd-wrapper.sh
parenta6ccf358c7148781be438c4a2f89468ebfe5d48f (diff)
downloadvyos-1x-bb832acb97881d747a57da2728eab3ad138b8129.tar.gz
vyos-1x-bb832acb97881d747a57da2728eab3ad138b8129.zip
T5722: Failover route add option onlink
onlink pretend that the nexthop is directly attached to this link, even if it does not match any interface prefix. Useful when gateway not in the same interface network set interfaces ethernet eth0 vif 10 address '10.20.30.1/32' set protocols static route 10.20.30.0/32 interface eth0.10 set protocols failover route 192.0.2.11/32 next-hop 10.20.30.0 onlink ``` vyos@r4# sudo ip route add 192.0.2.111/32 via 10.20.30.0 dev eth0.10 metric 1 proto failover Error: Nexthop has invalid gateway. [edit] vyos@r4# [edit] vyos@r4# sudo ip route add 192.0.2.111/32 via 10.20.30.0 dev eth0.10 onlink metric 1 proto failover [edit] vyos@r4# ```
Diffstat (limited to 'src/op_mode/vyos-op-cmd-wrapper.sh')
0 files changed, 0 insertions, 0 deletions