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/network/10-lan20.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/network/10-lan20.network')
-rw-r--r-- | roles/space_server/files/network/10-lan20.network | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/roles/space_server/files/network/10-lan20.network b/roles/space_server/files/network/10-lan20.network deleted file mode 100644 index 06b1ff1..0000000 --- a/roles/space_server/files/network/10-lan20.network +++ /dev/null @@ -1,23 +0,0 @@ -[Match] -Name=lan20 - -[Network] -DHCP=no -IPv6AcceptRA=no -LinkLocalAddressing=no -Address=185.38.175.65/26 -Address=2a01:4262:1ab:20::1/64 -Address=fe80::1/64 -IPForward=yes -LLMNR=no -MulticastDNS=no -LLDP=yes -EmitLLDP=no - -[Route] -Destination=2a01:4262:1ab::cafe/128 -Gateway=2a01:4262:1ab:20::5 - -[Route] -Destination=2a01:4262:1ab::db/128 -Gateway=2a01:4262:1ab:20::6 |