diff options
| author | Roy Marples <roy@marples.name> | 2009-03-20 15:33:31 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-20 15:33:31 +0000 |
| commit | a6a83b8352328a03e20f4b322b8dc0ab7df193b4 (patch) | |
| tree | 4355d55077fe7a54ba4d53217d8d9c3557d9c9df | |
| parent | d7d07e5ae7dd3e5ec8868e19bc188cbe4a70b837 (diff) | |
| download | dhcpcd-a6a83b8352328a03e20f4b322b8dc0ab7df193b4.tar.xz | |
Clarify reconfigure regarding the configuration file.
| -rw-r--r-- | dhcpcd.8.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index 0e169d31..ff0132da 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -179,6 +179,9 @@ will re-apply IP address, routing and run for each interface. This is useful so that a 3rd party such as PPP or VPN can change the routing table and / or DNS, etc and then instruct dhcpcd to put things back afterwards. +.Nm +does not read a new configuration when this happens - you should rebind if you +need that functionality. .It Fl f , -config Ar file Specify a config to load instead of .Pa @SYSCONFDIR@/dhcpcd.conf . |
