diff options
author | hagbard-01 <39653662+hagbard-01@users.noreply.github.com> | 2019-06-27 11:42:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 11:42:04 -0700 |
commit | 9cf9fbaaa0f6c22483a8ab8ad8f79e34b12fbed0 (patch) | |
tree | b8c729c134af5b4375cfbef2000e6fac1ca3e9af /src/conf_mode | |
parent | c097bd8a07b7417fa9ea1ea47aa1c3645add9714 (diff) | |
parent | 89995dcec3a2a6b9112f11cf1c9e4a1bcb4d66d6 (diff) | |
download | vyos-1x-9cf9fbaaa0f6c22483a8ab8ad8f79e34b12fbed0.tar.gz vyos-1x-9cf9fbaaa0f6c22483a8ab8ad8f79e34b12fbed0.zip |
Merge pull request #77 from jjakob/T1470-improve-show-dhcpv6-server-leases
T1470: improve output of "show dhcpv6 server leases"
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-x | src/conf_mode/dhcpv6_server.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf_mode/dhcpv6_server.py b/src/conf_mode/dhcpv6_server.py index 37da3ef25..f5117de53 100755 --- a/src/conf_mode/dhcpv6_server.py +++ b/src/conf_mode/dhcpv6_server.py @@ -101,6 +101,9 @@ shared-network {{ network.name }} { {%- endfor %} } {%- endfor %} + on commit { + set shared-networkname = "{{ network.name }}"; + } } {%- endif %} {% endfor %} |