Reflow a couple of lines to fit within 80 chars

This commit is contained in:
Tore Anderson
2014-06-29 13:38:45 +02:00
parent 85002b6a26
commit 2d2cbd8c19

View File

@@ -173,10 +173,11 @@ L<http://www.litech.org/tayga>. Required.
=item B<forwarding-enable=bool> (default: I<yes>) =item B<forwarding-enable=bool> (default: I<yes>)
Controls whether or not B<clatd> should enable IPv6 forwarding if necessary. IPv6 Controls whether or not B<clatd> should enable IPv6 forwarding if necessary.
forwarding is necessary for B<clatd> to work correctly. It will also ensure that IPv6 forwarding is necessary for B<clatd> to work correctly. It will also
the I<accept_ra> sysctl is to '2' for all devices have it set to '1', in order ensure that the I<accept_ra> sysctl is to '2' for all devices have it set to
to prevent any connectivity loss as a result of enabling forwarding. '1', in order to prevent any connectivity loss as a result of enabling
forwarding.
All sysctls that are modified will be restored to their original values when All sysctls that are modified will be restored to their original values when
B<clatd> is shutting down. B<clatd> is shutting down.
@@ -185,8 +186,8 @@ B<clatd> is shutting down.
Controls whether or not B<clatd> should insert ip6tables rules that permit the Controls whether or not B<clatd> should insert ip6tables rules that permit the
forwarding of IPv6 traffic between the CLAT and PLAT devices. Such forwarding forwarding of IPv6 traffic between the CLAT and PLAT devices. Such forwarding
must be permitted for B<clatd> to work correctly. Any rules added will be removed must be permitted for B<clatd> to work correctly. Any rules added will be
when B<clatd> is shutting down. removed when B<clatd> is shutting down.
The default is I<yes> if the ip6tables_filter kernel module is loaded, I<no> The default is I<yes> if the ip6tables_filter kernel module is loaded, I<no>
if it is not. if it is not.