diff options
| author | Roy Marples <roy@marples.name> | 2009-03-23 20:10:02 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-23 20:10:02 +0000 |
| commit | a43ccb9f89972786e75b2140edf109af72bd8467 (patch) | |
| tree | ccec3a85d2d01eee144477d4ff5649542b903d4e /dhcpcd.8.in | |
| parent | fa8b2a7a8d7e451f2a7ab53e13748fac7ef403a0 (diff) | |
| download | dhcpcd-a43ccb9f89972786e75b2140edf109af72bd8467.tar.xz | |
Default point to point interfaces to static if not inform.
Only accept inform replies from our destination address.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index ff0132da..21c5313c 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 March 20, 2009 +.Dd March 23, 2009 .Dt DHCPCD 8 SMM .Os .Sh NAME @@ -483,7 +483,7 @@ For point to point interfaces (like PPP), a default route to it's destination is automatically added to the configuration. If the point to point interface if configured for INFORM, then .Nm -unicasts INFORM to the destination. +unicasts INFORM to the destination, otherwise it defaults to STATIC. .Sh NOTES .Nm requires a Berkley Packet Filter, or BPF device on BSD based systems and a |
