Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-15 | T5901: Add DHCP base_path dir during first boot | Viacheslav Hletenko | |
We should create dhclient base_path dir `/run/dhclient` during the first boot. It fixes cloud-init boot issues ``` /etc/dhcp/dhclient-exit-hooks.d/03-vyos-dhclient-hook: line 33: /run/dhclient/dhclient_eth0.lease: No such file or directory ``` | |||
2024-01-14 | Merge pull request #2821 from sever-sever/T5944 | John Estabrook | |
T5944: Fix reboot in arg | |||
2024-01-14 | T5944: Fix reboot in arg | Viacheslav Hletenko | |
Fix the arg for the `reboot in x` command The current arg is `--reboot_in [Minutes ...]` The expected arg is `--reboot-in [Minutes ...]` | |||
2024-01-14 | Merge pull request #2819 from c-po/T591-srv6-bgp-improvements | Christian Breunig | |
bgp: T591: SRv6 improvements | |||
2024-01-14 | bgp: T591: add VPN nexthop support per address-family | Christian Breunig | |
set protocols bgp address-family ipv4-unicast nexthop vpn export <ipv4-address|ipv6-address> set protocols bgp address-family ipv6-unicast nexthop vpn export <ipv4-address|ipv6-address> | |||
2024-01-14 | bgp: T591: add SRv6 per address-family SID support | Christian Breunig | |
set protocols bgp address-family ipv4-unicast sid vpn export <auto|1-1048575> set protocols bgp address-family ipv6-unicast sid vpn export <auto|1-1048575> | |||
2024-01-14 | smoketest: config: azure: add snmpv3 monitoring used in original source of ↵ | Christian Breunig | |
this test | |||
2024-01-13 | Merge pull request #2817 from sarthurdev/kea6-options | Christian Breunig | |
dhcpv6: T3316: Extend scope of DHCP options, bugfixes | |||
2024-01-13 | dhcpv6: T3316: Add `listen-interface` as supported by Kea | sarthurdev | |
2024-01-13 | dhcpv6: T3316: Move options to separate node and extend scopes | sarthurdev | |
* Also migrate `address-range` to `range` tag node for consistency with dhcpv4 server syntax | |||
2024-01-12 | Merge pull request #2814 from sever-sever/T5925 | Christian Breunig | |
T5925: Containers change systemd KillMode | |||
2024-01-12 | Merge pull request #2812 from sever-sever/T5857 | Christian Breunig | |
T5857: Fix op-mode show interfaces wireless info unconf message | |||
2024-01-12 | T5925: Containers change systemd KillMode | Viacheslav Hletenko | |
By default we use mode `none` for containers Unit uses KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update the service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. | |||
2024-01-12 | T5857: Fix op-mode show interfaces wireless info unconf message | Viacheslav Hletenko | |
When a router does not have wireless interfaces the proper unconfigured message must be exist | |||
2024-01-12 | Merge pull request #2809 from c-po/bgp-t5306 | Daniil Baturin | |
bgp: T5306: fix verify_remote_as() to support v6only interface with peer-group | |||
2024-01-12 | bgp: T5306: fix verify_remote_as() to support v6only interface with peer-group | Christian Breunig | |
To test: set protocols bgp neighbor eth0 interface v6only peer-group 'fabric' set protocols bgp peer-group fabric address-family ipv4-unicast set protocols bgp peer-group fabric address-family ipv6-unicast set protocols bgp peer-group fabric capability extended-nexthop set protocols bgp peer-group fabric remote-as 'external' set protocols bgp system-as 64496 | |||
2024-01-12 | Merge pull request #2807 from nicolas-fort/T5922 | Christian Breunig | |
T5922: firewall: fix intra-zone filtering parsing rules; update firew… | |||
2024-01-12 | Merge pull request #2806 from jestabro/serial-console | Daniil Baturin | |
image-tools: T5910: explicitly set transmission speed of serial console | |||
2024-01-12 | T5922: firewall: fix intra-zone filtering parsing rules; update firewall ↵ | Nicolas Fort | |
smoketest | |||
2024-01-12 | Revert "syslog: T1487: store all journalctl log files also in syslog" | Christian Breunig | |
This reverts commit 800c85a20a00278ab07bbcccd85b753b1ca31e21. | |||
2024-01-11 | image-tools: T5910: explicitly set transmission speed of serial console | John Estabrook | |
GRUB defaults to 9600 in case of serial console; explicitly set to 115200. | |||
2024-01-11 | Merge pull request #2798 from c-po/ipsec-T5918 | Christian Breunig | |
T5791: T5918: use genetic pattern to detect dynamic interfaces for ipsec and dynamic dns | |||
2024-01-11 | Merge pull request #2797 from c-po/syslog-t1487 | Christian Breunig | |
syslog: T1487: store all journald log files also in syslog | |||
2024-01-11 | Merge pull request #2799 from nicolas-fort/T5919 | Christian Breunig | |
T5919: firewall: fix <show firewall ipv6 ..> command | |||
2024-01-11 | ipsec: T5918: warn when dynamic interfaces are used to bind ipsec daemon | Christian Breunig | |
Fix after commit 8452d8f4921 ("T5918: Fix typo in verify vpn ipsec interface") so that dynamic interfaces can be used by ipsec but a warning is issued that this will only work after they are available on the system. PPPoE interfaces are the best example for this, as they are down during system bootup and will be available anytime after the boot once we've dialed into the BRAS. | |||
2024-01-11 | T5919: firewall: fix <show firewall ipv6 ..> command | Nicolas Fort | |
2024-01-11 | dns: T5791: use common pattern for exclude check of dynamic interfaces | Christian Breunig | |
This uses a more common pattern froma base class while the original code from 0a1c9bc38 ("T5791: DNS dynamic exclude check for dynamic interfaces PPPoE") is still retained. | |||
2024-01-11 | syslog: T1487: store all journalctl log files also in syslog | Christian Breunig | |
This is useful to send the journal logs to external syslog servers | |||
2024-01-11 | Merge pull request #2790 from sarthurdev/T5814 | Christian Breunig | |
firewall: T5814: Retain legacy 'accept' behaviour and re-order migration | |||
2024-01-11 | dhcp: dhcpv6: T3316: Add `subnet-id` so leases remain mapped to entries in ↵ | Simon | |
the lease file (#2796) | |||
2024-01-10 | Merge pull request #2791 from sever-sever/T5918 | Christian Breunig | |
T5918: Fix typo in verify vpn ipsec interface | |||
2024-01-10 | T5918: Fix typo in verify vpn ipsec interface | Viacheslav Hletenko | |
The correct CLI command is `interface` and not `interfaces` ``` set vpn ipsec interface xxx ``` | |||
2024-01-10 | Merge pull request #2777 from aapostoliuk/T5688-multirange | Christian Breunig | |
T5688: Changed 'range' to multi in 'client-ip-pool' for accell-ppp | |||
2024-01-10 | Merge pull request #2787 from c-po/bgp-5913 | Viacheslav Hletenko | |
bgp: T5913: allow peer-group support for ipv4|6-labeled-unicast SAFI | |||
2024-01-10 | bgp: T5913: allow peer-group support for ipv4|6-labeled-unicast SAFI | Christian Breunig | |
2024-01-10 | Merge pull request #2784 from nicolas-fort/T5915 | Christian Breunig | |
T5915: firewall: re-add opmode command for zone based firewall | |||
2024-01-10 | Merge pull request #2785 from sarthurdev/kea-options | Christian Breunig | |
dhcp: T3316: T5787: T5912: Extend scope of DHCP options, bugfixes | |||
2024-01-10 | Merge pull request #2786 from jestabro/image-annotations | Christian Breunig | |
image-tools: T5917: annotate image list with (running)/(default boot) | |||
2024-01-10 | firewall: T5814: Retain legacy 'accept' behaviour and re-order migration | sarthurdev | |
Pre-1.4 firewall 'accept' action acted as a 'return'. This change ensures the migrated rules meet the expected behaviour. This commit also re-orders migrated in/out/local jumps ordered by direction instead of interface. | |||
2024-01-10 | image-tools: T5917: annotate image list with (running)/(default boot) | John Estabrook | |
2024-01-10 | T5915:firewall: re-add opmode command for zone based firewall | Nicolas Fort | |
2024-01-10 | Merge pull request #2780 from Cheeze-It/current | Christian Breunig | |
T5916: Added segment routing check for index size and SRGB size | |||
2024-01-09 | T5916: Added segment routing check for index base size and SRGB base size | Cheeze_It | |
2024-01-10 | dhcp: T5787: Prevent duplicate IP addresses on static mappings | sarthurdev | |
2024-01-10 | dhcp: T3316: Workaround to append domain suffix to hostfile entries | sarthurdev | |
2024-01-10 | dhcp: T5912: Fix hostfile not written for new leases | sarthurdev | |
2024-01-10 | dhcp: T3316: Fix `listen-address` handling and add `listen-interface` as ↵ | sarthurdev | |
supported by Kea | |||
2024-01-10 | dhcp: T3316: Move options to separate node and extend scopes | sarthurdev | |
2024-01-09 | Merge pull request #2773 from c-po/https-rework-t5766 | Christian Breunig | |
https: T5902: remove virtual-host configuration | |||
2024-01-09 | T5688: Changed 'range' to multi in 'client-ip-pool' for accell-ppp | aapostoliuk | |
Changed node 'range' to multi in 'client-ip-pool' for accell-ppp services. Added completionHelp to default-pool and next-pool. Fixed verification in vpn l2tp config script. |