How to Configure Broadcast-Only Routing
Use the following procedure to change net.slp.isBroadcastOnly property to True.
- Become an administrator.
For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.3.
- Stop slpd and
all SLP activity on the host.
# svcadm disable network/slp
-
Back up the default /etc/inet/slp.conf file before you change the
configuration settings.
- Change the net.slp.isBroadcastOnly property in the slpd.conf file to True:
net.slp.isBroadcastOnly=True
- Save your changes and close the
file.
- Restart slpd to
activate your changes.
# svcadm enable network/slp