Skip to content

Commit

Permalink
Merge pull request #4091 from c-po/lldp-t6727
Browse files Browse the repository at this point in the history
lldp: T6727: add missing input validation for interface names
  • Loading branch information
c-po committed Sep 21, 2024
2 parents 46a76ac + 82ba669 commit 3e884c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions interface-definitions/service_lldp.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<script>${vyos_completion_dir}/list_interfaces</script>
<list>all</list>
</completionHelp>
<constraint>
#include <include/constraint/interface-name.xml.i>
<regex>all</regex>
</constraint>
</properties>
<children>
#include <include/generic-disable-node.xml.i>
Expand Down

0 comments on commit 3e884c5

Please sign in to comment.