@%@UCRWARNING=# @%@
@!@
from univention.config_registry.interfaces import Interfaces
interfaces = Interfaces(configRegistry)
managed = [iface.name for _name, iface in interfaces.ipv4_interfaces if
    iface.type == 'dhcp' and configRegistry.is_true(value=iface.get('ifplugd', '1'))]
print 'INTERFACES="%s"' % (' '.join(managed),)
@!@
HOTPLUG_INTERFACES=""
ARGS="-q -f -u0 -d10 -w -I"
SUSPEND_ACTION="stop"
