diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-10 15:42:08 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-10 15:42:08 +0100 |
commit | a22e0ee09ff4750de004090f1f55ee75a12dc821 (patch) | |
tree | 1874e8c50cb3beff4fa126d913ec01c568567227 /interface-definitions | |
parent | f068330bb2605e1a8bec17c638211dc99ccd0536 (diff) | |
download | vyos-1x-a22e0ee09ff4750de004090f1f55ee75a12dc821.tar.gz vyos-1x-a22e0ee09ff4750de004090f1f55ee75a12dc821.zip |
bgp: T6010: support setting multiple values for neighbor path-attribute
Diffstat (limited to 'interface-definitions')
-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"> |