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
8 lines
375 B
XML
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>
|