summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-19T1344: rename RADIUS 'secret' attribute to 'key'Christian Poessinger
'key' is also used for L2TP and PPTP RADIUS configurations.
2019-04-18T1344: rename RADIUS 'system login' nodesChristian Poessinger
In order to prepare for adding a RADIUS source IP address and synchronize the syntax with L2TP/PPTP the nodes have been renamed from: set system login radius-server x.x.x.x to set system login radius server x.x.x.x
2019-04-10T1329: support installation on SD cards fixKim
2019-04-04T1323 - remove the option to setup an operator accounthagbard
2019-04-04T1323 - migrate operator accounts to admin accountshagbard
2019-03-28Update to VyOSKim
2019-03-27T1296: support installation on SD cardsChristian Poessinger
2019-03-25[T1265] version incrmented for T1265hagbard
2019-03-25fixes: T1265 - Disabled Bonding Interfaces Enabled on Boothagbard
2019-03-22T1309: remove duplicate ip address checkRuben Herold
2019-03-20[dhcp-hostname] T1262 - dhcp needs to call host_name.py to write resolv.confhagbard
2019-03-08T1067: [vxlan] bump minimum MTU to 1450 bytesChristian Poessinger
2019-02-21Fixes: T1257: implement 'set system static-host-mapping' in host_name.pyhagbard
2019-02-14T1174: migrate local hostname/DNS handling to vyos-1xChristian Poessinger
2019-01-26T113: add a MAC address option for 802.1q and 802.1ad VLANs.Daniil Baturin
2019-01-23T980 and T969 update serial console baud on the flyKim
* update serial console baud on the fly * Update help of console speed, a reboot is not required anymore to set the correct baud rate.
2019-01-22Merge pull request #99 from daniel-pro/T1172-dp-patch-1Daniil Baturin
T1172: vyatta_update_sysctl.pl does not support options that have mul…
2019-01-21T1172: vyatta_update_sysctl.pl does not support options that have multiple ↵Daniel Pro
values Updated vyatta_update_sysctl.pl, now handles multiple values
2019-01-17netplug scripts moved into vyos-netplughagbard
2019-01-15Fix: T1181 - enable/disable interface doesn't restart dhclient on enablehagbard
2019-01-08Merge pull request #95 from kroy-the-rabbit/currenthagbard-01
Fix: T1107 Added requested option to grub
2019-01-07T1026: Removing tunnel deletes all tunnels?hagbard
2019-01-02Merge pull request #98 from danhusan/patch-3Christian Poessinger
T1120: Add rootdelay=5 by default in grub.cfg
2019-01-02T1120: Add rootdelay=5 by default in grub.cfgdanhusan
Let disks settle to workaround issue with MD array not being detected.
2019-01-02T728: use vyos-postconfig-bootup.script name by default for new installations.Daniil Baturin
2019-01-02T1146: do not modify the rc.local script, postconfig scripts are now run ↵Daniil Baturin
from vyos-router.
2018-12-31T1043: fail commit when multicast VXLAN is configured without the link option.Daniil Baturin
2018-12-22T1107 Added requested option to grubkroy
2018-12-07T1060: build fix for wrong config-version numberChristian 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-07Merge pull request #93 from dsteinkopf/currentChristian Poessinger
T1060 Add command webproxy whitelist to bypass proxy based on source/destination address IP address.
2018-12-06T1060: add missing version file for webproxyDirk Steinkopf
2018-12-04T1067: support setting VXLAN remote portChristian Poessinger
2018-12-04VXLAN: fix typo for remoteChristian Poessinger
2018-12-03T1047: look for a saved config in the "real" config dir at install timeDaniil Baturin
(i.e. not the bind-mounted /config).
2018-12-02T1060: add version 1 for webproxyDirk Steinkopf
2018-12-02Merge pull request #92 from kroy-the-rabbit/currentDaniil Baturin
T1023: add an option to install GRUB to a universal location
2018-12-01EFI Cleanup. Adding removable option to grub-installKroy
2018-11-30Revert "Revert "T1055: Wait for Duplicate Address Detection on the relevant ↵Daniil Baturin
interface"" This reverts commit c27f83c59f4567a63d9f9aa5008b8183ee964a2a.
2018-11-30Merge pull request #90 from vyos/revert-87-currentDaniil Baturin
Revert "T1055: Wait for Duplicate Address Detection on the relevant interface"
2018-11-30Revert "T1055: Wait for Duplicate Address Detection on the relevant interface"revert-87-currentDaniil Baturin
2018-11-29Merge pull request #87 from gsadams/currenthagbard-01
Fix: T1055: Wait for Duplicate Address Detection on the relevant interface
2018-11-29Fix: T1053 - Error when re-configuring an interface from DHCP to static IPhagbard
2018-11-27T1055: Wait for Duplicate Address Detection on the relevant interfaceGeoff Adams
The DHCPv6 client can't start on an interface when DAD is ongoing. There is a workaround in place to wait for DAD to complete, but it only works on eth0!
2018-11-27Merge pull request #86 from runborg/T1045Christian Poessinger
T1045: static route dhcp-interface: check for ip in response
2018-11-25T1045: static route dhcp-interface: check for ip in responseRunar Borge
Checks done to verify a dhcp-lease on the interface is updated to look for a ip-address like response from dhclient before returning an error. This fixes the error where a newline was enough to make the checks fail.. Updated to also make sure no newline is returned after the address to make sure commands using adresses from this script is not cut in half by the newline, and to be in line with the syntax on all errors. (no newline at the end)
2018-11-25banner/post-login: replace Vyatta with VyOSChristian Poessinger
2018-11-18T992: add commands for ECMP options.Daniil Baturin
2018-11-18T1000: partially fix the broken 6rd implementation.Daniil Baturin
2018-11-18T1004: remove the check-ipv4-ipv6.pl script from the automake rules.Daniil Baturin
2018-11-18Merge branch 'current' of https://github.com/vyos/vyatta-cfg-system into currentDaniil Baturin