diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-05-01 11:31:29 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-05-01 11:31:29 +0000 |
| commit | 22d1222bab2edca0cbeae619cd4a6ae2d75048fd (patch) | |
| tree | ec6a7245e34caf296bb0268b83227b580e14d348 /usr.sbin/ppp/ip.c | |
| parent | c0da497e2d625fb53eff606597f15c6ad98a6375 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/ip.c')
| -rw-r--r-- | usr.sbin/ppp/ip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c index 50bbe49fa51c..89af1fcdc39e 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)) |
