Blame iptables/arptables-nft-restore.8

Packit 7b22a4
.TH ARPTABLES-RESTORE 8 "March 2019" "" ""
Packit 7b22a4
.\"
Packit 7b22a4
.\" Man page written by Jesper Dangaard Brouer <brouer@redhat.com> based on a
Packit 7b22a4
.\" Man page written by Harald Welte <laforge@gnumonks.org>
Packit 7b22a4
.\" It is based on the iptables-restore man page.
Packit 7b22a4
.\"
Packit 7b22a4
.\"	This program is free software; you can redistribute it and/or modify
Packit 7b22a4
.\"	it under the terms of the GNU General Public License as published by
Packit 7b22a4
.\"	the Free Software Foundation; either version 2 of the License, or
Packit 7b22a4
.\"	(at your option) any later version.
Packit 7b22a4
.\"
Packit 7b22a4
.\"	This program is distributed in the hope that it will be useful,
Packit 7b22a4
.\"	but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 7b22a4
.\"	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 7b22a4
.\"	GNU General Public License for more details.
Packit 7b22a4
.\"
Packit 7b22a4
.\"	You should have received a copy of the GNU General Public License
Packit 7b22a4
.\"	along with this program; if not, write to the Free Software
Packit 7b22a4
.\"	Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Packit 7b22a4
.\"
Packit 7b22a4
.\"
Packit 7b22a4
.SH NAME
Packit 7b22a4
arptables-restore \- Restore ARP Tables (nft-based)
Packit 7b22a4
.SH SYNOPSIS
Packit 7b22a4
\fBarptables\-restore
Packit 7b22a4
.SH DESCRIPTION
Packit 7b22a4
.PP
Packit 7b22a4
.B arptables-restore
Packit 7b22a4
is used to restore ARP Tables from data specified on STDIN or
Packit 7b22a4
via a file as first argument.
Packit 7b22a4
Use I/O redirection provided by your shell to read from a file
Packit 7b22a4
.TP
Packit 7b22a4
.B arptables-restore
Packit 7b22a4
flushes (deletes) all previous contents of the respective ARP Table.
Packit 7b22a4
.SH AUTHOR
Packit 7b22a4
Jesper Dangaard Brouer <brouer@redhat.com>
Packit 7b22a4
.SH SEE ALSO
Packit 7b22a4
\fBarptables\-save\fP(8), \fBarptables\fP(8)
Packit 7b22a4
.PP