summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2021-09-05system: T3804: bump version 21 -> 22Christian Poessinger
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-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-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-19pki: wireguard: T3642: Migrate Wireguard private key directly into configurationsarthurdev
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-07pki: T3642: Migrate rsa-keys to PKI configurationsarthurdev
2021-06-29ipsec: pki: T3642: Migrate IPSec to PKI configurationsarthurdev
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-26Migrate sysconf files to vyos-1xChristian Poessinger
2021-06-26Move sudoers file to vyos-1xChristian Poessinger
2021-06-26Remove obsolete motd.tail fileChristian Poessinger
2021-06-20Delete obsoleted vyatta-log.conf fileChristian Poessinger
2021-06-20Remove obsolete cpufrequtils configuration fileChristian Poessinger
cpufrequtils package is not installed.
2021-06-18Migrate/move cron.hourly script to vyos-1xChristian Poessinger
2021-06-18T3599: drop valid_address binary after moving NHRP to vyos-1xChristian Poessinger
2021-06-17T3631: bump policy cfg version from 0 -> 1Christian Poessinger
2021-06-13interfaces: T3620: wwan: bump version 21 -> 22Christian Poessinger
2021-06-07interfaces: T3588: bump version 20 -> 21Christian Poessinger
A VTI interface also requires an IPSec configuration - VyOS 1.2 supported having a VTI interface in the CLI but no IPSec configuration - drop VTI configuration if this is the case for VyOS 1.4.
2021-06-06ipsec: T3588: bump config version 5 -> 6Christian Poessinger
2021-06-04ipsec: T2816: add CLI config version 5Christian Poessinger
2021-06-01T1579: after moving the last template code to vyos-1x do not install ↵Christian Poessinger
templates at all
2021-05-25cfg-version: import version file from vyatta-conntrack repoChristian Poessinger
2021-05-20drop legacy local_ip binary - no longer usedChristian Poessinger
2021-05-20T3565: migrate "system sysctl" to vyos-1xChristian Poessinger
2021-05-15conntrack-sync: T3535: bump version from 1 -> 2Christian Poessinger
2021-04-09modprobe.d: move no-copybreak.conf to vyos-buildChristian Poessinger
2021-04-08T671: 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-04lsb: remove no longer required issue templatesChristian Poessinger
This removes the overrides for /etc/issue and /etc/issue.net
2021-03-29bgp: T1711: bump bgp config version 0 -> 1Christian Poessinger
2021-03-21isis: T3417: bump version 0 -> 1Christian Poessinger
2021-03-14T3344: bump vrf version from 1 -> 2Christian Poessinger
2021-03-08bgp: T3391: bump quagga version 8 -> 9Christian Poessinger
2021-02-27T3364: bump interfaces version from 19 -> 20Christian Poessinger
2021-02-05T2450: bump version for quagga 6 -> 7 -> 8Christian Poessinger
2021-01-29T3267: bump interfaces version 18 -> 19Christian Poessinger
2021-01-29T3255: bump rpki version 0 -> 1Christian Poessinger
2021-01-24T2518: bump nat66 version 0 -> 1Christian Poessinger
2021-01-20udev: move rules to vyos-1x packageChristian Poessinger
2021-01-17T671: drop rl-system.init, moved to vyos-router init scriptChristian Poessinger
2021-01-17T671: sysctl: move file to vyos-1xChristian Poessinger
2021-01-17T671: drop SSH key generation and move this to vyos-1xChristian Poessinger
2021-01-17T671: cleanup rl-system and move components to better suited locationsChristian 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-08T671: remove apparently unused scripts.Daniil Baturin
2020-12-30migration: T3161: remove scripts ec2-vyos-init, ec2-check.plJohn 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-30migration: T3161: move XorpConfigParser to vyatta-cfg-systemJohn 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.