diff --git a/Shorewall/manpages/shorewall-providers.xml b/Shorewall/manpages/shorewall-providers.xml index 65abff752..85122b4d5 100644 --- a/Shorewall/manpages/shorewall-providers.xml +++ b/Shorewall/manpages/shorewall-providers.xml @@ -151,6 +151,18 @@ embedded white-space. + + autosrc + + + Added in Shorewall 4.5.17. Causes a host route to the + provider's gateway router to be added to the provider's + routing table. This is the default behavior unless overridden + by a following noautosrc + option. + + + track @@ -200,6 +212,17 @@ + + noautosrc + + + Added in Shorewall 4.5.17. Prevents the addition of a + host route to the provider's gateway router from being added + to the provider's routing table. This option must be used with + caution as it can cause start and restart failures. + + + notrack @@ -300,6 +323,13 @@ Only copy routes through INTERFACE and through interfaces listed here. If you only wish to copy routes through INTERFACE, enter in this column. + + Beginning with Shorewall 4.5.17, blackhole, unreachable and + prohibit routes are no longer copied by default but may be copied by + including blackhole,unreachable and prohibit respectively in the COPY + list. diff --git a/Shorewall6/manpages/shorewall6-providers.xml b/Shorewall6/manpages/shorewall6-providers.xml index f4eb2117a..ee5488d5d 100644 --- a/Shorewall6/manpages/shorewall6-providers.xml +++ b/Shorewall6/manpages/shorewall6-providers.xml @@ -140,6 +140,18 @@ embedded white-space. + + autosrc + + + Added in Shorewall 4.5.17. Causes a host route to the + provider's gateway router to be added to the provider's + routing table. This is the default behavior unless overridden + by a following noautosrc + option. + + + balance @@ -197,6 +209,17 @@ + + noautosrc + + + Added in Shorewall 4.5.17. Prevents the addition of a + host route to the provider's gateway router from being added + to the provider's routing table. This option must be used with + caution as it can cause start and restart failures. + + + notrack @@ -275,6 +298,13 @@ Only copy routes through INTERFACE and through interfaces listed here. If you only wish to copy routes through INTERFACE, enter in this column. + + Beginning with Shorewall 4.5.17, blackhole, unreachable and + prohibit routes are no longer copied by default but may be copied by + including blackhole,unreachable and prohibit respectively in the COPY + list.