Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-05 | bfd: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | tftp-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | mdns-repeater: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | https: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | igmp-proxy: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dynamic-dns: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | syslog: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | broadcast-relay: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | openvpn: improve value help on ipfix | Christian Poessinger | |
2020-04-05 | flow-accounting: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | lldp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | snmp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dns-forwarding: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dhcp-server: T2230: rename template dir from dhcp -> dhcp-server | Christian Poessinger | |
2020-04-05 | dhcpv6-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dhcpv6-relay: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | wireless: T2212: bugfix for BF-ANTENNA and SOUNDING-DIMENSION flags | alainlamar | |
VHT flags deal with many variables which depend on antenna count and supported features. BF-ANTENNA-(2|3|4) and SOUNDING-DIMENSION-(2|3|4) were not dealt with correctly. IEEE 802.11ac (VHT) supports at least 1 antenna and up to 8 antennas at most. The hsotapd VHT flags may support as many but most do not. Therefore, we need to be picky here... | |||
2020-04-05 | dhcp-relay: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | sstp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dhcp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | ntp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | ssh: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | T2230: confert dos to unix line endings | Christian Poessinger | |
2020-04-05 | l2tp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
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. | |||
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-05 | T71: initial implementation of global IPsec settings. | Daniil Baturin | |
Only disable-route-autoinstall (install_routes = yes/no) for now. |