Blame iptables/arptables-nft-save.8

Packit 7b22a4
.TH ARPTABLES-SAVE 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-save 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-save \- dump arptables rules to stdout (nft-based)
Packit 7b22a4
.SH SYNOPSIS
Packit 7b22a4
\fBarptables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP]
Packit 7b22a4
.P
Packit 7b22a4
\fBarptables\-save\fP [\fB\-V\fP]
Packit 7b22a4
.SH DESCRIPTION
Packit 7b22a4
.PP
Packit 7b22a4
.B arptables-save
Packit 7b22a4
is used to dump the contents of an ARP Table in easily parseable format
Packit 7b22a4
to STDOUT. Use I/O-redirection provided by your shell to write to a file.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-M\fR, \fB\-\-modprobe\fR \fImodprobe_program\fP
Packit 7b22a4
Specify the path to the modprobe program. By default, arptables-save will
Packit 7b22a4
inspect /proc/sys/kernel/modprobe to determine the executable's path.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-c\fR, \fB\-\-counters\fR
Packit 7b22a4
Include the current values of all packet and byte counters in the output.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-V\fR, \fB\-\-version\fR
Packit 7b22a4
Print version information and exit.
Packit 7b22a4
.SH AUTHOR
Packit 7b22a4
Jesper Dangaard Brouer <brouer@redhat.com>
Packit 7b22a4
.SH SEE ALSO
Packit 7b22a4
\fBarptables\-restore\fP(8), \fBarptables\fP(8)
Packit 7b22a4
.PP