diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-02-12 06:26:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-12 06:26:09 +0100 |
| commit | b818555726b6945ce5f095e113041765a2e0163a (patch) | |
| tree | 8b47bb26cdcd099b6a4f626f812b1dce2bb62635 /interface-definitions/include | |
| parent | 5abd4333c1ee0f21448c6c0520e72cba36a709ca (diff) | |
| parent | b5525d96617abcb0e8618c92d17640678074b02a (diff) | |
| download | vyos-1x-b818555726b6945ce5f095e113041765a2e0163a.tar.gz vyos-1x-b818555726b6945ce5f095e113041765a2e0163a.zip | |
Merge pull request #2989 from vyos/mergify/bp/sagitta/pr-2986
bgp: T6010: support setting multiple values for neighbor path-attribute (backport #2986)
Diffstat (limited to 'interface-definitions/include')
| -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"> |
