summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-10-02T867: set the upgraded flag on image update if the user choses to save ↵Daniil Baturin
configuration.
2018-09-02T825: fix Makefile.am to ship new system@9 configChristian Poessinger
2018-09-02T825: remove deprecated 'set system package'Christian Poessinger
2018-08-31Merge pull request #75 from hagbard-01/currenthagbard-01
T427: Wireguard support
2018-08-31T427: Wireguard supporthagbard
- show interfaces shows now wg devices too.
2018-08-28import broadcast-relay@1 mdns@1 config version filesChristian Poessinger
2018-08-28T782: T778: import dhcp-server@5 config version file from vyatta-cfg-dhcp-serverChristian Poessinger
2018-08-25T797: add sudo to ip command calls in other interface types.Daniil Baturin