#
bf1f2a6a |
| 27-Aug-2019 |
kn <kn@openbsd.org> |
Honour -n when deleting entries, sync parse_host() from ndp(8)
arp(8) already has a common getinetaddr() but it ignores -n for delete() and uses gethostbyname(3), so simply replace it with parse_hos
Honour -n when deleting entries, sync parse_host() from ndp(8)
arp(8) already has a common getinetaddr() but it ignores -n for delete() and uses gethostbyname(3), so simply replace it with parse_host() from ndp.c instead of changing behaviour around the old API.
In set(), make host[] and eaddr[] const since all functions receiving those variables as parameters expect const anyway.
OK bluhm
show more ...
|
#
1273c74c |
| 05-Apr-2016 |
jca <jca@openbsd.org> |
Describe the format used by -s once, and refer to it when documenting -f.
Discussed with jmc@
|
#
bf66b9d9 |
| 23-Mar-2016 |
jmc <jmc@openbsd.org> |
tweak previous;
|
#
78106870 |
| 23-Mar-2016 |
mpi <mpi@openbsd.org> |
Remove code to print the never set SIN_PROXY bit. This flag is only used to set the 33rd bit of a 32bit address in the routing table.
ok millert@
|
#
b9170857 |
| 27-Jul-2015 |
sobrado <sobrado@openbsd.org> |
use file system path (.Pa) semantic markup macros where appropriate.
ok jmc@
|
#
48ccdf10 |
| 03-Sep-2014 |
mpi <mpi@openbsd.org> |
Be coherent in the way arp(8) and ndp(8) display local entries and use a new flag `l' to ditinguish them.
Also skip broadcast entries, they are not reall ARP entries and will never be resolved to an
Be coherent in the way arp(8) and ndp(8) display local entries and use a new flag `l' to ditinguish them.
Also skip broadcast entries, they are not reall ARP entries and will never be resolved to anything, requested by deraadt@.
ok bluhm@
show more ...
|
#
e1ee6c49 |
| 21-Aug-2014 |
mpi <mpi@openbsd.org> |
Change the output of arp(8) to match what ndp(8) does and include the expire timer.
This will makes it easier to add further information in a coherent way between these tools for local and broadcast
Change the output of arp(8) to match what ndp(8) does and include the expire timer.
This will makes it easier to add further information in a coherent way between these tools for local and broadcast entries.
This new view displays either symbolic names (by default) or numerical addresses (with "-n") for hosts but not both at the same time, just like ndp(8), route(8) or netstat(1) do.
ok henning@
show more ...
|
#
dba0cf44 |
| 09-May-2014 |
jmc <jmc@openbsd.org> |
my previous attempt to fix the renaming of the inet(3) pages was wrong; this fixes those by referencing the correct page, and cleans up the netintro/ inet entries;
all this on the advice (and ok) of
my previous attempt to fix the renaming of the inet(3) pages was wrong; this fixes those by referencing the correct page, and cleans up the netintro/ inet entries;
all this on the advice (and ok) of guenther!
show more ...
|
#
db738321 |
| 08-May-2014 |
jmc <jmc@openbsd.org> |
inet(3) -> inet_net(3);
|
#
0664a251 |
| 26-Feb-2014 |
claudio <claudio@openbsd.org> |
This is a lie, the default is not 0. It is inherited from the process. OK by many
|
#
679dc73c |
| 01-Sep-2011 |
jmc <jmc@openbsd.org> |
grammar fix; from Brynet
|
#
4632a258 |
| 13-Mar-2011 |
jmc <jmc@openbsd.org> |
consistently use "Wake on LAN (WoL)"; i don;t care if anyone wants to change that, but let's keep it consistent;
ok stsp
|
#
be531289 |
| 11-Jan-2011 |
jmc <jmc@openbsd.org> |
oops! missing macro in previous;
|
#
bc878e5d |
| 11-Jan-2011 |
jasper <jasper@openbsd.org> |
Add Wake on Lan support to arp(8). This is partly based on the original wake(8) program. One can specify an interface to send on, or simply broadcast on all available interfaces.
Initial
Add Wake on Lan support to arp(8). This is partly based on the original wake(8) program. One can specify an interface to send on, or simply broadcast on all available interfaces.
Initial input from stsp@, further help from claudio@ and deraadt@. ok claudio@ deraadt@ manpage bits ok jmc@
show more ...
|
#
15d649f2 |
| 05-Jun-2009 |
jmc <jmc@openbsd.org> |
tweak -V;
|
#
cc0444d0 |
| 05-Jun-2009 |
claudio <claudio@openbsd.org> |
One more tool that knows about other domains via -V
|
#
1f4d1341 |
| 29-Apr-2009 |
jmc <jmc@openbsd.org> |
+.Xr ndp 8 from Bob Van Zant, freebsd docs/134053
|
#
24287c36 |
| 14-Feb-2008 |
thib <thib@openbsd.org> |
backout the change to make arp(8) default to -an; Remove that blurp from the man page also.
requested by deraadt@;
|
#
e78c2a10 |
| 11-Feb-2008 |
jmc <jmc@openbsd.org> |
bump Mdocdate for pages committed in "febuary", necessary because of a typo in rcs.c;
|
#
fd554279 |
| 08-Feb-2008 |
jmc <jmc@openbsd.org> |
fix Mdocdate.
developers please note: you do not have to edit this field when you make changes to man pages. it's a cvs keyword which expands automatically.
|
#
fb7253ef |
| 08-Feb-2008 |
jmc <jmc@openbsd.org> |
adjust this page a little more, now that -an is the default;
|
#
df8e2a83 |
| 07-Feb-2008 |
thib <thib@openbsd.org> |
make arp(8) default to -na when called with no arguments;
man page bit from jmc@
ok millert@, oga@, laurent@
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
d13fc9d9 |
| 26-May-2006 |
jmc <jmc@openbsd.org> |
simplify synopsis; ok deraadt
|
#
1c77d49c |
| 25-May-2006 |
jmc <jmc@openbsd.org> |
tidy up EXAMPLES;
|