summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>1999-05-01 11:31:20 +0000
committerbrian <brian@cvs.openbsd.org>1999-05-01 11:31:20 +0000
commita15f8932d8fc0699f26d789fbe19a4e7a71f67cc (patch)
tree6536fc6915f95a632a45712b02dcac3f58cc3161 /usr.sbin/ppp
parent32396ee28c0fa55eadc2ecbd50f3ccf19c9af97e (diff)
Make ports 80 & 81 ``interactive''.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/ppp/ip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/ip.c b/usr.sbin/ppp/ppp/ip.c
index ce05daf4db9..d39b8a0f17d 100644
--- a/usr.sbin/ppp/ppp/ip.c
+++ b/usr.sbin/ppp/ppp/ip.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ip.c,v 1.6 1999/04/26 08:55:01 brian Exp $
+ * $Id: ip.c,v 1.7 1999/05/01 11:31:19 brian Exp $
*
* TODO:
* o Return ICMP message for filterd packet
@@ -76,7 +76,7 @@
static const u_short interactive_ports[32] = {
544, 513, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 21, 22, 23, 0, 0, 0, 0, 0, 0, 0, 543,
+ 80, 81, 0, 0, 0, 21, 22, 23, 0, 0, 0, 0, 0, 0, 0, 543,
};
#define INTERACTIVE(p) (interactive_ports[(p) & 0x1F] == (p))