blob: 164ecfd591c605c617e39fa1a08b7639f38f2367 (
plain)
1
2
3
4
5
6
7
8
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# 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=""
|