Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-04 | wireless: T1627: move Jinja2 templates to data/templates folder | Christian Poessinger | |
2020-04-04 | pppoe: T2219: support adding default route to VRF | Christian Poessinger | |
2020-04-04 | wwan: T2219: rework route add to VRF | Christian Poessinger | |
The old implementation actually did not work as the Quotes "" around the "vrf foo" statement got actually lost in translation. | |||
2020-04-04 | wwan: T2219: bugfix referencing wlm0 variable instead of real Python var | Christian Poessinger | |
2020-04-04 | wwan: T2219: use Jinja variables rather then Bash args | Christian Poessinger | |
2020-04-04 | pppoe: T2219: move adding of default route to ip-(up|down) script | Christian Poessinger | |
As PPPoE interfaces should be part of a VRF it is required that the default can also be set into the specified VRF. The default way of PPP by setting the "defaultroute" option does not take a VRF into account. In this case PPP installs a Kernel route forwarding all default traffic over this interface. This change installs a static route with metric 1 instead into the routing table via FRR. This is not the same as a Kernel route in terms of metric 1 compared to 0 but it should do the trick. | |||
2020-04-04 | wwan: T2219: add default route into VRF | Christian Poessinger | |
2020-04-04 | wwan: T1988: move default route scripts to Jinja templates | Christian Poessinger | |
2020-04-04 | pppoe: T1318: move Jinja2 templates to data/templates folder | Christian Poessinger | |
This makes the actual code which generates the configs much more human readable. | |||
2020-04-04 | wwan: T1988: move Jinja2 templates to data/templates folder | Christian Poessinger | |
This makes the actual code which generates the configs much more human readable. | |||
2020-03-24 | ifconfig: T2057: remove need for interface-types.json | Thomas Mangin | |
2019-11-24 | geneve: T1799: support bridging | Christian Poessinger | |
2019-11-17 | wireless: T1627: fix interface names for list_interfaces.py | Christian Poessinger | |
The interface name was invalid, thus calling "list_interfaces.py -t wireless" won't return the actual wifi interfaces. | |||
2018-10-02 | T869: rsyslog configuration typo | Christian Poessinger | |
(cherry picked from commit 8a1e66ef20e872bd4f6c9adc68befbf09e9ef122) | |||
2018-09-08 | T836: template for global rsyslog.conf | hagbard | |
2018-08-17 | Add wireguard to the interface type data. | Daniil Baturin | |
2018-08-05 | T71: initial implementation of global IPsec settings. | Daniil Baturin | |
Only disable-route-autoinstall (install_routes = yes/no) for now. | |||
2018-06-08 | T689: add a basic library for working with network interfaces and support ↵ | Daniil Baturin | |
for interface types to the completion script. |