bundles/systemd-networkd: support bond and bridge interfaces

This commit is contained in:
Franzi 2020-11-12 19:38:10 +01:00
parent 633ccb97fd
commit f2a0f0b46a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 81 additions and 3 deletions

View file

@ -0,0 +1,14 @@
<%
from ipaddress import ip_network
%>\
[Match]
Name=${interface}
[Network]
DHCP=yes
IPv6AcceptRA=yes
UseHostname=no
% if config.get('forwarding', False):
IPForward=yes
%endif