#!/bin/sh #---------------------------------------------------------------------------- # /etc/rc.d/circuits.net.ipv4.disabled - net circuits (IPv4 specific) # # Last Update: $Id$ #---------------------------------------------------------------------------- # $1 = circuit information file # $2 = variable receiving an error message (if any) net_circuit_add_ipv4() { ip link set dev $circ_dev arp off return 0 }