diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-06 15:30:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-06 15:30:51 +0000 |
commit | 47a690254fd74c8c070d692a174502d7e0d00bb6 (patch) | |
tree | a5c2c71cd8026504b90c9d306f95c7c39904aac6 /share | |
parent | 9589f5f3f2ec7f563b85281c898afa3a30db2aea (diff) |
note that /etc/mygate will cause conflict with pppoe(4)
and advise against it;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pppoe.4 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/pppoe.4 b/share/man/man4/pppoe.4 index 2601b46b0bd..8ba8faba84e 100644 --- a/share/man/man4/pppoe.4 +++ b/share/man/man4/pppoe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.4,v 1.6 2004/12/29 10:39:54 jmc Exp $ +.\" $OpenBSD: pppoe.4,v 1.7 2005/10/06 15:30:50 jmc Exp $ .\" $NetBSD: pppoe.4,v 1.26 2003/10/02 07:06:36 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -258,3 +258,8 @@ to .Xr ifconfig 8 . If the netmask is unspecified, it will be set to 8 when 0.0.0.0 is configured to the interface, and it will persist after negotiation. +.Pp +The presence of a +.Xr mygate 5 +file will interfere with the routing table. +Make sure this file is either empty or does not exist. |