From 40c342f3a84a75acc9f41c83cb735e966da7c47e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 5 Apr 2019 20:14:22 +0200 Subject: [dhcpv6-relay] T1322: bugfix on multiple listen interfaces Same cause as with commit c6988bb4110541478dad74d0b892fd4643ed530a --- src/conf_mode/dhcpv6_relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf_mode/dhcpv6_relay.py') diff --git a/src/conf_mode/dhcpv6_relay.py b/src/conf_mode/dhcpv6_relay.py index 8b8ceb358..5868abe8a 100755 --- a/src/conf_mode/dhcpv6_relay.py +++ b/src/conf_mode/dhcpv6_relay.py @@ -30,7 +30,7 @@ config_tmpl = """ ### Autogenerated by dhcpv6_relay.py ### # Defaults for isc-dhcpv6-relay initscript sourced by /etc/init.d/isc-dhcpv6-relay -OPTIONS="-6 -l {{ listen_addr | join('-l ') }} -u {{ upstream_addr | join(' -u ') }} {{ options | join(' ') }}" +OPTIONS="-6 -l {{ listen_addr | join(' -l ') }} -u {{ upstream_addr | join(' -u ') }} {{ options | join(' ') }}" """ -- cgit v1.2.3