Date: Wed, 31 Jan 2001 10:52:14 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Archie Cobbs <archie@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/arp arp.8 arp.c Message-ID: <20010131105214.C3662@sunbay.com> In-Reply-To: <200101310003.f0V03WN63211@freefall.freebsd.org>; from archie@FreeBSD.org on Tue, Jan 30, 2001 at 04:03:32PM -0800 References: <200101310003.f0V03WN63211@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 30, 2001 at 04:03:32PM -0800, Archie Cobbs wrote:
> archie 2001/01/30 16:03:32 PST
>
> Modified files:
> usr.sbin/arp arp.8 arp.c
> Log:
> Fix documentation: "proxy" is not a keyword for the arp(8) command line.
>
It definitely WAS, the other question what it was supposed to do:
/*
* Delete an arp entry
*/
int
delete(char *host, char *info)
{
struct hostent *hp;
register struct sockaddr_inarp *sin = &sin_m;
register struct rt_msghdr *rtm = &m_rtmsg.m_rtm;
struct sockaddr_dl *sdl;
if (info && strncmp(info, "pro", 3) )
^^^
export_only = 1;
Cheers,
--
Ruslan Ermilov Oracle Developer/DBA,
ru@sunbay.com Sunbay Software AG,
ru@FreeBSD.org FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010131105214.C3662>
