Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-29 | Merge pull request #1076 from DmitriyEshenko/current-22112021-01 | Christian Poessinger | |
tftp: T4012: Add TFTP VRF support | |||
2021-11-28 | ospfv3: T3928: add VRF support | Christian Poessinger | |
set vrf name foo protocols ospfv3 | |||
2021-11-27 | isis: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | rpki: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | ripng: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | rip: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | ospfv3: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | bgp: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | policy: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
Every node in running config now has an explicit "exit" tag | |||
2021-11-27 | ospf: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
Every node in running config now has an explicit "exit" tag | |||
2021-11-27 | bfd: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
Every node in running config now has an explicit "exit" tag. | |||
2021-11-27 | ospf: T3753: adjust to CLI options new in FRR 8.0 | Christian Poessinger | |
FRR 7.5 router ospf passive-interface default no passive-interface eth0.202 Changed int FRR 8 to interface eth0.202 no ip ospf passive ! router ospf ospf router-id 172.18.254.202 log-adjacency-changes detail passive-interface default | |||
2021-11-27 | ospfv3: T3753: adjust to CLI options new in FRR 8.0 | Christian Poessinger | |
2021-11-27 | ospf: T3753: adjust to CLI options new in FRR 8.0 | Christian Poessinger | |
2021-11-27 | bfd: T3753: adjust to CLI options new in FRR 8.0 | Christian Poessinger | |
2021-11-27 | bfd: T3753: fix Jinja2 "echo-interval" indention | Christian Poessinger | |
2021-11-23 | tftp: T4012: Add TFTP VRF support | DmitriyEshenko | |
2021-11-21 | Merge pull request #1074 from sever-sever/T4010 | Christian Poessinger | |
dmvpn: T4010: Fix template ipsec profile rekey_time | |||
2021-11-18 | dmvpn: T4010: Fix template ipsec profile rekey_time | Viacheslav | |
2021-11-18 | console-server: T2490: display /etc/issue.net on SSH logins | Christian Poessinger | |
2021-11-18 | dhcp: T4008: change client retry interval form 300 -> 60 seconds | Christian Poessinger | |
(cherry picked from commit e1539b6fffaf10863e41a73a380f9de40f6aece6) | |||
2021-11-15 | vrf: T3960: when adding multiple VRFs and VNIs - do not delete previous ones | Christian Poessinger | |
2021-11-07 | protocols: static: T3680: do not delete DHCP received routes | Christian Poessinger | |
An ISC DHCP hook script is used to install the received default route into FRR by simple calls to vtysh. By moving to frr-reload.py the DHCP default route was deleted as it was not found in the running config. This commit checks all interfaces if DHCP is enabled and if so - will dynamically add the route to the generated FRR configuration. | |||
2021-11-03 | sstp: T2566: use XML defaultValue over Jinja2 hardcoded value | Christian Poessinger | |
(cherry picked from commit 01ed77040ec9493e4ca1cf868ff3c22847da4487) | |||
2021-11-03 | sstp: T2566: Fix to allow IPv6 only pools | Viacheslav | |
To allow IPv6 only for vpn sstp sessions we have to add 'ppp-options' which can disable IPv4 allocation explicity. Additional IPv6 ppp-options and fix template for it. (cherry picked from commit dd036c62d1370f655a8d2075577597f24ffff7dc) | |||
2021-11-01 | Merge branch 'current' into T3350-sagitta | zdc | |
2021-10-31 | openvpn: T3834: Support for Two Factor Authentication totp | Kim | |
2021-10-26 | bgp: T3945: relax Jinja2 for loop for aggregate-address | Christian Poessinger | |
2021-10-26 | bgp: T3945: Add route-map for aggregate-address | Viacheslav | |
2021-10-25 | Merge pull request #1037 from sever-sever/T2683 | Christian Poessinger | |
hosts: T2683: Allow multiple entries for static-host-mapping | |||
2021-10-25 | snmp: T2763: Add protocol TCP for service snmp | Viacheslav | |
2021-10-22 | hosts: T2683: Allow multiple entries for static-host-mapping | Viacheslav | |
2021-10-20 | Merge pull request #1030 from sarthurdev/mdns-avahi | Christian Poessinger | |
mdns: T3917: Change to avahi-daemon for IPv4 + IPv6 mDNS repeater | |||
2021-10-19 | mdns: T3917: Change to avahi-daemon for IPv4 + IPv6 mDNS repeater | sarthurdev | |
2021-10-18 | Merge pull request #1022 from sever-sever/T3897 | Christian Poessinger | |
ddclient: T3897: Add option for IPv6 Dynamic DNS | |||
2021-10-18 | ddclient: T3897: Add option for IPv6 Dynamic DNS | Viacheslav | |
2021-10-16 | l2tp: T3724: allow setting accel-ppp l2tp host-name | Marek Isalski | |
2021-10-15 | dhclient: T3832: Add hexadecimal format for client-id | Viacheslav | |
The hedadecimal option dhcp-cliend-identifier format is required to set values without quotes, separated by colons. | |||
2021-10-13 | ntp: T3904: Fix NTP pool associations | Georgiy Tugai | |
As of NTP 4.2.7, 'nopeer' also blocks pool associations. See https://bugs.ntp.org/show_bug.cgi?id=2657 See also https://github.com/geerlingguy/ansible-role-ntp/pull/84 (cherry picked from commit 854c68d43d8f1cf20417edd12284ea20f9e7ec9a) | |||
2021-10-10 | lcd: T2564: add support for hd44780 displays | Christian Poessinger | |
2021-10-07 | Merge branch 'current' into 2fa | Kim | |
2021-10-07 | openvpn: T3805: drop privileges using systemd - required for rtnetlink | Christian Poessinger | |
2021-10-07 | pull request fixes | Kim Hagen | |
2021-10-04 | bgp: T3741: "parameter default no-ipv4-unicast" is now a default option | Christian Poessinger | |
2021-10-04 | OpenVPN: T3350: Changed custom options for OpenVPN processing | zsdc | |
Custom OpenVPN options moved back to the command line from a configuration file. This should keep full compatibility with the `crux` branch, and allows to avoid mistakes with parsing options that contain `--` in the middle. The only smart part of this - handling a `push` option. Because of internal changes in OpenVPN, previously it did not require an argument in the double-quotes, but after version update in `equuleus` and `sagitta` old syntax became invalid. So, all the `push` options are processed to add quotes. The solution is still not complete, because if a single config line contains `push` with other options, it will not work, but it is better than nothing. | |||
2021-10-02 | dns: forwarding: T3882: remove deprecated code to work with PowerDNS 4.5 | Christian Poessinger | |
(cherry picked from commit 8e6c48563d1612916bd7fcc665d70bfa77ec5667) | |||
2021-09-30 | dhcp-server: T2230: add subnet description into rendered config | Christian Poessinger | |
2021-09-27 | igmp: T2230: fix Jinja2 and FRR indention | Christian Poessinger | |
2021-09-27 | frr: T2175: rename daemon Jinja2 templates to match (d)aemon suffix | Christian Poessinger | |
2021-09-27 | openvpn: T690: Fix template for gateway and metric | Viacheslav | |
Some OpenVPN clients doesnt support option gateway and metric. Set metric option only when 'metric' was added in config explicity. (cherry picked from commit 96681d8bf1ede069b573a4cbe3a2493c374d048e) |