{
# We are sending advertisements (route)
AdvSendAdvert on;
# Advertise no more than every 30 seconds MinRtrAdvInterval 30;
# Advertise at least every 100 seconds MaxRtrAdvInterval 100;
# Netmask length must be "/64"
prefix 2001:DB8:1:0/64
# Says to hosts:"Everything sharing this prefix is on the same link as you."
AdvOnLink on;
# Says to hosts: "Use the prefix to autoconfigure your address"
AdvAutonomous on;
AdvRouterAddr on;
};