History log of /freebsd-current/usr.sbin/arp/arp.8
Revision Date Author Comments
# 8a7b6120 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

usr.sbin: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix


# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# aeeff830 13-Jul-2020 Gordon Bergling <gbe@FreeBSD.org>

arp(8) clarify the use of the '-a flag'

PR: 238146
Submitted by: Andrew Stevenson <andrew at ugh dot net dot au>
Reported by: Andrew Stevenson <andrew at ugh dot net dot au>
Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D25645


# a2ac74c1 06-Apr-2017 Renato Botelho <garga@FreeBSD.org>

Introduce libxo support to arp(8)

Reviewed by: wblock, gnn, allanjude, phil
Approved by: allanjude
MFC after: 1 week
Sponsored by: Rubicon Communications (Netgate)
Differential Revision: https://reviews.freebsd.org/D9563


# fbbd9655 28-Feb-2017 Warner Losh <imp@FreeBSD.org>

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96


# 9711a168 31-Jan-2013 Gleb Smirnoff <glebius@FreeBSD.org>

Retire struct sockaddr_inarp.

Since ARP and routing are separated, "proxy only" entries
don't have any meaning, thus we don't need additional field
in sockaddr to pass SIN_PROXY flag.

New kernel is binary compatible with old tools, since sizes
of sockaddr_inarp and sockaddr_in match, and sa_family are
filled with same value.

The structure declaration is left for compatibility with
third party software, but in tree code no longer use it.

Reviewed by: ru, andre, net@


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 113eaf9b 28-Apr-2009 Daniel Gerzo <danger@FreeBSD.org>

- xref ndp(8)

PR: docs/134053
Submitted by: Bob Van Zant <bob@veznat.com>
MFC after: 1 week


# 2293dac2 24-Dec-2008 Tom Rhodes <trhodes@FreeBSD.org>

Print a warning when blackhole and reject are used together.
Update arp.8 manual page syntax.

PR: 125896
Submitted by: Marc Olzheim <marcolz@stack.nl>
Approved by: sam


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 3d172894 24-Mar-2008 Ruslan Ermilov <ru@FreeBSD.org>

Spell "blackhole" correctly and fix one grammar nit.


# e653f1f0 18-Mar-2008 Sam Leffler <sam@FreeBSD.org>

add reject+blackhole keywords to install entries with RTF_BLACKHOLE
and RTF_REJECT, respectively

PR: bin/79228
Submitted by: Dan Lukes <dan@obluda.cz>
MFC after: 2 weeks


# 81cd89bd 17-Aug-2006 Yaroslav Tykhiy <ytykhiy@gmail.com>

Enumerate all cases where -i is applicable.

MFC after: 3 days


# 08369852 09-Jan-2006 Brooks Davis <brooks@FreeBSD.org>

Allow the -i <interface> option with -d -a to allow all arp entries for
a given interface to be removed.


# 23717fc4 06-Aug-2004 Warner Losh <imp@FreeBSD.org>

Per letter dated July 22, 1999, delete clause 3 from code directly
from Berkeley.


# 07bfccd7 02-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

Mechanically kill hard sentence breaks.


# b9de94e9 18-Jul-2003 Yaroslav Tykhiy <ytykhiy@gmail.com>

Implement a new option: -i, which will allow to limit
the scope of operation to the ARP entries on a particular
interface. It should be useful on machines with numerous
network interfaces, e.g., on inter-VLAN routers.

PR: bin/54151
Submitted by: Dmitry Morozovsky <marck at rinet.ru>
Discussed on: -net
MFC after: 2 weeks


# 44acbc1a 27-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

POLA dictates that in the file designated with the -f option
argument, leading whitespace and empty lines be ignored, and
the `#' character marks the rest of the line as a comment.

PR: bin/45958
MFC after: 3 days


# 490d5836 14-Jul-2002 Philippe Charnier <charnier@FreeBSD.org>

The .Nm utility


# 3c1fa531 15-Mar-2002 Ruslan Ermilov <ru@FreeBSD.org>

Fix a typo.


# 7dfa1182 07-Mar-2002 Giorgos Keramidas <keramida@FreeBSD.org>

- Misc grammar fixes.
- Add `Ar filename' to the description of the -f option.


# f247324d 15-Jul-2001 Dima Dorfman <dd@FreeBSD.org>

Remove whitespace at EOL.


# a4c37c81 10-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: removed HISTORY info from the .Os call.


# 3f844a22 06-Jun-2001 Ruslan Ermilov <ru@FreeBSD.org>

- Renamed the ``proxy'' modifier of the -d flag to ``pub'',
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


# 46eea498 07-Feb-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Change -filled displays (which just happen
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.


# 3054b088 05-Feb-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: modifiers should be marked with .Cm, not .Ar.


# e03bb411 01-Feb-2001 Archie Cobbs <archie@FreeBSD.org>

Revert previous checkin ("proxy" is required in some instances).
Add a note to that effect to the man page.


# bceb4f5a 30-Jan-2001 Archie Cobbs <archie@FreeBSD.org>

Fix documentation: "proxy" is not a keyword for the arp(8) command line.


# e97407b4 20-Nov-2000 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: use the new features of the Nm macro.


# 97d92980 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 414a35e6 12-Jul-1999 Nik Clayton <nik@FreeBSD.org>

Add $Id$, to make it simpler for members of the translation teams to
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


# 8dc4b495 12-Nov-1997 Julian Elischer <julian@FreeBSD.org>

Submitted by: Archie@Whistle.com (Archie Cobbs)

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.


# c72049e4 03-Sep-1997 Philippe Charnier <charnier@FreeBSD.org>

Use err(3). Document -n flag from OpenBSD.
Obtained from: OpenBSD.


# cf90bd0c 23-Aug-1997 Steve Price <steve@FreeBSD.org>

Balance single quotes.

PR: docs/4161
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>


# 59fe2c14 02-Aug-1997 Bruce Evans <bde@FreeBSD.org>

Import Lite2's src/usr.sbin, except for timed. All changed files
except one unimportant one have already left the vendor branch.


# a42a667d 08-Feb-1996 Poul-Henning Kamp <phk@FreeBSD.org>

Clean up warnings.
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.


# 77b01811 25-Sep-1994 Paul Traina <pst@FreeBSD.org>

Remove talk about trailers from arp(8) manual page
Obtained from: NetBSD bin/487


# dea673e9 25-May-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

BSD 4.4 Lite usr.sbin Sources