Merge pull request #805 from schrc3b6/develop
Fix templating error in radvd.conf
This commit is contained in:
commit
8da068159f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# auto-generated by RADVD service (utility.py)
|
# auto-generated by RADVD service (utility.py)
|
||||||
% for ifname, prefixes in values:
|
% for ifname, prefixes in ifaces:
|
||||||
interface ${ifname}
|
interface ${ifname}
|
||||||
{
|
{
|
||||||
AdvSendAdvert on;
|
AdvSendAdvert on;
|
||||||
|
|
Loading…
Reference in a new issue