From owner-cvs-sys Fri Aug 30 23:18:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA24120 for cvs-sys-outgoing; Fri, 30 Aug 1996 23:18:36 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA24103; Fri, 30 Aug 1996 23:18:28 -0700 (PDT) Date: Fri, 30 Aug 1996 23:18:28 -0700 (PDT) From: Julian Elischer Message-Id: <199608310618.XAA24103@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netatalk at.h at_control.c at_var.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/08/30 23:18:28 Modified: sys/netatalk at.h at_control.c at_var.h Log: Add code to automaticall support subnets on ethertalk networks Subnets are represented in the routing table as a set of binary routing nets using the standard netmask algorythm. The code produces the minimum possible set of standard netmasks and net addresses to be able to represent a given netrange. Revision Changes Path 1.3 +11 -6 src/sys/netatalk/at.h 1.6 +56 -98 src/sys/netatalk/at_control.c 1.4 +1 -1 src/sys/netatalk/at_var.h