Skip site navigation (1)Skip section navigation (2)
Date:      30 Sep 2001 15:36:20 -0700
From:      swear@blarg.net (Gary W. Swearingen)
To:        freebsd-questions@freebsd.org
Subject:   Diff between "route" command's -iface and -interface options.
Message-ID:  <nsofnsgvbv.fns@localhost.localdomain>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?nsofnsgvbv.fns>