freebsd-dev/usr.sbin/arp
Renato Botelho 7814b3b8a1 Cleanup on usr.sbin/arp/arp.c
* 'blackhole' and 'reject' are mutually exclusive, replace printf() by errx()
  when both are selected.
* 'trail' option is no longer supported since first import of arp from 4.4BSD.
  XXX message was added 13 years ago in r128192. I believe it's time to remove
  it.
* Use warnx() to print some informative messages instead of printf()
* Replace strncmp() by strcmp() when validating parameters and exit when invalid
  parameter is found

Reviewed by:	allanjude, vangyzen, cem
Approved by:	allanjude
MFC after:	1 week
Sponsored by:	Rubicon Communications (Netgate)
Differential Revision:	https://reviews.freebsd.org/D9504
2017-02-09 19:58:12 +00:00
..
arp.4 Additional cleanup of the arp(4) man page after r306652 2016-10-07 22:17:25 +00:00
arp.8 Retire struct sockaddr_inarp. 2013-01-31 08:55:21 +00:00
arp.c Cleanup on usr.sbin/arp/arp.c 2017-02-09 19:58:12 +00:00
Makefile
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00