aboutsummaryrefslogtreecommitdiff
path: root/dhcp6relay.c
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-11-05 00:51:51 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commitf9ceabd79fa560b2455e99bb43976152f01599aa (patch)
tree99fc3d0477d5073e653684c4595ed93d57db8825 /dhcp6relay.c
parent425e93b34208dff385b7269050ec0439a25e6ffb (diff)
accepts ULA (Bug-ID 1584704)
Diffstat (limited to 'dhcp6relay.c')
-rw-r--r--dhcp6relay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcp6relay.c b/dhcp6relay.c
index 8032879..738074a 100644
--- a/dhcp6relay.c
+++ b/dhcp6relay.c
@@ -100,6 +100,7 @@ TAILQ_HEAD(, prefix_list) global_prefixes; /* list of non-link-local prefixes */
static char *global_strings[] = {
/* "fec0::/10", site-local unicast addresses were deprecated */
"2000::/3",
+ "FC00::/7", /* Unique Local Address (RFC4193) */
NULL
};