Skip to content

Instantly share code, notes, and snippets.

@exodist
Created February 6, 2011 23:32
Show Gist options
  • Save exodist/813826 to your computer and use it in GitHub Desktop.
Save exodist/813826 to your computer and use it in GitHub Desktop.
radvd.conf
interface br1
{
AdvSendAdvert on;
AdvLinkMTU 1280;
MaxRtrAdvInterval 300;
prefix 2002:4b94:5e91:2::/16
{
AdvOnLink on;
AdvAutonomous on;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment