summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-23Merge pull request #126 from sever-sever/T2423Christian Poessinger
conf-mode: T2423: Loadkey add insecure option
2020-08-23install-image: T2690: T2762: always run in default VRF unless specifiedChristian Poessinger
When you connect via SSH and run the "add system image" command, it is launched inside the VRF you are currently connected to. This might become confusing as the VRF context changes. Change command to always run in "default" vrf unless "add system image" command is invoked with the vrf option.
2020-08-23cfg-version: T2677: increase interface version from 11 to 12Christian Poessinger
Optimize CLI interface for PD configuration
2020-08-07Merge pull request #127 from runborg/armfixDaniil Baturin
T2765: arm: vyatta-cfg-system is dependent on a amd64 only package
2020-08-06T2765: arm: vyatta-cfg-system is dependent on a amd64 only packageRunar Borge
The vyatta-cfg-system package is dependent on the grub-efi-amd64-bin package to be installed. This makes it unable to be built for any other platform as the package is amd64 only. This commit changes the dependency to be a amd64 dependency only, thouse it will not be present on other architectures
2020-08-04cronjob: T1194: clear config on bootChristian Poessinger
Config must be cleared on boot, otherwise if one configures a cronjob without explicit saving the config it will still be present on the next reboot.
2020-08-01install-image: T2690: add VRF support when installing new imagesChristian Poessinger
2020-08-01install-image: T2753: add named command line optionsChristian Poessinger
This makes it easier to add VRF support.
2020-07-23conf-mode: T2423: Loadkey add insecure optionsever-sever
2020-07-11snmp: T2687: increase config version form 1 to 2Christian Poessinger
2020-07-07ssh: T2691: increase config version to 2Christian Poessinger
2020-06-25tunnel: T2633: fix generated package containing .git folderChristian Poessinger
Commit a8f66736 ("tunnel: T2633: migrate to vyos-1x") unfortunately did not remove all files and produced an invalid DEB containing the .git directory for instance.
2020-06-23tunnel: T2633: migrate to vyos-1xChristian Poessinger
2020-06-23Jenkins: T2625: migrate to build libraryChristian Poessinger
2020-06-22Merge pull request #125 from jjakob/T2486-dns-hostsd-config-versionChristian Poessinger
T2486: increase dns-forwarding and system config versions
2020-06-11system: T2486: increase config version to 18Jernej Jakob
2020-06-11dns forwarding: T2486: increase config version to 3Jernej Jakob
2020-06-11wwan: T2529: migrate device from ttyUSB to usbXbY.YpZ.ZChristian Poessinger
2020-06-11.gitignore: extend autogenerated filesChristian Poessinger
2020-06-11console: T2569: migrate to vyos-1xChristian Poessinger
2020-05-26dhcpv6-pd: pppoe: T2506: restructure CLIChristian Poessinger
2020-05-22macsec: T2489: make macsec interface type known to systemChristian Poessinger
2020-05-16nat: T2198: increase config version to 5Christian Poessinger
2020-04-30dhcpv6-server: T2406: increase config version to 1Christian Poessinger
2020-04-26salt: T2384: migrate config optionsChristian Poessinger
2020-04-22vpn: pptp: T2351: migrate to common name-server, wins-server nodesChristian Poessinger
2020-04-18ipoe-server: T2324: migrate RADIUS configuration to common CLI syntaxChristian Poessinger
2020-04-18pppoe-server: T2314: migrate IPv6 to common CLI nodes with embedded validationChristian Poessinger
2020-04-11grub: remove quiet option for better information gatheringChristian Poessinger
2020-04-11vpn: l2tp: T2264: increase config versionChristian Poessinger
2020-04-09vxlan: pseudo-ethernet: T2260: convert link nodes to source-interfaceChristian Poessinger
2020-04-05wireguard: T2206: split endpoint node to address and portChristian Poessinger
2020-04-05wirelessmodem: T1988: migrate to XML and PythonChristian Poessinger
2020-03-24router-advert: T1831: migrate to XML and pythonChristian Poessinger
2020-03-22Merge pull request #120 from thomas-mangin/T2028Christian Poessinger
tunnel: T2028: migrate tunnel interface definition to XML/Python
2020-03-22sstp: T2150: increase config version from 1 to 2Christian Poessinger
2020-03-21Jenkins: T1870: support GitHub PullRequest buildsChristian Poessinger
2020-03-21sstp: T2008: increase config versionChristian Poessinger
2020-03-02tunnel: T2028: migrate tunnel interface definition to XML/PythonThomas Mangin
2020-02-23pppoe: T1318: Migrate pppoe interfaces to vyos-1xChristian Poessinger
2020-02-13macvlan: T1635: migrate pseudo-ethernet interface definition to XML/PythonChristian Poessinger
2020-02-10banner: T2024: migrate "system login banner" to XML/Python representationChristian Poessinger
2020-02-05ssh: T631: remove sshd config manglingChristian Poessinger
The configuration of SSHd is rendered from a template each time the service changes. Thus it is not required that the boot process touches the config.
2020-02-05Debian: set compatibility level to 9Christian Poessinger
2020-02-05login: T1990: Migrate "system login" to XML/Python representationChristian Poessinger
2020-01-26lldp: T1896: remove MED civic based location informationChristian Poessinger
2020-01-15arp: T1827: Increase default gc_threshJohn Estabrook
2020-01-15T1935: Add missing new line (#118)Eshenko Dmitriy
2020-01-14Merge pull request #117 from kroy-the-rabbit/efi-boot-fixDaniil Baturin
install: T1940, fix unbootable EFI, 4kn compatibility
2020-01-13install: T1940, fix unbootable EFI, 4kn compatibilitykroy