From 446da0733178e92a1f6fae74ce45a9428b6ea86b Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 13 Nov 1995 21:01:36 +0000 Subject: Submitted by: John Hay Here is some patches to IPXrouted. It does the following: Always use the sap port in the destination address of sap broadcasts. Clear the host part of network addresses so that routes will really be deleted in the kernel. --- usr.sbin/IPXrouted/startup.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.sbin/IPXrouted/startup.c') diff --git a/usr.sbin/IPXrouted/startup.c b/usr.sbin/IPXrouted/startup.c index c3b3e05..57b51d4 100644 --- a/usr.sbin/IPXrouted/startup.c +++ b/usr.sbin/IPXrouted/startup.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: startup.c,v 1.3 1995/10/11 18:57:30 jhay Exp $ + * $Id: startup.c,v 1.1 1995/10/26 21:28:26 julian Exp $ */ #ifndef lint @@ -62,8 +62,6 @@ int lookforinterfaces = 1; int performnlist = 1; int gateway = 0; int externalinterfaces = 0; /* # of remote and local interfaces */ -char ether_broadcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; - void quit(s) -- cgit v1.1