diff options
| author | Roy Marples <roy@marples.name> | 2008-06-13 09:55:18 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-06-13 09:55:18 +0000 |
| commit | fa1d32892283c03053ffad10e6137cf3ff6d69b7 (patch) | |
| tree | 0f3b665a3f8e0b652ac5c5a19410750219225d07 /dhcpcd.8.in | |
| parent | 16aa95ba9e5242900e7ede905848f9948b1fd328 (diff) | |
| download | dhcpcd-fa1d32892283c03053ffad10e6137cf3ff6d69b7.tar.xz | |
Add 05-mtu hook so we respect the desired MTU on networks.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index e5066877..a3380362 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd Jun 11, 2008 +.Dd Jun 13, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd @@ -302,8 +302,8 @@ Don't run this hook script. Matches full name, or prefixed with 2 numbers optionally ending with .Pa .sh . .Pp -So to stop dhcpcd from touching your DNS settings you would do:- -.D1 dhcpcd -C resolv.conf +So to stop dhcpcd from touching your DNS or MTU settings you would do:- +.D1 dhcpcd -C resolv.conf -C mtu eth0 .It Fl L , -noipv4ll Don't use IPv4LL at all. .It Fl O , -nooption Ar option |
