summaryrefslogtreecommitdiff
path: root/src/network/networkd-ndisc.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-02-06 20:05:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-02-07 13:30:40 +0900
commite2c4070edfb07edbdec5ef41d72a2229db9bcf1b (patch)
tree5d9749ff3e36127847d9f8e708020a576ffd9238 /src/network/networkd-ndisc.h
parent6e55b9b75839d257bfb430dac9900db18c956f0a (diff)
downloadsystemd-e2c4070edfb07edbdec5ef41d72a2229db9bcf1b.tar.gz
network: rename eui64 to static
See RFC 4291. Follow-up for 5f506a55606fed9fd74b851a18f15a9835a26d08.
Diffstat (limited to 'src/network/networkd-ndisc.h')
-rw-r--r--src/network/networkd-ndisc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-ndisc.h b/src/network/networkd-ndisc.h
index 18d1a96476..02c2f8afda 100644
--- a/src/network/networkd-ndisc.h
+++ b/src/network/networkd-ndisc.h
@@ -9,7 +9,7 @@ typedef struct IPv6Token IPv6Token;
typedef enum IPv6TokenAddressGeneration {
IPV6_TOKEN_ADDRESS_GENERATION_NONE,
- IPV6_TOKEN_ADDRESS_GENERATION_EUI64,
+ IPV6_TOKEN_ADDRESS_GENERATION_STATIC,
IPV6_TOKEN_ADDRESS_GENERATION_PREFIXSTABLE,
_IPV6_TOKEN_ADDRESS_GENERATION_MAX,
_IPV6_TOKEN_ADDRESS_GENERATION_INVALID = -1,