summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/layer.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-08-19 18:15:52 +0000
committerBrian Somers <brian@FreeBSD.org>1999-08-19 18:15:52 +0000
commit67b072f732325b4840b950dcdadccf029dd6c655 (patch)
tree06704985a5365275088892b7b672cd4af557e3c9 /usr.sbin/ppp/layer.h
parentc81c6baf1d40e0586fffff5c76d913b7e1653653 (diff)
downloadsrc-test2-67b072f732325b4840b950dcdadccf029dd6c655.tar.gz
src-test2-67b072f732325b4840b950dcdadccf029dd6c655.zip
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''.
Notes
Notes: svn path=/head/; revision=50059
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 67dde311823b..932dfdceb46b 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 */