#!/bin/sh

# migrate config file to the new WebGUI CLI syntax.
# arg: <config_file>

/opt/vyatta/sbin/XorpConfigMigrator.pl  --input=$1  --output=$1 --action=migrate_service_webgui_0_to_1

