#!/bin/bash
# $Header$

# IFACE      = Logical interface name
# MODE       = { start | stop }
# METHOD     = manual, otherwise exit

. /etc/network/ifupdown-scripts-zg2.d/common-functions

# only do something if interface is being stopped

[ "$MODE" = "stop" ] || exit 0

remove_state

