Skip to content

Instantly share code, notes, and snippets.

@terinjokes
Created May 20, 2012 19:21
Show Gist options
  • Save terinjokes/2759211 to your computer and use it in GitHub Desktop.
Save terinjokes/2759211 to your computer and use it in GitHub Desktop.
radvd
config interface
option interface 'lan'
config prefix
option interface 'lan'
config route
option interface 'lan'
config rdnss
option interface 'lan'
config dnssl
option interface 'lan'
interface br-lan
{
RDNSS fe80::6a7f:74ff:fe65:9043
{
};
DNSSL
{
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment