pybatmesh/systemd-networkd/06-wireless-ap.network
2021-05-10 15:15:42 +05:30

23 lines
477 B
SYSTEMD

# This file links any interface in ap mode
# to the bridge we created earlier
# This file won't do anything if an ap interface is not found.
[Match]
WLANInterfaceType=ap
[Network]
Description=Wireless AP
# link the interface to the bridge
Bridge=bridge0
# Like in the ad-hoc network and bat0, this interface
# should not have any ip address assigned to it.
# The address will be assigned to the bridge
DHCP=no
DHCPServer=no
LinkLocalAddressing=no
LLMNR=no
MulticastDNS=no