From owner-freebsd-hackers Thu Aug 15 10:04:01 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA22603 for hackers-outgoing; Thu, 15 Aug 1996 10:04:01 -0700 (PDT) Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA22523 for ; Thu, 15 Aug 1996 10:02:37 -0700 (PDT) Received: from apollo.it.hq.nasa.gov ([131.182.119.87]) by mail.barrnet.net (8.7.5/MAIL-RELAY-LEN) with SMTP id KAA07872 for ; Thu, 15 Aug 1996 10:02:29 -0700 (PDT) Received: from wirehead.it.hq.nasa.gov (wirehead.it.hq.nasa.gov [131.182.119.88]) by apollo.it.hq.nasa.gov (8.6.12/8.6.12) with ESMTP id RAA08119 for ; Thu, 15 Aug 1996 17:00:25 GMT Received: from localhost (cshenton@localhost) by wirehead.it.hq.nasa.gov (8.6.12/8.6.12) with SMTP id QAA10487 for ; Thu, 15 Aug 1996 16:57:53 GMT Message-Id: <199608151657.QAA10487@wirehead.it.hq.nasa.gov> X-Authentication-Warning: wirehead.it.hq.nasa.gov: cshenton owned process doing -bs X-Authentication-Warning: wirehead.it.hq.nasa.gov: Host localhost didn't use HELO protocol To: hackers@freefall.freebsd.org Subject: Routed supports variable-length netmasks? In-Reply-To: Your message of "Thu, 15 Aug 1996 08:42:25 -0700 (PDT)" References: <199608151542.IAA17219@freefall.freebsd.org> X-Mailer: Mew version 1.03 on Emacs 19.31.8 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Thu, 15 Aug 1996 12:57:53 -0400 From: Chris Shenton Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm setting up a box as a pppd server, with /30 masks on the ppp endpoints, and /28 masks on the remote's ethernet. I'm having some routing weirdness and was wondering if routed supports these different-length netmasks? What version of RIP is it? If not, would gated do the trick? Thanks.