Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-06 | T1843: run interface-definitions though GCC preprocessor | Christian Poessinger | |
A lot of XML code is duplicated (VLAN, interface address) for instance. Such XML definitions should be moved to feature.xml.i files and then just pulled in via GCC preprocessor #include definition in e.g. bond or ethernet definitions. This will give us the ability to single-source repeating node definitions as: * Interface Address * Interface Description * Interface Disable * VLAN (both vif-s and vif-c) The .in suffix of the interface-definitions is a marker that those files are input files to the GCC preprocessor. They will be rendered into proper XML files in the build directory. Some node definitions have been reworder to remove escaped double quote occurances which would have been warned about by the GCC preprocessor. | |||
2018-09-02 | mdns_repeater: add 'disable' option | Christian Poessinger | |
2018-06-08 | Stop using 'vyatta-interfaces.pl' in ned XML interface | Christian Poessinger | |
2018-05-16 | T644: remove prefixing from all scripts and update environment variables ↵ | Daniil Baturin | |
with VyOS paths. | |||
2018-05-16 | Use '_' instead of '-' for python scripts for test | Yuya Kusakabe | |
2017-12-10 | mdns-repeater: use consistent naming of 'interface' node | Christian Poessinger | |
2017-12-10 | mdns-repeater: priority change 999 -> 990 | Christian Poessinger | |
2017-12-09 | Add 'vyos-update-mdns-repeater.py' functionality | Christian Poessinger | |
2017-12-09 | Initial interface description for 'mdns repeater' | Christian Poessinger | |