1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

networkd: drop duplicate definition of IPV6_MIN_MTU

We already have it in missing.h, and once suffices.
This commit is contained in:
Lennart Poettering 2018-04-20 16:17:45 +02:00
parent 96aa6591d1
commit ba68a35958

View 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,