summaryrefslogtreecommitdiff
path: root/data/templates
AgeCommit message (Collapse)Author
2020-04-05pim: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05mpls: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05igmp: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05ipoe-server: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05pppoe-server: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05pptp: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05router-advert: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05system-login: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05wifi-regdom: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05vrrp: T2230: convert template from dos to unix line endingsChristian Poessinger
2020-04-05https: T2230: convert template from dos to unix line endingsChristian Poessinger
2020-04-05mdns-repeater: T2230: convert template from dos to unix line endingsChristian Poessinger
2020-04-05vrf: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05bfd: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05tftp-server: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05mdns-repeater: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05https: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05igmp-proxy: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05dynamic-dns: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05syslog: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05broadcast-relay: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05openvpn: improve value help on ipfixChristian Poessinger
2020-04-05flow-accounting: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05lldp: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05snmp: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05dns-forwarding: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05dhcp-server: T2230: rename template dir from dhcp -> dhcp-serverChristian Poessinger
2020-04-05dhcpv6-server: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05dhcpv6-relay: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05wireless: T2212: bugfix for BF-ANTENNA and SOUNDING-DIMENSION flagsalainlamar
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-05dhcp-relay: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05sstp: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05dhcp: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05ntp: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05ssh: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-05T2230: confert dos to unix line endingsChristian Poessinger
2020-04-05l2tp: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-04wireless: T1627: move Jinja2 templates to data/templates folderChristian Poessinger
2020-04-04pppoe: T2219: support adding default route to VRFChristian Poessinger
2020-04-04wwan: T2219: rework route add to VRFChristian Poessinger
The old implementation actually did not work as the Quotes "" around the "vrf foo" statement got actually lost in translation.
2020-04-04wwan: T2219: bugfix referencing wlm0 variable instead of real Python varChristian Poessinger
2020-04-04wwan: T2219: use Jinja variables rather then Bash argsChristian Poessinger
2020-04-04pppoe: T2219: move adding of default route to ip-(up|down) scriptChristian 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-04wwan: T2219: add default route into VRFChristian Poessinger
2020-04-04wwan: T1988: move default route scripts to Jinja templatesChristian Poessinger
2020-04-04pppoe: T1318: move Jinja2 templates to data/templates folderChristian Poessinger
This makes the actual code which generates the configs much more human readable.
2020-04-04wwan: T1988: move Jinja2 templates to data/templates folderChristian Poessinger
This makes the actual code which generates the configs much more human readable.
2018-10-02T869: rsyslog configuration typoChristian Poessinger
(cherry picked from commit 8a1e66ef20e872bd4f6c9adc68befbf09e9ef122)
2018-09-08T836: template for global rsyslog.confhagbard
2018-08-05T71: initial implementation of global IPsec settings.Daniil Baturin
Only disable-route-autoinstall (install_routes = yes/no) for now.