summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ip.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-05-01 11:31:29 +0000
committerbrian <brian@FreeBSD.org>1999-05-01 11:31:29 +0000
commit7fc498ac36921569a4eca6aaa96da49826e602e0 (patch)
treeec1338b07d38ff936fe23def44207bcd7c5804bf /usr.sbin/ppp/ip.c
parentdfac2f01e25b6cd75b366f2ed599d6a05ab1c0c9 (diff)
downloadFreeBSD-src-7fc498ac36921569a4eca6aaa96da49826e602e0.zip
FreeBSD-src-7fc498ac36921569a4eca6aaa96da49826e602e0.tar.gz
Make ports 80 & 81 ``interactive''.
Diffstat (limited to 'usr.sbin/ppp/ip.c')
-rw-r--r--usr.sbin/ppp/ip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c
index 50bbe49..89af1fc 100644
--- a/usr.sbin/ppp/ip.c
+++ b/usr.sbin/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.56 1999/03/29 08:21:27 brian Exp $
+ * $Id: ip.c,v 1.57 1999/04/26 08:54:34 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))
OpenPOWER on IntegriCloud