From owner-freebsd-questions Sun Sep 30 15:32:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id F21EB37B40F for ; Sun, 30 Sep 2001 15:32:27 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 72749BC84 for ; Sun, 30 Sep 2001 15:32:27 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id PAA07701 for ; Sun, 30 Sep 2001 15:32:27 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id f8UMaK506765; Sun, 30 Sep 2001 15:36:21 -0700 (PDT) (envelope-from swear@blarg.net) To: freebsd-questions@freebsd.org Subject: Diff between "route" command's -iface and -interface options. From: swear@blarg.net (Gary W. Swearingen) Date: 30 Sep 2001 15:36:20 -0700 Message-ID: Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anbody familiar with the "route" command's -iface and -interface options? The man page is rather sketchy about -interface or the difference bewteen the two. /usr/43src/sbin/route/route.c has the following possibly-relevant code. I can't find where the constants are defined. case K_IFACE: case K_INTERFACE: iflag++; break; Can anyone improve my confidence that these options do the same thing? I'll write a PR to clarify the man page, but I hate to rely on my poor C code literacy. Or should I track down a recent route.c committer? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message