]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - net-tools/patches/net-tools-1.57-bug22040.patch
kernel: Update to 3.19.1
[people/stevee/ipfire-3.x.git] / net-tools / patches / net-tools-1.57-bug22040.patch
CommitLineData
236898d6
MT
1--- net-tools-1.57/arp.c.orig Sun May 14 17:57:41 2000
2+++ net-tools-1.57/arp.c Sat Nov 25 15:05:27 2000
3@@ -618,6 +618,7 @@
4 fprintf(stderr, _(" arp [-v] [<HW>] [-i <if>] -Ds <hostname> <if> [netmask <nm>] pub <-''-\n\n"));
5
6 fprintf(stderr, _(" -a display (all) hosts in alternative (BSD) style\n"));
7+ fprintf(stderr, _(" -e display (all) hosts in default (Linux) style\n"));
8 fprintf(stderr, _(" -s, --set set a new ARP entry\n"));
9 fprintf(stderr, _(" -d, --delete delete a specified entry\n"));
10 fprintf(stderr, _(" -v, --verbose be verbose\n"));
11--- net-tools-1.57/man/en_US/arp.8.orig Sat Nov 25 15:13:26 2000
12+++ net-tools-1.57/man/en_US/arp.8 Sat Nov 25 15:15:12 2000
13@@ -3,7 +3,7 @@
14 arp \- manipulate the system ARP cache
15 .SH SYNOPSIS
16 .B arp
17-.RB [ \-vn ]
18+.RB [ \-evn ]
19 .RB [ "\-H type" ]
20 .RB [ "-i if" ]
21 .B -a
22@@ -60,7 +60,7 @@
23 shows numerical addresses instead of trying to determine symbolic host, port
24 or user names.
25 .TP
26-.B "\-H type, \-\-hw-type type"
27+.B "\-H type, \-\-hw-type type, \-t type"
28 When setting or reading the ARP cache, this optional parameter tells
29 .B arp
30 which class of entries it should check for. The default value of
31@@ -81,7 +81,8 @@
32 .B hostname
33 parameter is not used,
34 .B all
35-entries will be displayed.
36+entries will be displayed.
37+The entries will be displayed in alternate (BSD) style.
38 .TP
39 .B "\-d hostname, \-\-delete hostname"
40 Remove any entry for the specified host. This can be used if the
41@@ -91,6 +92,9 @@
42 Use the interface
43 .BR ifa "'s"
44 hardware address.
45+.TP
46+.B "\-e"
47+Shows the entries in default (Linux) style.
48 .TP
49 .B "\-i If, \-\-device If"
50 Select an interface. When dumping the ARP cache only entries matching