summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-22Merge pull request #173 from UnicronNL/currentChristian Poessinger
T1869: Install and Boot from RAID Doesn't Work
2021-11-22T1869: Install and Boot from RAID Doesn't WorkKim Hagen
2021-11-19T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save configEquuleus ↵Kim
(#159) * add search for same drive size if more than 2 drives are installed * add ability to configure RAID-1 by selecting 2 drives * cleaning up sysconf/filecaps rights * cleaning up sysconf/filecaps rights xtables-monitor (cherry picked from commit 3cc31793d57ce05421300ce4e8a1a1352291db85)
2021-10-21T3925: interfaces: bump version 24 -> 25Christian Poessinger
2021-10-16gpg: T3879: fix signature validationChristian Poessinger
(cherry picked from commit 217c4b5c165e9e8a64bfe82d3ddade256b0990e0)
2021-10-04bgp: T3741: bump version 1 -> 2Christian Poessinger
2021-09-30Merge pull request #171 from jestabro/interface-namesJohn Estabrook
interface-names: T3869: use vyos-interface-rescan instead of legacy
2021-09-28interface-names: T3869: remove legacy codeJohn Estabrook
2021-09-28Revert "migration: T3161: move XorpConfigParser to vyatta-cfg-system"John Estabrook
This reverts commit 4bc5dabe46fffc2edd5bdbda27f020ed1a2bfc33.
2021-09-21vrrp: T3847: bump version 2 -> 3Christian Poessinger
2021-09-18dhcp-server: T1968: T3838: bump version 5 -> 6Christian Poessinger
2021-09-10Makefile: drop unreferenced vyatta-passwd-sync helper scriptChristian Poessinger
2021-09-06install-image: T2108: use minisign backup key if primary key failsChristian Poessinger
(cherry picked from commit 0c5edf1ced2872c495b190977db575deaf28fa1c)
2021-09-06install-image: remove whitespaces after .Christian Poessinger
(cherry picked from commit c36db1614b60fc180d016fd3b7f64d9342a503a6)
2021-09-05system: T3804: bump version 21 -> 22Christian Poessinger
2021-09-03Merge pull request #168 from UnicronNL/currentDaniil Baturin
T1785: Deleting partitions on disks (Raid1) with default value 'no'
2021-09-03T1785: Deleting partitions on disks (Raid1) with default value 'no'Kim Hagen
the default was still set to "Yes"
2021-08-30T3619: bump interfaces version 23 -> 24Christian Poessinger
current already has a version 21, thus we rename all the migrators to have the same 20 -> 21 in current and equuleus.
2021-08-27capabilities: adjust path to tcpdump binaryChristian Poessinger
2021-08-27capabilities: we no longer ship the deprecated brctl binaryChristian Poessinger
2021-08-27Merge pull request #164 from c-po/t2108-minisign-currentDaniil Baturin
install-image: T2108: verify image by using minisign over GPG
2021-08-26install-image: T2108: verify image by using minisign over GPGChristian Poessinger
We will first download and try to verify the image using the generated minisign signature. If this fails, we try to retrieve the GPG signature file.
2021-08-19T3768: add https component versionJohn Estabrook
Previously, the component version for https was located in the XML interface-definition, as part of the early version of the XML syntaxVersion tag; remove early version and add here.
2021-08-15T3275: bugfix conntrack versionChristian Poessinger
Commit 0b069e0ff0f ("T3275: Up conntrack version") incremented the version of the conntrack subsystem but it did not add the new version to the Makefile. This resulted in a build error: make[1]: *** No rule to make target 'cfg-version/conntrack@2', needed by 'all-am'.
2021-08-15Merge pull request #162 from erkin/currentChristian Poessinger
T3275: Up conntrack version
2021-08-14T3275: Up conntrack versionerkin
2021-08-08Merge pull request #161 from UnicronNL/currentDaniil Baturin
T169: Image install should put correct serial console device in creat…
2021-08-08T169: Image install should put correct serial console device in created grub ↵Kim Hagen
menuentry
2021-07-20Merge pull request #157 from sarthurdev/pki_migrationChristian Poessinger
pki: T3642: Migrations for OpenConnect and SSTP
2021-07-20pki: sstp: T3642: Migrate SSTP to PKI configurationsarthurdev
2021-07-20pki: openconnect: T3642: Migrate OpenConnect to PKI configurationsarthurdev
2021-07-19Merge pull request #155 from zdc/T3655-sagittaChristian Poessinger
T3655: bump VRF config version
2021-07-19Merge pull request #156 from sarthurdev/pki_wgChristian Poessinger
pki: wireguard: T3642: Migrate Wireguard private key directly into configuration
2021-07-19pki: wireguard: T3642: Migrate Wireguard private key directly into configurationsarthurdev
2021-07-17Merge pull request #154 from sarthurdev/ipsec_l2tp_pkiChristian Poessinger
l2tp: pki: T2816: T3642: Move L2TP into vpn_ipsec.py and migrate to PKI
2021-07-13l2tp: pki: T2816: T3642: Move L2TP into vpn_ipsec.py and migrate to PKIsarthurdev
2021-07-12T3655: bump VRF config versionzsdc
2021-07-07Merge pull request #153 from sarthurdev/pki_ipsec_rsaChristian Poessinger
pki: T3642: Migrate rsa-keys to PKI configuration
2021-07-07pki: T3642: Migrate rsa-keys to PKI configurationsarthurdev
2021-07-01Merge pull request #151 from sarthurdev/pki_ipsecChristian Poessinger
ipsec: pki: T3642: Migrate IPSec to PKI configuration
2021-06-29ipsec: pki: T3642: Migrate IPSec to PKI configurationsarthurdev
2021-06-27Debian: delete postrm script as we do not uninstall our packagesChristian Poessinger
2021-06-26Debian: postinst: cleanup install code for no longer available filesChristian Poessinger
2021-06-26Debian: remove deprecated vyatta-config-reboot-params scriptChristian Poessinger
Actions are now handled in vyos-router script on startup by calling the vyos-1x Python handler scripts.
2021-06-26Debian: reboot on ctrl-alt-delete action is handled by CLI scriptChristian Poessinger
2021-06-26Move vyos-postconfig-bootup.script to vyos-1xChristian Poessinger
2021-06-26Debian: drop deprecated screenblanker from postinstall scriptChristian Poessinger
2021-06-26Migrate sysconf files to vyos-1xChristian Poessinger
2021-06-26Move sudoers file to vyos-1xChristian Poessinger
2021-06-26Remove obsolete motd.tail fileChristian Poessinger