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:
teastep 2009-03-26 15:43:06 +00:00
parent e85a3d9b1c
commit 7549785e46

View File

@ -172,11 +172,11 @@ gateway:~ # </programlisting>
addresses; in the case of eth0, 2002:ce7c:92b4:1::/64.</para> 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 <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 perform their own IPv6 configuration. Here is my
<filename>/etc/radvd.conf</filename> file:</para> <filename>/etc/radvd.conf</filename> file:</para>
<programlisting>interface eth0 { <programlisting>interface eth2 {
AdvSendAdvert on; AdvSendAdvert on;
MinRtrAdvInterval 3; MinRtrAdvInterval 3;
MaxRtrAdvInterval 10; MaxRtrAdvInterval 10;
@ -192,7 +192,7 @@ gateway:~ # </programlisting>
}; };
}; };
interface eth2 { interface eth4 {
AdvSendAdvert on; AdvSendAdvert on;
MinRtrAdvInterval 3; MinRtrAdvInterval 3;
MaxRtrAdvInterval 10; MaxRtrAdvInterval 10;