mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-30 10:42:15 +05:30
Pranav Jerry
f4a490210d
They won't work yet but when they do we can use the classes in iwd.py instead of using dasbus directly. Also added a Name to Match in systemd-networkd/06-eth.network
25 lines
568 B
SYSTEMD
25 lines
568 B
SYSTEMD
# This file links any interface in ap mode
|
|
# to the bridge we created earlier.
|
|
# To start an AP, connect two adapters to the computer
|
|
# before starting naxalnet.service
|
|
# 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
|
|
|