wsdd/ws-discovery-udp.xml
Herbert Graeber 55fdfae23a Accepting request 986075 from home:hgraeber:branches:network
Include ws-discovery-udp service from firewalld 1.0 as part of wsdd.xml, to restrict port 3702 to multicast use.

OBS-URL: https://build.opensuse.org/request/show/986075
OBS-URL: https://build.opensuse.org/package/show/network/wsdd?expand=0&rev=23
2022-07-01 14:46:31 +00:00

8 lines
375 B
XML

<?xml version="1.0" encoding="utf-8"?>
<service>
<short>WS-Discovery (UDP)</short>
<description>Web Services Dynamic Discovery (WS-Discovery) is a technical specification that defines a multicast discovery protocol to locate services on a local network.</description>
<port protocol="udp" port="3702"/>
<destination ipv4="239.255.255.250" ipv6="ff02::c"/>
</service>