1ARPTABLES-SAVE(8) ARPTABLES-SAVE(8)
2
3
4
6 arptables-save - Save ARP Tables
7
9 arptables-save [-c] [-t table]
10
12 arptables-save is used to dump the contents of an ARP Table in easily
13 parseable format to STDOUT. Use I/O-redirection provided by your shell
14 to write to a file.
15
16 -c, --counters
17 include the current values of all packet and byte counters in
18 the output
19
20 -t, --table tablename
21
22 restrict output to only one table. If not specified, output includes
23 all
24 available tables.
25
27 None known as of arptables-jf-0.0.0 release
28
30 Harald Welte <laforge@gnumonks.org>
31
33 arptables-restore(8), arptables(8)
34
35
36
37 Jan 04, 2001 ARPTABLES-SAVE(8)