Sign in
gfiber
/
buildroot
/
35eb04cbb0b77f0c5dd8189bbe69efa6650d7d33
/
.
/
fs
/
skeleton
/
etc
/
radvd.conf.tmpl
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
;
};
};