#!/bin/sh #---------------------------------------------------------------------------- # /etc/rc.d/circuits.net.ipv6.disabled - net circuits (IPv6 specific) # # Last Update: $Id$ #---------------------------------------------------------------------------- # $1 = circuit information file # $2 = variable receiving an error message (if any) net_circuit_add_ipv6() { return 0 }