diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-10 15:42:08 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-11 23:46:38 +0000 |
commit | b5525d96617abcb0e8618c92d17640678074b02a (patch) | |
tree | 8b47bb26cdcd099b6a4f626f812b1dce2bb62635 /interface-definitions/include/bgp | |
parent | 5abd4333c1ee0f21448c6c0520e72cba36a709ca (diff) | |
download | vyos-1x-b5525d96617abcb0e8618c92d17640678074b02a.tar.gz vyos-1x-b5525d96617abcb0e8618c92d17640678074b02a.zip |
bgp: T6010: support setting multiple values for neighbor path-attribute
(cherry picked from commit a22e0ee09ff4750de004090f1f55ee75a12dc821)
Diffstat (limited to 'interface-definitions/include/bgp')
-rw-r--r-- | interface-definitions/include/bgp/neighbor-path-attribute.xml.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/include/bgp/neighbor-path-attribute.xml.i b/interface-definitions/include/bgp/neighbor-path-attribute.xml.i index 30568d8c6..399a6bcdd 100644 --- a/interface-definitions/include/bgp/neighbor-path-attribute.xml.i +++ b/interface-definitions/include/bgp/neighbor-path-attribute.xml.i @@ -14,6 +14,7 @@ <constraint> <validator name="numeric" argument="--range 1-255"/> </constraint> + <multi/> </properties> </leafNode> <leafNode name="treat-as-withdraw"> |