Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-04 | T1579: migrate "ip source-validation" option to vyos-1x | Christian Poessinger | |
2020-06-24 | Revert "T2633: migrate 'ip/node.def' to vyos-1x" | Christian Poessinger | |
This reverts commit 8e14046415fbbc83a912807fd87b6828987a2748. | |||
2020-06-23 | T2633: migrate 'ip/node.def' to vyos-1x | Christian Poessinger | |
2010-07-20 | Convert interface templates to use val_help: | Stephen Hemminger | |
2009-03-25 | Generate interface templates as part of build | Stephen Hemminger | |
Rather than 100's of copies of the same template, use the same process as the firewall module to generate the templates. For this, the are meta-templates in interface-templates directory which get processed and $IFNAME is replaced by the appropriate CLI syntax to refer back to the directory name. Changing a quagga template in most cases can be done by fixing the meta-template. |