Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-25 | syslog: T2899: increase to system@10 for port syntax change | John Estabrook | |
2020-01-08 | T1935: Add udev rule for rename VF in hyper-v | DmitriyEshenko | |
2019-12-24 | T1903: Implement predefined interface naming for VMWare | DmitriyEshenko | |
2019-10-27 | snmp: T818: T1738: remove per user/trap engine id | Christian Poessinger | |
(cherry picked from commit b81e0d45d5393899713970aef1dfc185253fe9ca) | |||
2019-08-25 | powerdns: T1524: support setting allow-from network | Christian Poessinger | |
(cherry picked from commit c36a92663d1817f24503ad8849edccbc081196db) | |||
2019-05-20 | T1174: migrate local hostname/DNS handling to vyos-1x | Christian Poessinger | |
Conflicts: debian/changelog | |||
2019-01-17 | netplug scripts moved into vyos-netplug | hagbard | |
2018-12-07 | T1060: build fix for wrong config-version number | Christian Poessinger | |
Commit 9d35610c173 ("T1060: add missing version file for webproxy") assumed that there is a webproxy config version of 0 but we already have 1. This lead to duplicate files detected by apt. | |||
2018-12-02 | T1060: add version 1 for webproxy | Dirk Steinkopf | |
2018-11-18 | T1004: remove the check-ipv4-ipv6.pl script from the automake rules. | Daniil Baturin | |
2018-11-17 | T1018: remove obsoleted 'dynamic' option from NTP | Christian Poessinger | |
Increase NTP config version from 0 to 1. For more information see [1]. ntpd: Warning: the "dynamic" keyword has been obsoleted and will be removed in the next release [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553976 | |||
2018-11-12 | T987: Unclutter PPTP/IPSec RADIUS configuration nodes | Christian Poessinger | |
In other words, remove top level tag nodes from radius-server and introduce a regular "radius" node, thus we can add additional features, too. A migration script is provided in vyos-1x which takes care of this config migration. Change VyOS CLI from: vyos@vyos# show vpn pptp remote-access { authentication { mode radius radius-server 172.16.100.10 { key barbarbar } radius-server 172.16.100.20 { key foofoofoo } } To: vyos@vyos# show vpn l2tp remote-access { authentication { mode radius radius { server 172.16.100.10 { key barbarbar } server 172.16.100.20 { key foofoofoo } } } | |||
2018-11-11 | T987: Unclutter L2TP/IPSec RADIUS configuration nodes | Christian Poessinger | |
In other words, remove top level tag nodes from radius-server and introduce a regular "radius" node, thus we can add additional features, too. A migration script is provided in vyos-1x which takes care of this config migration. Change VyOS CLI from: vyos@vyos# show vpn l2tp remote-access { authentication { mode radius radius-server 172.16.100.10 { key barbarbar } radius-server 172.16.100.20 { key foofoofoo } radius-source-address 172.16.254.100 } To: vyos@vyos# show vpn l2tp remote-access { authentication { mode radius radius { server 172.16.100.10 { key barbarbar } server 172.16.100.20 { key foofoofoo } source-address 172.16.254.100 } } | |||
2018-11-02 | T939: Remove possibility to specify DHCP relay port | Christian Poessinger | |
2018-10-24 | T932: add version file for DHCP relay. | Daniil Baturin | |
2018-10-21 | T634: remove 'service ssh allow-root' | Christian Poessinger | |
2018-09-02 | T825: fix Makefile.am to ship new system@9 config | Christian Poessinger | |
2018-08-28 | import broadcast-relay@1 mdns@1 config version files | Christian Poessinger | |
2018-08-28 | T782: T778: import dhcp-server@5 config version file from vyatta-cfg-dhcp-server | Christian Poessinger | |
2018-07-29 | T757: Rewrite 'service dns dynamic' in new XML style format | Christian Poessinger | |
2018-07-30 | Merge branch 'current' into current | Daniil Baturin | |
2018-07-27 | T666, T616: include the new VRRP version data file in make rules. | Daniil Baturin | |
2018-07-23 | T736: syslog referenced put into comments to test. | hagbard | |
2018-06-08 | T652: remove PERL scripts required for SNMP service | Christian Poessinger | |
2018-06-08 | Revert "T652: remove SNMP perl scripts" | Christian Poessinger | |
This reverts commit 4524181410b68367d91e07552466ef577ac5b0e3. | |||
2018-06-08 | T652: remove SNMP perl scripts | Christian Poessinger | |
2018-05-30 | T669: set IPv6 keep_addr_on_down sysctl options to 1 and get rid of intfwatchd. | Daniil Baturin | |
2018-05-30 | T667: increase the "system" module version for migration purposes. | Daniil Baturin | |
2018-05-16 | T574: remove the update hosts script from the makefile. | Daniil Baturin | |
2018-05-07 | T623: Rewrite NTP subsystem in new XML style interface definition | Christian Poessinger | |
2018-04-15 | T588: Remove DNS forwarder restart command in favour if XML interface definition | Christian Poessinger | |
2018-03-10 | Merge remote-tracking branch 'c-po/remove-install-system-cmd' into current | Christian Poessinger | |
* c-po/remove-install-system-cmd: Remove "install system" command | |||
2017-12-09 | T414: Remove 'telnet' service | Christian Poessinger | |
Telnet remote logins have been deprecated for decades. As Debian 'jessie' busybox no longer has a telnetd applet, this service is no longer available. | |||
2017-11-03 | Remove "install system" command | Christian Poessinger | |
Related to "T157: Remove "install system" command". | |||
2016-02-03 | Add vyos-persistpath and update install-image-existing and ↵ | Thomas Jepp | |
vyatta-update-grub.pl to use it. | |||
2015-11-15 | vyatta-cfg-system: enable usb autosuspend to reduce cpu usage on kvm | Alex Harpin | |
Add udev rules to enable USB autosuspend for QEMU emulated HIDs. Allowing the USB HID to be autosuspended reduces the CPU load on the host when guest VMs are idle. Based on the original patch by Gerd Hoffmann <kraxel@xxxxxxxxxx> Bug #495 http://bugzilla.vyos.net/show_bug.cgi?id=495 | |||
2015-11-04 | vyatta-cfg-system: bump system version to 7 for smp-affinity rename | Alex Harpin | |
Bump system@6 to system@7 to add the required config migration for the smp_affinity to smp-affinity rename. Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18 | |||
2015-10-17 | vyatta-cfg-system: add scripts/is_port_available.pl for port checking | Alex Harpin | |
Add scripts/is_available.pl to enable checking for available ports during configuration, in connection with Bug #43. The scripts checks to see if the port is currently in use by attempting to bind to it on INADDR_ANY. | |||
2015-07-27 | Add templates and scripts for the popularity contest. | Daniil Baturin | |
2015-06-13 | allow dhcp interface for the local end of a tunnel | Carl Byington | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2015-04-09 | Remove hypervisor_vendor, obsoleted by hvinfo. | Daniil Baturin | |
2015-02-25 | Bug #498: dirty hack to disallow remote command execution for operator level ↵ | Daniil Baturin | |
users. | |||
2014-12-03 | Adding initial support for loading a config from AWS EC2 user-data | jrb | |
2014-10-31 | Initial import fo vyatta_update_sysctl.pl | Jason Hendry | |
2014-10-08 | If not running on AWS (system UUID and serial do not start with EC2), don't ↵ | Daniil Baturin | |
do AWS-specific things. | |||
2014-09-10 | Remove gre-multipoint encapsulation option, make the tunnel multipoint if ↵ | Kim Hagen | |
'remote-ip' is nowt set. | |||
2014-07-25 | Add vyod-intfwatchd for restoring IPv6 addresses after link flaps. | Daniil Baturin | |
As bad as it can be, it seems to sort of work. | |||
2014-07-01 | Bug #21 - Add the ability to adjust system ARP settings via the CLI on a per ↵ | Kim Hagen | |
interface basis | |||
2014-04-28 | Add support for installing a new image on the Amazon AMI | hydrajump | |
- Check if installing on AWS EC2 platform via instance metadata. - Configure GRUB correctly, so that boot messages are available via instance's console. - Add init.d script to fetch user's EC2 public key during boot. | |||
2014-04-02 | Delete SSH blacklists as they are no longer needed | hydrajump | |
The SSH blacklists were committed 5 years ago and the original contributor does not recall why they were added. |