trixie/roles/dhcp6radvdatftp/templates/radvd.conf.j2

11 lines
132 B
Text
Raw Normal View History

2022-06-25 10:11:57 +02:00
interface {{ if_lan }}
{
AdvSendAdvert on;
AdvManagedFlag on;
AdvOtherConfigFlag on;
prefix {{ prefix }}
{
};
};