diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-16 18:39:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 18:39:59 +0200 |
commit | 5a481813c0590d1dd800772251c9ccb25f6faefc (patch) | |
tree | 4715a4abe058f1f898e36fd106006204ffceda6e /interface-definitions | |
parent | d8bca084a1f050a52bef46f5e1b589cbf89ce54d (diff) | |
parent | 6cace2df99c700dfaafe0d414257e4c3a9061771 (diff) | |
download | vyos-1x-5a481813c0590d1dd800772251c9ccb25f6faefc.tar.gz vyos-1x-5a481813c0590d1dd800772251c9ccb25f6faefc.zip |
Merge pull request #3319 from vyos/mergify/bp/sagitta/pr-3313
T5722: Failover route add option onlink (backport #3313)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/protocols_failover.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/protocols_failover.xml.in b/interface-definitions/protocols_failover.xml.in index c0caec68e..f70975949 100644 --- a/interface-definitions/protocols_failover.xml.in +++ b/interface-definitions/protocols_failover.xml.in @@ -124,6 +124,12 @@ </properties> <defaultValue>1</defaultValue> </leafNode> + <leafNode name="onlink"> + <properties> + <help>The next hop is directly connected to the interface, even if it does not match interface prefix</help> + <valueless/> + </properties> + </leafNode> </children> </tagNode> </children> |