Blame iptables/arptables-nft-restore.8

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