summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-10-26 19:07:39 +0000
committerbrian <brian@FreeBSD.org>1998-10-26 19:07:39 +0000
commit2879293691c94fd47031d654d9b7c5f3f788b9e8 (patch)
tree216fc6eef1bc31cb0b1f34cbcb377975a81831a9 /usr.sbin/ppp/bundle.h
parent54882479aee399667951dbeca252bd5961bd7bd6 (diff)
downloadFreeBSD-src-2879293691c94fd47031d654d9b7c5f3f788b9e8.zip
FreeBSD-src-2879293691c94fd47031d654d9b7c5f3f788b9e8.tar.gz
Add ``enable proxyall'' support. This adds proxy ARP entries
for every machine on every class C or smaller subnet that we route to. Add ``set {send,recv}pipe'' for controlling our socket buffer sizes. Mention the IP number with the problem in a few error messages. All submitted by: Craig Leres <leres@ee.lbl.gov> Modified slightly by: me
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index 5096ae1..75722b1 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.14 1998/10/22 02:32:48 brian Exp $
+ * $Id: bundle.h,v 1.15 1998/10/24 01:08:45 brian Exp $
*/
#define PHASE_DEAD 0 /* Link is dead */
@@ -33,14 +33,15 @@
#define PHASE_TERMINATE 4 /* Terminating link */
/* cfg.opt bit settings */
-#define OPT_IDCHECK 0x01
-#define OPT_LOOPBACK 0x02
-#define OPT_PASSWDAUTH 0x04
-#define OPT_PROXY 0x08
-#define OPT_SROUTES 0x10
-#define OPT_THROUGHPUT 0x20
-#define OPT_UTMP 0x40
-#define OPT_IFACEALIAS 0x80
+#define OPT_IDCHECK 0x0001
+#define OPT_LOOPBACK 0x0002
+#define OPT_PASSWDAUTH 0x0004
+#define OPT_PROXY 0x0008
+#define OPT_PROXYALL 0x0010
+#define OPT_SROUTES 0x0020
+#define OPT_THROUGHPUT 0x0040
+#define OPT_UTMP 0x0080
+#define OPT_IFACEALIAS 0x0100
#define MAX_ENDDISC_CLASS 5
OpenPOWER on IntegriCloud