wsdd/wsdd.xml
Herbert Graeber 9e6fb26a25 - Update to version 0.8
* Configuration files for firewalld added
  * Show device type and allow filtering in API's list command
  * Add option --metadata-timeout to set the timeout for the HTTP-based
    metadata exchange
  * The employed UUID is now read from /etc/{machine-id,hostid} before
    falling by back to the UUID derivation from the host name.
  * Handle addresses with zone id by ignoring the interface part
  * Do not crash with asyncio future error when non-existing interface is
    provided
- Remove some bashism from wsdd-init.sh
- Use the unmodified service files from wsdd for Leap 15.5 and below, else
  reuse ws-discovery-udp service from firewalld

OBS-URL: https://build.opensuse.org/package/show/network/wsdd?expand=0&rev=35
2024-04-01 09:44:47 +00:00

8 lines
206 B
XML

<?xml version="1.0" encoding="utf-8"?>
<service>
<short>wsdd</short>
<description>Web Service Discovery</description>
<include service="wsdd-http"/>
<include service="ws-discovery-udp"/>
</service>