Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-13 | Merge pull request #2988 from c-po/pki-rpki-t6034 | Christian Breunig | |
rpki: T6034: move file based SSH keys for authentication to PKI subsystem | |||
2024-02-13 | Merge pull request #2997 from sarthurdev/T5993 | Christian Breunig | |
dhcpv6-server: T5993: Add subnet `interface` node, link subnet to locally connected interfaces | |||
2024-02-13 | dhcpv6-server: T5993: Add subnet `interface` node, link subnet to locally ↵ | sarthurdev | |
connected interfaces Prior dhcpd behaviour implicitly handled requests for locally connected subnets. Kea requires an explicit link between subnets and an interface. | |||
2024-02-12 | Merge pull request #2993 from sarthurdev/T5981 | Christian Breunig | |
ipsec: T5981: Strip '@' from migrated peer PKI name | |||
2024-02-12 | init: T2044: fix "binary operator expected" when two or more RPKI caches are ↵ | Christian Breunig | |
defined Fix commit 9b8e11e07 ("init: T2044: only start rpki if cache is configured") which showed a disturbing error on tty0 after boot that a "binary operator expected" when checking for RPKI caches when multiple results got returned. | |||
2024-02-12 | rpki: T6024: add migration scripts from file based keys to PKI subsystem | Christian Breunig | |
2024-02-12 | rpki: T6034: remove OpenSSH keys from /run/frr when unloaded | Christian Breunig | |
2024-02-12 | pki: T6034: add dependencies to trigger rpki re-run on openssh key update | Christian Breunig | |
2024-02-12 | ipsec: T5981: Strip '@' from migrated peer name | sarthurdev | |
2024-02-11 | rpki: T6034: move SSH authentication keys to PKI subsystem | Christian Breunig | |
2024-02-11 | pki: T6034: add OpenSSH key support | Christian Breunig | |
set pki openssh rpki private key ... set pki openssh rpki public key ... set pki openssh rpki public type 'ssh-rsa' | |||
2024-02-11 | srv6: T5849: add segment support to "protocols static route6" | Christian Breunig | |
* set protocols static route6 <prefix> next-hop <address> segments 'x:x::x:x/y:y::y/z::z' * set protocols static route6 <prefix> interface <interface> segments 'x:x::x:x/y:y::y/z::z' | |||
2024-02-09 | Merge pull request #2967 from sever-sever/T5703 | Daniil Baturin | |
T5703: Fix reapply QoS for connection-oriented interfaces | |||
2024-02-09 | T5703: Fix reapply QoS for connection-oriented interfaces | Viacheslav Hletenko | |
After `disconnect` and `connect` connection-oriented interfaces like PPPoE, QoS policy has to be reapplied | |||
2024-02-09 | Merge pull request #2975 from c-po/migrator-t5902 | Christian Breunig | |
https: T5902: fix migration of virtual-host port | |||
2024-02-09 | https: T5902: fix migration of virtual-host port | Christian Breunig | |
CLI source node is port and not listen-port. | |||
2024-02-08 | Merge pull request #2950 from aapostoliuk/T5960-circinus | Daniil Baturin | |
T5960: Rewritten authentication node in PPTP to a single view | |||
2024-02-08 | Merge pull request #2969 from sever-sever/T6026 | Daniil Baturin | |
T6026: QoS hide attempts to delete qdisc from devices | |||
2024-02-08 | Merge pull request #2507 from erkin/image-tools | Daniil Baturin | |
op-mode: T4038: Python rewrite of image tools | |||
2024-02-08 | T6026: QoS hide attempts to delete qdisc from devices | Viacheslav Hletenko | |
Hide unexpected output by attempts of deleting `qdisc` from interfaces [ qos ] Error: Cannot find specified qdisc on specified device. Error: Cannot delete qdisc with handle of zero. | |||
2024-02-07 | Merge pull request #2952 from c-po/vrf | Christian Breunig | |
vrf: T5973: module is now statically compiled into the kernel | |||
2024-02-07 | Merge pull request #2959 from c-po/init-T2044-rpki-part-2 | Christian Breunig | |
init: T2044: only start rpki if cache is configured | |||
2024-02-07 | init: T2044: only start rpki if cache is configured | Christian Breunig | |
This extends commit 9199c87cf ("init: T2044: always start/stop rpki during system boot") to check the bootup configuration if an RPKI cache is defined. Only start RPKI if this is the case. | |||
2024-02-07 | Merge pull request #2944 from HollyGurza/T3843-current | Christian Breunig | |
vpn: T3843: l2tp configuration not cleared after delete | |||
2024-02-07 | T5960: Rewritten authentication node in PPTP to a single view | aapostoliuk | |
Rewritten authentication node in accel-ppp services to a single view. In particular - PPTP authentication. | |||
2024-02-07 | vrf: T5973: module is now statically compiled into the kernel | Christian Breunig | |
Always enable VRF strict_mode | |||
2024-02-06 | Merge pull request #2941 from jestabro/cleanup-wait | John Estabrook | |
image-tools: T6016: wait for umount in cleanup function | |||
2024-02-06 | T5921: Fix OpenConnect verify for local users | Viacheslav Hletenko | |
Fix verify error for the VPN OpenConnect configuration with local authentication and without any user File "/usr/libexec/vyos/conf_mode/vpn_openconnect.py", line 94, in verify if not ocserv["authentication"]["local_users"]: KeyError: 'local_users' | |||
2024-02-06 | vpn: T3843: l2tp configuration not cleared after delete | khramshinr | |
vpn: T5926: IPSEC does not apply after l2tp configuration was changed added dependency between l2tp and ipsec conf added test for apply config to swanctl | |||
2024-02-06 | op-mode:T6015:Fix the charon file generated by ipsec debug script | srividya0208 | |
(cherry picked from commit 0c9c496961dc88110da53943a14dd88086ea920d) | |||
2024-02-05 | image-tools: T6016: wait for umount in cleanup function | John Estabrook | |
2024-02-06 | Merge pull request #2936 from c-po/rpki-T6011 | Daniil Baturin | |
rpki: T6011: known-hosts-file is no longer supported by FRR | |||
2024-02-03 | rpki: T6011: known-hosts-file is no longer supported by FRR | Christian Breunig | |
2024-02-03 | init: T2044: always start/stop rpki during system boot | Christian Breunig | |
2024-02-02 | Merge pull request #2889 from sarthurdev/kea-hooks | Christian Breunig | |
dhcpv6: T3771: Installation of routes for delegated prefixes, add excluded-prefix to PD | |||
2024-02-02 | Merge pull request #2927 from ishioni/T5955 | Christian Breunig | |
container: T5955: add uid/gid settings | |||
2024-02-02 | container: T5955: allow setting uid/gid | Piotr Maksymiuk | |
2024-02-02 | Merge pull request #2891 from aapostoliuk/T5971-circinus | Viacheslav Hletenko | |
T5971: Rewritten ppp options in accel-ppp services | |||
2024-02-01 | Merge pull request #2756 from nicolas-fort/T4839 | Christian Breunig | |
T4839: firewall: Add dynamic address group in firewall configuration | |||
2024-02-01 | Merge pull request #2860 from indrajitr/ddclient-update-20240119 | Christian Breunig | |
ddclient: T5966: Adjust dynamic dns config address subpath | |||
2024-02-01 | Merge pull request #2890 from sever-sever/T5941 | Christian Breunig | |
T5941: Migration policy delete orphaned interface policy | |||
2024-02-01 | Merge pull request #2892 from sever-sever/T5941-tp | Christian Breunig | |
T5941: Migration QoS delete orphaned interface traffic-policy | |||
2024-02-01 | bgp: T5930: Denied using rt vpn 'export/import' with 'both' together | aapostoliuk | |
Denied using command 'route-target vpn export/import' with 'both' together in bgp configuration. | |||
2024-01-30 | Merge pull request #2877 from c-po/vrf-5973 | Christian Breunig | |
vrf: T5973: multiple bugfixes and improvements | |||
2024-01-29 | https: T6000: fix error in migration of path https certbot | John Estabrook | |
2024-01-29 | T5971: Rewritten ppp options in accel-ppp services | aapostoliuk | |
Rewritten 'ppp-options' to the same view in all accel-ppp services. Adding IPv6 support to PPTP. | |||
2024-01-27 | image-tools: T5988: validate image name in add_image | John Estabrook | |
Add missing name validation in add_image, and fix typo in error msg string. | |||
2024-01-25 | Updates to Kea DHCPv6 PD route hook (#6) | Chris Buechler | |
* Fix route deletion errors when interface is missing. Clarify variable names. | |||
2024-01-25 | op-mode: T4038: Python rewrite of image tools | erkin | |
2024-01-25 | T4839: firewall: Add dynamic address group in firewall configuration, and ↵ | Nicolas Fort | |
appropiate commands to populate such groups using source and destination address of the packet. |