X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Fnet%2Fppp_defs.h;h=4152b069a7061c70af2c7c8ae16b2d9908a776c1;hp=ae9bbc34cd53884d94882d2ac266d9a9a5db1fd4;hb=a20861866ada34e16d8a91bd2849a89d71f2c37e;hpb=050b89c40f0441d4445563043aae5ea1bd94bcc3 diff --git a/include/net/ppp_defs.h b/include/net/ppp_defs.h index ae9bbc3..4152b06 100644 --- a/include/net/ppp_defs.h +++ b/include/net/ppp_defs.h @@ -1,4 +1,4 @@ -/* $Id: ppp_defs.h,v 1.13 1998/03/25 04:03:14 paulus Exp $ */ +/* $Id: ppp_defs.h,v 1.14 1999/08/13 01:55:40 paulus Exp $ */ /* * ppp_defs.h - PPP definitions. @@ -77,6 +77,7 @@ #define PPP_IPCP 0x8021 /* IP Control Protocol */ #define PPP_ATCP 0x8029 /* AppleTalk Control Protocol */ #define PPP_IPXCP 0x802b /* IPX Control Protocol */ +#define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ #define PPP_CCP 0x80fd /* Compression Control Protocol */ #define PPP_LCP 0xc021 /* Link Control Protocol */ #define PPP_PAP 0xc023 /* Password Authentication Protocol */