mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-12-28 19:10:28 +05:30
Duplicate mesh.07-bridge.network history in check.01-eth.network history.
This commit is contained in:
parent
8137b5067b
commit
ea283a3247
17
systemd-networkd/check.01-eth.network
Normal file
17
systemd-networkd/check.01-eth.network
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Ah! This is where the magic happens!
|
||||||
|
# This is the interface userspace applications will be using to
|
||||||
|
# communicate with others devices
|
||||||
|
|
||||||
|
[Match]
|
||||||
|
Name=bridge0
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
# use DHCP to assign an IP
|
||||||
|
DHCP=yes
|
||||||
|
|
||||||
|
# if DHCP fails, assign a random address
|
||||||
|
LinkLocalAddressing=yes
|
||||||
|
|
||||||
|
# LLMNR and MulticastDNS are used for hostname discovery
|
||||||
|
LLMNR=yes
|
||||||
|
MulticastDNS=yes
|
Loading…
Reference in New Issue
Block a user