summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-06-02 00:46:55 +0000
committerbrian <brian@FreeBSD.org>1999-06-02 00:46:55 +0000
commit3b531265df52d6694a750e5ccc98f84ec147c98f (patch)
tree274fa060e902f85fbe2c53913fd5ff25930d27aa /usr.sbin/ppp/bundle.h
parent528563d156b054b4067862174976e63c99eab3c2 (diff)
downloadFreeBSD-src-3b531265df52d6694a750e5ccc98f84ec147c98f.zip
FreeBSD-src-3b531265df52d6694a750e5ccc98f84ec147c98f.tar.gz
Introduce the ``keep-session'' option. Refer to the man
page for details. This allows MP over non-tty devices where the original ppp process must not exit (such as sshd-spawned ppp sessions).
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index b4de168..609ac96 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bundle.h,v 1.21 1999/01/28 01:56:30 brian Exp $
+ * $Id: bundle.h,v 1.22 1999/05/31 23:57:33 brian Exp $
*/
#define PHASE_DEAD 0 /* Link is dead */
@@ -35,13 +35,14 @@
/* cfg.opt bit settings */
#define OPT_IDCHECK 0x0001
#define OPT_IFACEALIAS 0x0002
-#define OPT_LOOPBACK 0x0004
-#define OPT_PASSWDAUTH 0x0008
-#define OPT_PROXY 0x0010
-#define OPT_PROXYALL 0x0020
-#define OPT_SROUTES 0x0040
-#define OPT_THROUGHPUT 0x0080
-#define OPT_UTMP 0x0100
+#define OPT_KEEPSESSION 0x0004
+#define OPT_LOOPBACK 0x0008
+#define OPT_PASSWDAUTH 0x0010
+#define OPT_PROXY 0x0020
+#define OPT_PROXYALL 0x0040
+#define OPT_SROUTES 0x0080
+#define OPT_THROUGHPUT 0x0100
+#define OPT_UTMP 0x0200
#define MAX_ENDDISC_CLASS 5
OpenPOWER on IntegriCloud