blob: 8acb7492ad09605919b1b7777e15da95bdf44d91 [file] [log] [blame]
# Template radvd that contains a prefix that will get substituted later.
interface br0 {
AdvSendAdvert on;
prefix __PREFIX__
{
AdvOnLink on;
AdvAutonomous on;
};
};