diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-03-14 17:10:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 17:10:47 +0100 |
commit | 713b2f3702134abd9a34c539019a83d0e354eb22 (patch) | |
tree | 403500571455f7a01ada0d9b12b1648c2d2f9af4 /interface-definitions | |
parent | c2e66922c93b60d12f1f30bded3cd6d4bae7e117 (diff) | |
parent | 1fb746332602fd53eb5412c8f3c7fc38c09b7d26 (diff) | |
download | vyos-1x-713b2f3702134abd9a34c539019a83d0e354eb22.tar.gz vyos-1x-713b2f3702134abd9a34c539019a83d0e354eb22.zip |
Merge pull request #3121 from natali-rs1985/T2998-equuleus
snmp: T2998: SNMP v3 oid "exclude" option fix
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/snmp.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/snmp.xml.in b/interface-definitions/snmp.xml.in index 1067aa8a8..48aee7c9a 100644 --- a/interface-definitions/snmp.xml.in +++ b/interface-definitions/snmp.xml.in @@ -599,6 +599,7 @@ <leafNode name="exclude"> <properties> <help>Exclude is an optional argument</help> + <multi/> </properties> </leafNode> <leafNode name="mask"> |