summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed the ``proxy'' modifier of the -d flag to ``pub'',ru2001-06-072-27/+53
| | | | | | | | | | | | | to be consistent with the -s flag. Updated documentation on what this modifier does. - Added the ``only'' keyword to the -s and -S flags, that could be used to created "proxy-only" published entries. Previously, arp(8) created an entry of this type only in the absence of the route to a destination. PR: bin/12357 MFC after: 1 week
* Add a missing free(3).yar2001-05-021-0/+1
| | | | | | PR: bin/27001 Submitted by: alex <ml-freebsd-net@phobgate.de>, Matthew Emmerton <matt@gsicomp.on.ca>
* Add the VLAN interface type to the list of ARP-capable interface types.yar2001-04-041-2/+5
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+2
| | | | - MAN[1-9] -> MAN.
* zeropad mac address ouputbillf2001-03-081-1/+2
| | | | | | PR: bin/25584 Submitted by: David Xu <davidx@viasoft.com.cn> Reviewed by: wollman, billf
* h_errno is declared in netdb.h.imp2001-03-011-2/+0
|
* Print a diagnostic message if no interface could be determinedru2001-02-271-0/+2
| | | | | | | | | when attempting to create a published ARP entry. For example: # arp -s 1.1.1.1 auto pub PR: bin/7753 Submitted by: Jonathan Hanna <pangolin@home.com>
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-1/+1
| | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
* mdoc(7) police: modifiers should be marked with .Cm, not .Ar.ru2001-02-051-14/+19
|
* Make the ``arp -d hostname proxy'' really do something useful.ru2001-02-051-2/+2
| | | | | | Specifically, ``proxy'' modifier tells the code to delete only Proxy ARP entry for the ``hostname''; the usual ARP entry will be unaffected by this operation.
* Revert previous checkin ("proxy" is required in some instances).archie2001-02-012-2/+7
| | | | Add a note to that effect to the man page.
* Fix documentation: "proxy" is not a keyword for the arp(8) command line.archie2001-01-312-2/+1
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-2/+2
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-7/+7
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+0
|
* Change type of vars which hold in_addr.s_addr from u_long to u_int32_t,shin2000-03-031-3/+3
| | | | | | for more safety on alpha. Approved by: jkh
* Fix syntax error in previous commit.jkh2000-01-171-1/+1
|
* Don't overflow buffers.kris2000-01-161-2/+2
| | | | Reviewed by: audit@freebsd.org
* Yet another align.ru1999-09-201-1/+1
| | | | | | It will be required if sizeof(struct sockaddr_in) changes in the future. Not objected to by: wollman
* Align sockaddrs passed to/from the routing socket as supposed by kernel.ru1999-09-131-5/+7
| | | | | | PR: 12847 Spotted by: Key Teck Sin <ktsin@acm.org> Reviewed by: wollman
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* When incrementing through a SIOCGIFCONF list, enforce a lower limit ofarchie1999-06-051-5/+5
| | | | | | | | | sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len. Otherwise the increment will be wrong in certain cases. Obtained from: Whistle source tree For the record: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> suggests SIOCGIFCONF should be dropped in favor of a sysctl mechanism.
* Use Cd macro instead of Em for SYNOPSIS, as do other section 4 pages.ghelmer1999-05-041-1/+2
| | | | | | Added $Id$. PR: docs/10494
* Submitted by: Larry Lilejulian1999-03-101-1/+18
| | | | | | | | Move the Olicom token ring driver to the officially sanctionned location of /sys/contrib. Also fix some brokenness in the generic token ring support. Be warned that if_dl.h has been changed and SOME programs might like recompilation.
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-161-2/+1
|
* Submitted by: Archie@Whistle.com (Archie Cobbs)julian1997-11-133-66/+154
| | | | | | | allow teh -a option to work with the -d option thus: arp -d -a now flushes your arp cache. also fix the -n option so that -an now works correctly.
* Use err(3). Document -n flag from OpenBSD.charnier1997-09-032-53/+43
| | | | Obtained from: OpenBSD.
* Balance single quotes.steve1997-08-231-1/+1
| | | | | PR: docs/4161 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* Removed inconsistent declaration of malloc(). `make world' with DESTDIRbde1997-04-231-2/+2
| | | | set to something other than "/" now actually works.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Update to match changes in <net/if.h>.wollman1997-01-031-1/+2
|
* Renamed private copy of ether_aton to my_ether_aton so as to notnate1996-12-191-4/+4
| | | | conflict with the version in <net/ethernet.h>
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-2/+2
| | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* Update wording of the one message that was in the DIAGNOSTICS section.fenner1996-11-171-1/+19
| | | | | | Add three other common messages. This should be in 2.2 to go with the netinet/if_ether.c rewording.
* Clean up warnings.phk1996-02-082-35/+178
| | | | | | fix return/exit codes in some cases. Add -S which will delete any old entry first. Add "auto" in proxy case, so it finds the right interface automatically.
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-124/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Make arp command actually behave as documented with the addition of a -fjkh1995-08-031-1/+6
| | | | | | | | | flag. The getopt handling in here is actually pretty bogus (not Phil's fault - it's original sin) but the general approach is working so I'm not going to break it. Some small tweaks of my own to add error checking to what was originally submitted. Strange how nobody noticed that the flag was documented but completely missing from the code before! [jkh]. Submitted by: Phil Taylor <phil@zipmail.co.uk>
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Remove talk about trailers from arp(8) manual pagepst1994-09-261-5/+0
| | | | Obtained from: NetBSD bin/487
* Get rid of update. Make man page installation work with our schemewollman1994-08-052-2/+126
| | | | (and rename a few in the process).
* Remove stuff for building manual pages the old way.rgrimes1994-05-281-6/+0
|
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-264-0/+778
OpenPOWER on IntegriCloud