#!/bin/sh

. /lib/functions.sh

unset_pvid() {
	local section=$1

	uci -q set mapagent.${section}.pvid="0"
}

config_load mapagent

config_foreach unset_pvid policy
