Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-13 | T3356: Remove redundant error message | erkin | |
2021-05-18 | T3356: remote: Read username and password from environment variables | erkin | |
2021-05-18 | T3356: Switch install-image from curl to remote.py | erkin | |
2021-05-15 | conntrack-sync: T3535: bump version from 1 -> 2 | Christian Poessinger | |
2021-05-12 | udev: T3542: remove antiquated clean-up function | John Estabrook | |
2021-05-10 | T3351: Check for SHA256 files | Lulu Cathrinus Grimalkin | |
Fall back to MD5 if SHA256 checksums could not be found Don't bother downloading .iso.sha256 files | |||
2021-04-09 | modprobe.d: move no-copybreak.conf to vyos-build | Christian Poessinger | |
2021-04-08 | T671: re-add required file "restricted-shell" | Christian Poessinger | |
This reverts the removal from commit ac2586bc6471a ("T671: remove apparently unused scripts.") as this file is required by /usr/sbin/radius_shell. vyos@vyos# /usr/sbin/radius_shell Exec of shell /opt/vyatta/bin/restricted-shell failed: No such file or directory | |||
2021-04-04 | lsb: remove no longer required issue templates | Christian Poessinger | |
This removes the overrides for /etc/issue and /etc/issue.net | |||
2021-04-02 | interfaces: move node.def file to vyos-1x | Christian Poessinger | |
2021-04-01 | Merge pull request #144 from jestabro/T2838 | John Estabrook | |
migration: T2838: fix parsing of quoted config value for hw-id | |||
2021-04-01 | migration: T2838: fix parsing of quoted config value for hw-id | John Estabrook | |
2021-03-29 | Merge pull request #143 from c-po/t1711-bgp | Christian Poessinger | |
bgp: T1711: bump bgp config version 0 -> 1 | |||
2021-03-29 | bgp: T1711: bump bgp config version 0 -> 1 | Christian Poessinger | |
2021-03-21 | Merge pull request #141 from c-po/current | Christian Poessinger | |
isis: T3417: bump version 0 -> 1 | |||
2021-03-21 | isis: T3417: bump version 0 -> 1 | Christian Poessinger | |
2021-03-14 | Merge pull request #140 from c-po/current | Christian Poessinger | |
T3344: bump vrf version from 1 -> 2 | |||
2021-03-14 | T3344: bump vrf version from 1 -> 2 | Christian Poessinger | |
2021-03-08 | bgp: T3391: bump quagga version 8 -> 9 | Christian Poessinger | |
2021-02-28 | Merge pull request #138 from c-po/t3364 | Christian Poessinger | |
T3364: bump interfaces version from 19 -> 20 | |||
2021-02-27 | T3364: bump interfaces version from 19 -> 20 | Christian Poessinger | |
2021-02-07 | Jenkins: enable arm64 builds | Christian Poessinger | |
2021-02-05 | T2450: bump version for quagga 6 -> 7 -> 8 | Christian Poessinger | |
2021-01-29 | T3267: bump interfaces version 18 -> 19 | Christian Poessinger | |
2021-01-29 | T3255: bump rpki version 0 -> 1 | Christian Poessinger | |
2021-01-24 | T2518: bump nat66 version 0 -> 1 | Christian Poessinger | |
2021-01-20 | Debian: remove vyos-intfwatchd reference from postinstall script | Christian Poessinger | |
vyos-intfwatchd was removed in commit bf1313bd0fe4 ("T669: set IPv6 keep_addr_on_down sysctl options to 1 and get rid of intfwatchd"). | |||
2021-01-20 | udev: move rules to vyos-1x package | Christian Poessinger | |
2021-01-20 | Debian: migrate openvpn user to vyos-1x | Christian Poessinger | |
2021-01-20 | Debian: remove tss user, no references found in live image | Christian Poessinger | |
2021-01-20 | Debian: radius_user and radius_priv_user are now added via vyos-1x | Christian Poessinger | |
2021-01-17 | T671: drop rl-system.init, moved to vyos-router init script | Christian Poessinger | |
2021-01-17 | T671: rl-system: drop add_new_serial_if function | Christian Poessinger | |
Serial interface is in the default config and without that function system installation via serial console still works like a charm! | |||
2021-01-17 | T671: sysctl: move file to vyos-1x | Christian Poessinger | |
2021-01-17 | T671: rl-system: version.master file no longer exists | Christian Poessinger | |
2021-01-17 | T671: drop SSH key generation and move this to vyos-1x | Christian Poessinger | |
2021-01-17 | T671: we no longer support telnet, remove config | Christian Poessinger | |
2021-01-17 | T671: move IPv6 setup from rl-system to sysctl | Christian Poessinger | |
2021-01-17 | T671: cleanup rl-system and move components to better suited locations | Christian Poessinger | |
- CHanging sysctl values should be done by out generic file /etc/sysctl.d/30-vyatta-router.conf - NTP config must not be restored from from /opt as it is entirely rendered from scratch. | |||
2021-01-14 | T671: re-add removed restricted-shell script | Christian Poessinger | |
Commit ac2586bc ("T671: remove apparently unused scripts") dropped the restricted-shell helper script which is not referenced by any other VyOS/Vyatta shell script, but rather directly from C code [1]. Restore the file. [1] https://github.com/vyos/libpam-radius-auth/blob/76ad405d374f70812/src/radius_shell.c#L125-L129 | |||
2021-01-08 | Merge pull request #136 from dmbaturin/remove-unused-scripts | Christian Poessinger | |
T671: remove apparently unused scripts. | |||
2021-01-08 | T671: remove apparently unused scripts. | Daniil Baturin | |
2021-01-04 | Merge pull request #135 from jestabro/T3161 | Daniil Baturin | |
migration: T3161: move XorpConfigParser.pm; remove ConfigLoad.pm | |||
2020-12-30 | migration: T3161: remove scripts ec2-vyos-init, ec2-check.pl | John Estabrook | |
These scripts have been superseded by the cloud-init tools, and contain legacy references to XorpConfigParser.pm (via vyatta-cfg/scripts/vyatta-load-config.pl, via ConfigLoad.pm), which one would like to retire. | |||
2020-12-30 | migration: T3161: move XorpConfigParser to vyatta-cfg-system | John Estabrook | |
The scripts: vyatta_net_name vyatta_interface_rescan still require XorpConfigParser; all other uses have been rewritten, or obviated. In order to retire the package vyatta-config-migrate in favor of keeping migration scripts in vyos-1x, we need to move this module into vyatta-cfg-system for use by the above mentioned scripts. | |||
2020-12-28 | debian: cleanup vyatta-cfg-system.postinst | Christian Poessinger | |
VyOS requires all system services to be disabled by default, this is a second implementation of the same solution. We should stick with the general solution in [1]. [1]: https://github.com/vyos/vyos-build/blob/current/data/live-build-config/hooks/live/18-enable-disable_services.chroot | |||
2020-12-28 | debian: ddclient: T757: migrate dependency to vyos-1x | Christian Poessinger | |
2020-12-22 | xdp: mount /sys/fs/bpf on startup for later map population | Christian Poessinger | |
2020-12-20 | ethernet: T3140: bump config version 17 -> 18 | Christian Poessinger | |
2020-12-08 | Merge pull request #133 from jack9603301/current | Christian Poessinger | |
interfaces: T3112: bump config version 16 -> 17 |