Experimental IPv6 installbox.
This commit is contained in:
parent
de2a473cde
commit
6438585128
5 changed files with 125 additions and 0 deletions
10
roles/dhcp6radvdatftp/templates/radvd.conf.j2
Normal file
10
roles/dhcp6radvdatftp/templates/radvd.conf.j2
Normal file
|
@ -0,0 +1,10 @@
|
|||
interface {{ if_lan }}
|
||||
{
|
||||
AdvSendAdvert on;
|
||||
AdvManagedFlag on;
|
||||
AdvOtherConfigFlag on;
|
||||
|
||||
prefix {{ prefix }}
|
||||
{
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue