[tr064] Fixed parameter patterns (#9749)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
parent
8864566e18
commit
673535a551
|
@ -64,7 +64,8 @@
|
|||
<service deviceType="urn:dslforum-org:device:InternetGatewayDevice:1"
|
||||
serviceId="urn:X_AVM-DE_HostFilter-com:serviceId:X_AVM-DE_HostFilter1"/>
|
||||
<getAction name="GetWANAccessByIP" argument="NewDisallow">
|
||||
<parameter name="NewIPv4Address" thingParameter="wanBlockIPs"/>
|
||||
<parameter name="NewIPv4Address" thingParameter="wanBlockIPs"
|
||||
pattern="([1-9]\d{0,2}\.){3}[1-9]\d{0,2}(\s*#.*)*"/>
|
||||
</getAction>
|
||||
<setAction name="DisallowWANAccessByIP" argument="NewDisallow">
|
||||
<parameter name="NewIPv4Address" thingParameter="wanBlockIPs"/>
|
||||
|
@ -141,7 +142,8 @@
|
|||
<item type="Switch"/>
|
||||
<service deviceType="urn:dslforum-org:device:LANDevice:1" serviceId="urn:LanDeviceHosts-com:serviceId:Hosts1"/>
|
||||
<getAction name="GetSpecificHostEntry" argument="NewActive">
|
||||
<parameter name="NewMACAddress" thingParameter="macOnline" pattern="([0-9A-Fa-f]{2}:){5}[0-9A-Fa-f]{2}"/>
|
||||
<parameter name="NewMACAddress" thingParameter="macOnline"
|
||||
pattern="([0-9A-Fa-f]{2}:){5}[0-9A-Fa-f]{2}(\s*#.*)*"/>
|
||||
</getAction>
|
||||
</channel>
|
||||
|
||||
|
|
Loading…
Reference in New Issue