diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-14 07:01:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 07:01:09 +0100 |
commit | 4b8534e2f67f41931c3ff262c4fbbf4b43d7afcf (patch) | |
tree | 20ff8647bf42bd6e787f39e56499be95e4e8e9fd /interface-definitions/policy.xml.in | |
parent | 92b828154497c534ce82af16320ed34f0c15e51c (diff) | |
parent | 2a203e816f7cf3c6152e77277ec114b4767a06c7 (diff) | |
download | vyos-1x-4b8534e2f67f41931c3ff262c4fbbf4b43d7afcf.tar.gz vyos-1x-4b8534e2f67f41931c3ff262c4fbbf4b43d7afcf.zip |
Merge pull request #1655 from fett0/T4813
T4813: Add L3vpn over gre option from route-map
Diffstat (limited to 'interface-definitions/policy.xml.in')
-rw-r--r-- | interface-definitions/policy.xml.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in index 6c60276d5..b3745fda0 100644 --- a/interface-definitions/policy.xml.in +++ b/interface-definitions/policy.xml.in @@ -1356,6 +1356,26 @@ </leafNode> </children> </node> + <node name="l3vpn-nexthop"> + <properties> + <help>Next hop Information</help> + </properties> + <children> + <node name="encapsulation"> + <properties> + <help>Encapsulation options (for BGP only)</help> + </properties> + <children> + <leafNode name="gre"> + <properties> + <help>Accept L3VPN traffic over GRE encapsulation</help> + <valueless/> + </properties> + </leafNode> + </children> + </node> + </children> + </node> <leafNode name="local-preference"> <properties> <help>BGP local preference attribute</help> |