Migrate an old style script to a new vyos-1.x model If you want to migrate from an old style template to a new one based in xml you will find this tedious. Firstly you have to create an xml interface definition by hand from a directory tree full of node.def files with configuration options, scripts calls, etc... But vyos people thought about this time ago and developed an XML creator. So let's see how to import an old style package to a new one model adopted in vyos-1x. For example, whe want to import vyatta-netflow to new model. In this example we have vyos-1x in directory vyos-1x and vyatta-netflow in vyatta-netflow directory. Creation of xml file The piece of software that would help you is in package vyos-1x/scripts/import-conf-mode-commands If we want to import all config definitions we have to use last script pointing to the directory that contains those definitions. In our case is in vyatta-netflow/templates-cfg/system: ./vyos-1x/scripts/import-conf-mode-c...