fix Layer3Forwarding serviceId to be consistent with IGDv2 spec
This commit is contained in:
parent
24d54ba13a
commit
d89e4aaf70
|
@ -282,7 +282,7 @@ static const struct XMLElt rootDesc[] =
|
|||
#ifdef ENABLE_L3F_SERVICE
|
||||
/* 60 / 65 = SERVICES_OFFSET+2 */
|
||||
{"/serviceType", "urn:schemas-upnp-org:service:Layer3Forwarding:1"},
|
||||
{"/serviceId", "urn:upnp-org:serviceId:Layer3Forwarding1"},
|
||||
{"/serviceId", "urn:upnp-org:serviceId:L3Forwarding1"},
|
||||
{"/controlURL", L3F_CONTROLURL}, /* The Layer3Forwarding service is only */
|
||||
{"/eventSubURL", L3F_EVENTURL}, /* recommended, not mandatory */
|
||||
{"/SCPDURL", L3F_PATH},
|
||||
|
|
Loading…
Reference in New Issue