From 0d0728e2d139498bdc1b260caa9f8233b99563c9 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 11 Dec 2015 14:40:13 +0100 Subject: [PATCH] name WANIPv6FirewallControl:1 service WANUPv6Firewall1 done according to http://upnp.org/specs/gw/UPnP-gw-InternetGatewayDevice-v2-Device.pdf 2.2 (page 9) --- miniupnpd/upnpdescgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniupnpd/upnpdescgen.c b/miniupnpd/upnpdescgen.c index 2bcd341..da78b42 100644 --- a/miniupnpd/upnpdescgen.c +++ b/miniupnpd/upnpdescgen.c @@ -261,7 +261,7 @@ static const struct XMLElt rootDesc[] = #ifdef ENABLE_6FC_SERVICE /* 58 */ {"/serviceType", "urn:schemas-upnp-org:service:WANIPv6FirewallControl:1"}, - {"/serviceId", "urn:upnp-org:serviceId:WANIPv6FC1"}, + {"/serviceId", "urn:upnp-org:serviceId:WANIPv6Firewall1"}, {"/controlURL", WANIP6FC_CONTROLURL}, {"/eventSubURL", WANIP6FC_EVENTURL}, {"/SCPDURL", WANIP6FC_PATH},