Skip to content

Commit

Permalink
bugfix radvd conf
Browse files Browse the repository at this point in the history
  • Loading branch information
harald42 committed Dec 3, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fa3313b commit 6eef198
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion banana-edge-native/etc/radvd.conf
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ interface eth0
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
AdvRouterAddr on;
};
};

6 changes: 3 additions & 3 deletions banana-edge/etc/radvd.conf
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ interface eth0
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
AdvRouterAddr on;
};
};

@@ -20,8 +20,8 @@ interface tun0
AdvDefaultLifetime 200;
prefix aaaa::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvOnLink off;
AdvAutonomous off;
AdvPreferredLifetime 4294967295;
AdvValidLifetime 4294967295;
};
6 changes: 3 additions & 3 deletions raspi-edge-native/etc/radvd.conf
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ interface eth0
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
AdvRouterAddr on;
};
};

@@ -20,8 +20,8 @@ interface tun0
AdvDefaultLifetime 200;
prefix aaaa::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvOnLink off;
AdvAutonomous off;
AdvPreferredLifetime 4294967295;
AdvValidLifetime 4294967295;
};
8 changes: 4 additions & 4 deletions raspi-edge/etc/radvd.conf
Original file line number Diff line number Diff line change
@@ -5,13 +5,12 @@ interface eth0
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
AdvRouterAddr on;
};
};

interface tun0
{
UnicastOnly on;
AdvSendAdvert on;
AdvLinkMTU 1280;
AdvCurHopLimit 128;
@@ -21,9 +20,10 @@ interface tun0
AdvDefaultLifetime 200;
prefix aaaa::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvOnLink off;
AdvAutonomous off;
AdvPreferredLifetime 4294967295;
AdvValidLifetime 4294967295;
};
};

0 comments on commit 6eef198

Please sign in to comment.