summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/layer.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-08-19 18:15:52 +0000
committerbrian <brian@FreeBSD.org>1999-08-19 18:15:52 +0000
commit4f537e1f79af81dbd74c8715df819754bd55091a (patch)
tree188f5091ddc25f9fdde4ed6afcddde1786bdb534 /usr.sbin/ppp/layer.h
parentfb84309fe9f3b17d4cf0820da12fa43a36ef6b0e (diff)
downloadFreeBSD-src-4f537e1f79af81dbd74c8715df819754bd55091a.zip
FreeBSD-src-4f537e1f79af81dbd74c8715df819754bd55091a.tar.gz
o Add the -foreground switch. This switch behaves like -background except
that ppp stays in the foreground. o Add the -quiet switch to quieten ppps startup o Add the -nat flag and discourage the use of the -alias flag. Both do the same thing. o Correct some nat usage strings. o Change the internal ``alias'' command to ``nat''.
Diffstat (limited to 'usr.sbin/ppp/layer.h')
-rw-r--r--usr.sbin/ppp/layer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/layer.h b/usr.sbin/ppp/layer.h
index 67dde31..932dfdc 100644
--- a/usr.sbin/ppp/layer.h
+++ b/usr.sbin/ppp/layer.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id:$
+ * $Id: layer.h,v 1.1 1999/05/08 11:06:50 brian Exp $
*/
#define LAYER_ASYNC 2
@@ -34,7 +34,7 @@
#define LAYER_LQR 7
#define LAYER_CCP 8
#define LAYER_VJ 9
-#define LAYER_ALIAS 10
+#define LAYER_NAT 10
#define LAYER_MAX 10 /* How many layers we can handle on a link */
OpenPOWER on IntegriCloud