Module Name:    src
Committed By:   is
Date:           Tue Apr  7 18:35:01 UTC 2020

Modified Files:
        src/sys/net [is-mlppp]: ppp_defs.h

Log Message:
Multilink fragment protocol type.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.106.1 src/sys/net/ppp_defs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/ppp_defs.h
diff -u src/sys/net/ppp_defs.h:1.13 src/sys/net/ppp_defs.h:1.13.106.1
--- src/sys/net/ppp_defs.h:1.13	Wed Feb 20 17:05:53 2008
+++ src/sys/net/ppp_defs.h	Tue Apr  7 18:35:01 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: ppp_defs.h,v 1.13 2008/02/20 17:05:53 matt Exp $	*/
+/*	$NetBSD: ppp_defs.h,v 1.13.106.1 2020/04/07 18:35:01 is Exp $	*/
 /*	Id: ppp_defs.h,v 1.11 1997/04/30 05:46:24 paulus Exp 	*/
 
 /*
@@ -84,6 +84,7 @@
 #define PPP_IPX		0x002b		/* IPX protocol */
 #define	PPP_VJC_COMP	0x002d		/* VJ compressed TCP */
 #define	PPP_VJC_UNCOMP	0x002f		/* VJ uncompressed TCP */
+#define PPP_MP		0x003d		/* Multilink PPP Fragment */
 #define PPP_IPV6	0x0057		/* Internet Protocol Version 6 */
 #define PPP_COMP	0x00fd		/* compressed packet */
 #define PPP_IPCP	0x8021		/* IP Control Protocol */

Reply via email to