blob: 4f941f483a2afdd1444ee3e67bad4dfea0e48a80 (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# Mandatory arguments: IPADDR/PREFIXLEN dev IFNAME
# Example: 192.168.0.0/24 dev eth0
# For further information see "perldoc arpsponge" or "man arpsponge".
ARPSPONGE_OPTS=""
|