summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-30Revert "Revert "T1055: Wait for Duplicate Address Detection on the relevant ↵revert-90-revert-87-currentDaniil Baturin
interface""
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
2018-11-18T1011: enable conntrack helper by default.Daniil Baturin
2018-11-17T1018: remove obsoleted 'dynamic' option from NTPChristian 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-13T1006: remove the check-ipv4-ipv6.pl script that is not used anywhere.Daniil Baturin
2018-11-12T987: Unclutter PPTP/IPSec RADIUS configuration nodesChristian 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-12Merge branch 'current' of https://github.com/vyos/vyatta-cfg-system into currentDaniil Baturin
2018-11-12T740: force deletion of user home dir when deleting the user.Daniil Baturin
stderr is silenced to prevent useless error messages about the mail dir not being found.
2018-11-11T987: Unclutter L2TP/IPSec RADIUS configuration nodesChristian 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-09Cleanup output (#85)Kim
2018-11-07Add uefi install option. (#84)Kim
* Add grub-efi package dependencies * Install grub-efi if we install on efi partition
2018-11-06Merge pull request #83 from kroy-the-rabbit/currentKim
T955: Integrating EFI into the installer
2018-11-06Merge branch 'current' into currentkroy-the-rabbit
2018-11-06T955: Integrating EFI into the installerKroy
2018-11-06Merge pull request #82 from bswinnerton/support-nvme-in-installationsDaniil Baturin
T967: Support NVMe drives in installer
2018-11-05T967: Use similar partition scheme for nvme disksBrooks Swinnerton
In the absence of this commit, the installer hangs right after: > How big of a root partition should I create?
2018-11-05T967: Include nvme drives when selecting driveBrooks Swinnerton
I had a difficult time finding a canonical source of device name formatting in Linux (was hoping for an RFC), but this should be pretty close to reality. NVMe drives are typically named as so: - nvme0: first registered device's device controller - nvme0n1: first registered device's first namespace - nvme0n1p1: first registered device's first namespace's first partition
2018-11-05T967: Include nvme drives when probingBrooks Swinnerton
2018-11-05T955: Integrating EFI into the installerKroy
2018-11-05T288: normalize IP(v6) addresses before passing them to iproute2.Daniil Baturin
2018-11-02T939: Remove possibility to specify DHCP relay portChristian Poessinger
2018-10-29T720: allow dots in user names as per POSIX 2008 portable character set.Daniil Baturin
2018-10-28T720: restrict usernames to the format useradd will accept.Daniil Baturin
This reintroduces hagbard's change that has somehow gone missing.
2018-10-25Merge pull request #80 from aaliddell/currentChristian Poessinger
T903: Wait for IPv6 DAD to complete before attempting to start dhclient v6
2018-10-24T903: Wait for IPv6 DAD to complete before attempting to start dhclient v6Adam Liddell
If this is not done, dhclient will fail with error "Can't bind to dhcp address: Cannot assign requested address". Also, misc whitespace fixes to file.
2018-10-24T932: add version file for DHCP relay.Daniil Baturin
2018-10-21T634: remove 'service ssh allow-root'Christian Poessinger
2018-10-21T863: increase default IGMP membership limit.Daniil Baturin
2018-10-20T300: Default sysctl config overrides arp_ignore on all interfacesChristian Poessinger
2018-10-16T600: Virtio network card, no info (maybe not fully supported?)hagbard
- set_speed_duplex checks for the existing values (again) and only issues ethtool if they differ. virtio_net returns 'unknown' therefore the settings have been applied only every 2nd commit.
2018-10-15Merge pull request #79 from hagbard-01/currenthagbard-01
T600: Virtio network card, no info
2018-10-15T600: Virtio network card, no infohagbard
2018-10-15T885 Bug in add system image signature check confirmationEwald van Geffen
Documentation https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/install/install-functions#L90 (cherry picked from commit 1a05b1bfe0ccfd3f02a1cd4983b5f899364408c8)
2018-10-14update service name to vyos-routerUnicronNL
2018-10-14T900: handle the case when a bridge and tunnel bridge group are removed in ↵Daniil Baturin
the same commit.
2018-10-14T898: use the new script for checking if a bridge still has active members.Daniil Baturin
2018-10-05Merge pull request #76 from andamasov/currentChristian Poessinger
Adding arp-cache-timeout on vlan level
2018-10-05Adding arp-cache-timeout on vlan levelAndamasov Yuriy
should fix T873
2018-10-02Remove some remnant of the Vyatta Subscription days.Daniil Baturin