diff options
author | Emil Renner Berthing <esmil@labitat.dk> | 2018-11-24 21:47:43 +0100 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2018-11-24 21:58:38 +0100 |
commit | 7560cc6b35204fa1c34653e39028f5cfe8d4abe4 (patch) | |
tree | 37ac93bdfb06ade998ec45bc9f69fc7d6bad78a9 /roles/space_server/files/networkd/10-lan.network | |
parent | ffda72edc80b4719476b095cb35209ff809abf5c (diff) | |
download | labitat-ansible-7560cc6b35204fa1c34653e39028f5cfe8d4abe4.tar.gz labitat-ansible-7560cc6b35204fa1c34653e39028f5cfe8d4abe4.tar.xz labitat-ansible-7560cc6b35204fa1c34653e39028f5cfe8d4abe4.zip |
space_server: networkd: smarter set difference
Diffstat (limited to 'roles/space_server/files/networkd/10-lan.network')
-rw-r--r-- | roles/space_server/files/networkd/10-lan.network | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roles/space_server/files/networkd/10-lan.network b/roles/space_server/files/networkd/10-lan.network new file mode 100644 index 0000000..08b85aa --- /dev/null +++ b/roles/space_server/files/networkd/10-lan.network @@ -0,0 +1,19 @@ +[Match] +Name=lan + +#[Link] +#ARP=no + +[Network] +DHCP=no +IPv6AcceptRA=no +LinkLocalAddressing=no +LLMNR=no +MulticastDNS=no +VLAN=lan10 +VLAN=lan11 +VLAN=lan12 +VLAN=lan13 +VLAN=lan14 +VLAN=lan15 +VLAN=lan20 |