|
|
0890d3 |
From 4c4c2e4080114126a38cd856f6aad011ebe08b49 Mon Sep 17 00:00:00 2001
|
|
|
0890d3 |
From: Jesper Dangaard Brouer <brouer@redhat.com>
|
|
|
0890d3 |
Date: Mon, 18 Nov 2013 21:42:52 +0100
|
|
|
0890d3 |
Subject: [PATCH] Add man pages for arptables-{save,restore}
|
|
|
0890d3 |
|
|
|
0890d3 |
(cherry picked from commit f79b957fadfb22396d527743ecc154f1e30277dd)
|
|
|
0890d3 |
Signed-off-by: Phil Sutter <psutter@redhat.com>
|
|
|
0890d3 |
---
|
|
|
0890d3 |
arptables-restore.8 | 41 +++++++++++++++++++++++++++++++++++++++++
|
|
|
0890d3 |
arptables-save.8 | 37 +++++++++++++++++++++++++++++++++++++
|
|
|
0890d3 |
2 files changed, 78 insertions(+)
|
|
|
0890d3 |
create mode 100644 arptables-restore.8
|
|
|
0890d3 |
create mode 100644 arptables-save.8
|
|
|
0890d3 |
|
|
|
0890d3 |
diff --git a/arptables-restore.8 b/arptables-restore.8
|
|
|
0890d3 |
new file mode 100644
|
|
|
0890d3 |
index 0000000000000..4f2f623673415
|
|
|
0890d3 |
--- /dev/null
|
|
|
0890d3 |
+++ b/arptables-restore.8
|
|
|
0890d3 |
@@ -0,0 +1,41 @@
|
|
|
0890d3 |
+.TH ARPTABLES-RESTORE 8 "Nov 07, 2013" "" ""
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.\" Man page written by Jesper Dangaard Brouer <brouer@redhat.com> based on a
|
|
|
0890d3 |
+.\" Man page written by Harald Welte <laforge@gnumonks.org>
|
|
|
0890d3 |
+.\" It is based on the iptables-restore man page.
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.\" This program is free software; you can redistribute it and/or modify
|
|
|
0890d3 |
+.\" it under the terms of the GNU General Public License as published by
|
|
|
0890d3 |
+.\" the Free Software Foundation; either version 2 of the License, or
|
|
|
0890d3 |
+.\" (at your option) any later version.
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.\" This program is distributed in the hope that it will be useful,
|
|
|
0890d3 |
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
0890d3 |
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
0890d3 |
+.\" GNU General Public License for more details.
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.\" You should have received a copy of the GNU General Public License
|
|
|
0890d3 |
+.\" along with this program; if not, write to the Free Software
|
|
|
0890d3 |
+.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.SH NAME
|
|
|
0890d3 |
+arptables-restore \(em Restore ARP Tables
|
|
|
0890d3 |
+.SH SYNOPSIS
|
|
|
0890d3 |
+\fBarptables\-restore
|
|
|
0890d3 |
+.SH DESCRIPTION
|
|
|
0890d3 |
+.PP
|
|
|
0890d3 |
+.B arptables-restore
|
|
|
0890d3 |
+is used to restore ARP Tables from data specified on STDIN or
|
|
|
0890d3 |
+via a file as first argument.
|
|
|
0890d3 |
+Use I/O redirection provided by your shell to read from a file
|
|
|
0890d3 |
+.TP
|
|
|
0890d3 |
+.B arptables-restore
|
|
|
0890d3 |
+flushes (deletes) all previous contents of the respective ARP Table.
|
|
|
0890d3 |
+.SH BUGS
|
|
|
0890d3 |
+None known as of arptables-0.0.4 release
|
|
|
0890d3 |
+.SH AUTHOR
|
|
|
0890d3 |
+Jesper Dangaard Brouer <brouer@redhat.com>
|
|
|
0890d3 |
+.SH SEE ALSO
|
|
|
0890d3 |
+\fBarptables\-save\fP(8), \fBarptables\fP(8)
|
|
|
0890d3 |
+.PP
|
|
|
0890d3 |
diff --git a/arptables-save.8 b/arptables-save.8
|
|
|
0890d3 |
new file mode 100644
|
|
|
0890d3 |
index 0000000000000..34791a9c087f0
|
|
|
0890d3 |
--- /dev/null
|
|
|
0890d3 |
+++ b/arptables-save.8
|
|
|
0890d3 |
@@ -0,0 +1,37 @@
|
|
|
0890d3 |
+.TH ARPTABLES-SAVE 8 "Nov 07, 2013" "" ""
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.\" Man page written by Jesper Dangaard Brouer <brouer@redhat.com> based on a
|
|
|
0890d3 |
+.\" Man page written by Harald Welte <laforge@gnumonks.org>
|
|
|
0890d3 |
+.\" It is based on the iptables-save man page.
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.\" This program is free software; you can redistribute it and/or modify
|
|
|
0890d3 |
+.\" it under the terms of the GNU General Public License as published by
|
|
|
0890d3 |
+.\" the Free Software Foundation; either version 2 of the License, or
|
|
|
0890d3 |
+.\" (at your option) any later version.
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.\" This program is distributed in the hope that it will be useful,
|
|
|
0890d3 |
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
0890d3 |
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
0890d3 |
+.\" GNU General Public License for more details.
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.\" You should have received a copy of the GNU General Public License
|
|
|
0890d3 |
+.\" along with this program; if not, write to the Free Software
|
|
|
0890d3 |
+.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.\"
|
|
|
0890d3 |
+.SH NAME
|
|
|
0890d3 |
+arptables-save \(em dump arptables rules to stdout
|
|
|
0890d3 |
+.SH SYNOPSIS
|
|
|
0890d3 |
+\fBarptables\-save
|
|
|
0890d3 |
+.SH DESCRIPTION
|
|
|
0890d3 |
+.PP
|
|
|
0890d3 |
+.B arptables-save
|
|
|
0890d3 |
+is used to dump the contents of an ARP Table in easily parseable format
|
|
|
0890d3 |
+to STDOUT. Use I/O-redirection provided by your shell to write to a file.
|
|
|
0890d3 |
+.SH BUGS
|
|
|
0890d3 |
+None known as of arptables-0.0.4 release
|
|
|
0890d3 |
+.SH AUTHOR
|
|
|
0890d3 |
+Jesper Dangaard Brouer <brouer@redhat.com>
|
|
|
0890d3 |
+.SH SEE ALSO
|
|
|
0890d3 |
+\fBarptables\-restore\fP(8), \fBarptables\fP(8)
|
|
|
0890d3 |
+.PP
|
|
|
0890d3 |
--
|
|
|
0890d3 |
2.21.0
|
|
|
0890d3 |
|