]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
networkd: drop duplicate definition of IPV6_MIN_MTU
authorLennart Poettering <lennart@poettering.net>
Fri, 20 Apr 2018 14:17:45 +0000 (16:17 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 26 Apr 2018 11:51:44 +0000 (13:51 +0200)
We already have it in missing.h, and once suffices.

src/network/networkd-network.h

index f58c2d32d3693fe73cb704752d84ff15e0ef23e2..13938d4ad7840f5165ebeb82abca5859ee7ce591 100644 (file)
@@ -33,8 +33,6 @@
 #define BRIDGE_VLAN_BITMAP_MAX 4096
 #define BRIDGE_VLAN_BITMAP_LEN (BRIDGE_VLAN_BITMAP_MAX / 32)
 
-#define IPV6_MIN_MTU 1280
-
 typedef enum DHCPClientIdentifier {
         DHCP_CLIENT_ID_MAC,
         DHCP_CLIENT_ID_DUID,