diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-02-11 23:45:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 23:45:42 +0000 |
commit | 1d0c97f7b13ef1e4c857d64dc968c5f284e5d1ad (patch) | |
tree | 1874e8c50cb3beff4fa126d913ec01c568567227 /interface-definitions | |
parent | f068330bb2605e1a8bec17c638211dc99ccd0536 (diff) | |
parent | a22e0ee09ff4750de004090f1f55ee75a12dc821 (diff) | |
download | vyos-1x-1d0c97f7b13ef1e4c857d64dc968c5f284e5d1ad.tar.gz vyos-1x-1d0c97f7b13ef1e4c857d64dc968c5f284e5d1ad.zip |
Merge pull request #2986 from c-po/bgp-t6010
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"> |