Blame iptables/arptables-nft-save.8

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