2021-06-09 17:22:20 +05:30
|
|
|
# Ah! This is where the magic happens!
|
|
|
|
# This is the interface userspace applications will be using to
|
2021-05-10 15:15:42 +05:30
|
|
|
# communicate with others devices
|
|
|
|
|
|
|
|
[Match]
|
2021-09-26 13:31:36 +05:30
|
|
|
Name={bridgedev}
|
2021-05-10 15:15:42 +05:30
|
|
|
|
|
|
|
[Network]
|
2021-09-27 22:30:07 +05:30
|
|
|
Description=bridge to link non-batman machines
|
2021-09-26 13:31:36 +05:30
|
|
|
# Use DHCP to assign an IP
|
2021-05-10 15:15:42 +05:30
|
|
|
DHCP=yes
|
|
|
|
|
2021-09-26 13:31:36 +05:30
|
|
|
# If DHCP fails, assign a random address. This is probably the default,
|
|
|
|
# but we are specifying it anyway.
|
2021-05-10 15:15:42 +05:30
|
|
|
LinkLocalAddressing=yes
|
|
|
|
|
|
|
|
# LLMNR and MulticastDNS are used for hostname discovery
|
|
|
|
LLMNR=yes
|
|
|
|
MulticastDNS=yes
|