#!/bin/bash
# $Header:$

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

. /etc/network/if.d/common-functions

# only do something if interface is being stopped

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

remove_state

