Problems with SLIP under 4.0-current...

1999-02-01 Thread oZZ!!!
Hello! % uname -a ..4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun Jan 31 22:42:09 MSK 1999 % ifconfig sl0 sl0: flags=c013UP,BROADCAST,POINTOPOINT,LINK2,MULTICAST mtu 296 inet 195.2.84.116 -- 195.2.84.115 netmask 0xfff0 broadcast 195.2.84.115 i can't connect to my 195.2.84.115

Fix problems with SLIP under 4.0-current...

1999-02-01 Thread oZZ!!!
Hello! Here is a patch for SLIP under 4.0-current... After make it, i recompile kernel SLIP work. --- if_sl.c Tue Feb 2 01:42:35 1999 +++ if_sl.c.origTue Feb 2 01:56:41 1999 @@ -222,8 +222,7 @@ #ifdef SLIP_IFF_OPTS SLIP_IFF_OPTS; #else -/*

Re: Fix problems with SLIP under 4.0-current...

1999-02-01 Thread Matthew Dillon
:Hello! :Here is a patch for SLIP under 4.0-current... :After make it, i recompile kernel SLIP work. : :--- if_sl.cTue Feb 2 01:42:35 1999 :+++ if_sl.c.orig Tue Feb 2 01:56:41 1999 :@@ -222,8 +222,7 @@ : #ifdef SLIP_IFF_OPTS : SLIP_IFF_OPTS; : #else :-/*

Have a problems with SLIP under 4.0-current

1999-01-31 Thread oZZ!!!
Hello! My system is 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun Jan 31 22:42:09 MSK 1999 Have a following problem: $ ifconfig sl0 % ifconfig sl0 sl0: flags=c013UP,BROADCAST,POINTOPOINT,LINK2,MULTICAST mtu 296 inet X.Y.Z.116 -- X.Y.Z.115 netmask 0xfff0 broadcast X.Y.Z.115 Does it right?