diff options
author | Chris Buechler <cbuechler@gmail.com> | 2024-02-01 14:24:26 -0600 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-01 20:25:31 +0000 |
commit | 2c7fd390372629a9b8911efd792bd0fa469af1bb (patch) | |
tree | 56b38dfe650d4ec7779604fbcf48f87449bd5ade /interface-definitions/service_upnp.xml.in | |
parent | 9109a5603963216180f6d6fe09820ee1ba227ade (diff) | |
download | vyos-1x-2c7fd390372629a9b8911efd792bd0fa469af1bb.tar.gz vyos-1x-2c7fd390372629a9b8911efd792bd0fa469af1bb.zip |
upnp: T5989: add ipv4-prefix as a valid option for UPnP ACLs
(cherry picked from commit 0307801b8928bbaaa20caf5bd10b928bae459490)
Diffstat (limited to 'interface-definitions/service_upnp.xml.in')
-rw-r--r-- | interface-definitions/service_upnp.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/service_upnp.xml.in b/interface-definitions/service_upnp.xml.in index 20e01bfbd..064386ee5 100644 --- a/interface-definitions/service_upnp.xml.in +++ b/interface-definitions/service_upnp.xml.in @@ -205,6 +205,7 @@ <constraint> <validator name="ipv4-address"/> <validator name="ipv4-host"/> + <validator name="ipv4-prefix"/> </constraint> </properties> </leafNode> |