summaryrefslogtreecommitdiff
path: root/usr.sbin/rad/rad.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rad/rad.c')
-rw-r--r--usr.sbin/rad/rad.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rad/rad.c b/usr.sbin/rad/rad.c
index b283e58fbf1..a0c317265b0 100644
--- a/usr.sbin/rad/rad.c
+++ b/usr.sbin/rad/rad.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rad.c,v 1.29 2023/04/19 12:58:16 jsg Exp $ */
+/* $OpenBSD: rad.c,v 1.30 2024/05/17 06:50:14 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -757,6 +757,7 @@ config_new_empty(void)
xconf->ra_options.router_lifetime = ADV_DEFAULT_LIFETIME;
xconf->ra_options.reachable_time = 0;
xconf->ra_options.retrans_timer = 0;
+ xconf->ra_options.source_link_addr = 1;
xconf->ra_options.mtu = 0;
xconf->ra_options.rdns_lifetime = DEFAULT_RDNS_LIFETIME;
SIMPLEQ_INIT(&xconf->ra_options.ra_rdnss_list);