mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
Correct interface naming in radvd description
Signed-off-by: Tom Eastep <teastep@shorewall.net> git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9738 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
e85a3d9b1c
commit
7549785e46
@ -172,11 +172,11 @@ gateway:~ # </programlisting>
|
||||
addresses; in the case of eth0, 2002:ce7c:92b4:1::/64.</para>
|
||||
|
||||
<para>I run <ulink url="http://www.litech.org/radvd/">radvd</ulink> on
|
||||
the firewall to allow hosts conntected to eth0 and eth2 to automatically
|
||||
the firewall to allow hosts conntected to eth2 and eth4 to automatically
|
||||
perform their own IPv6 configuration. Here is my
|
||||
<filename>/etc/radvd.conf</filename> file:</para>
|
||||
|
||||
<programlisting>interface eth0 {
|
||||
<programlisting>interface eth2 {
|
||||
AdvSendAdvert on;
|
||||
MinRtrAdvInterval 3;
|
||||
MaxRtrAdvInterval 10;
|
||||
@ -192,7 +192,7 @@ gateway:~ # </programlisting>
|
||||
};
|
||||
};
|
||||
|
||||
interface eth2 {
|
||||
interface eth4 {
|
||||
AdvSendAdvert on;
|
||||
MinRtrAdvInterval 3;
|
||||
MaxRtrAdvInterval 10;
|
||||
|
Loading…
Reference in New Issue
Block a user