summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h29
1 files changed, 15 insertions, 14 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index b2cb6f0..5712507 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -33,22 +33,23 @@
#define PHASE_TERMINATE 4 /* Terminating link */
/* cfg.opt bit settings */
-#define OPT_FILTERDECAP 0x0001
-#define OPT_IDCHECK 0x0002
-#define OPT_IFACEALIAS 0x0004
+#define OPT_FILTERDECAP 0x0001
+#define OPT_FORCE_SCRIPTS 0x0002 /* force chat scripts */
+#define OPT_IDCHECK 0x0004
+#define OPT_IFACEALIAS 0x0008
#ifndef NOINET6
-#define OPT_IPCP 0x0008
-#define OPT_IPV6CP 0x0010
+#define OPT_IPCP 0x0010
+#define OPT_IPV6CP 0x0020
#endif
-#define OPT_KEEPSESSION 0x0020
-#define OPT_LOOPBACK 0x0040
-#define OPT_PASSWDAUTH 0x0080
-#define OPT_PROXY 0x0100
-#define OPT_PROXYALL 0x0200
-#define OPT_SROUTES 0x0400
-#define OPT_TCPMSSFIXUP 0x0800
-#define OPT_THROUGHPUT 0x1000
-#define OPT_UTMP 0x2000
+#define OPT_KEEPSESSION 0x0040
+#define OPT_LOOPBACK 0x0080
+#define OPT_PASSWDAUTH 0x0100
+#define OPT_PROXY 0x0200
+#define OPT_PROXYALL 0x0400
+#define OPT_SROUTES 0x0800
+#define OPT_TCPMSSFIXUP 0x1000
+#define OPT_THROUGHPUT 0x2000
+#define OPT_UTMP 0x4000
#define MAX_ENDDISC_CLASS 5
OpenPOWER on IntegriCloud