Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-25 | banner/post-login: replace Vyatta with VyOS | Christian Poessinger | |
2018-11-18 | T992: add commands for ECMP options. | Daniil Baturin | |
2018-11-18 | T1000: partially fix the broken 6rd implementation. | Daniil Baturin | |
2018-11-18 | T1004: remove the check-ipv4-ipv6.pl script from the automake rules. | Daniil Baturin | |
2018-11-18 | Merge branch 'current' of https://github.com/vyos/vyatta-cfg-system into current | Daniil Baturin | |
2018-11-18 | T1011: enable conntrack helper by default. | 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-13 | T1006: remove the check-ipv4-ipv6.pl script that is not used anywhere. | Daniil Baturin | |
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-12 | Merge branch 'current' of https://github.com/vyos/vyatta-cfg-system into current | Daniil Baturin | |
2018-11-12 | T740: 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-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-09 | Cleanup output (#85) | Kim | |
2018-11-07 | Add uefi install option. (#84) | Kim | |
* Add grub-efi package dependencies * Install grub-efi if we install on efi partition | |||
2018-11-06 | Merge pull request #83 from kroy-the-rabbit/current | Kim | |
T955: Integrating EFI into the installer | |||
2018-11-06 | Merge branch 'current' into current | kroy-the-rabbit | |
2018-11-06 | T955: Integrating EFI into the installer | Kroy | |
2018-11-06 | Merge pull request #82 from bswinnerton/support-nvme-in-installations | Daniil Baturin | |
T967: Support NVMe drives in installer | |||
2018-11-05 | T967: Use similar partition scheme for nvme disks | Brooks Swinnerton | |
In the absence of this commit, the installer hangs right after: > How big of a root partition should I create? | |||
2018-11-05 | T967: Include nvme drives when selecting drive | Brooks 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-05 | T967: Include nvme drives when probing | Brooks Swinnerton | |
2018-11-05 | T955: Integrating EFI into the installer | Kroy | |
2018-11-05 | T288: normalize IP(v6) addresses before passing them to iproute2. | Daniil Baturin | |
2018-11-02 | T939: Remove possibility to specify DHCP relay port | Christian Poessinger | |
2018-10-29 | T720: allow dots in user names as per POSIX 2008 portable character set. | Daniil Baturin | |
2018-10-28 | T720: restrict usernames to the format useradd will accept. | Daniil Baturin | |
This reintroduces hagbard's change that has somehow gone missing. | |||
2018-10-25 | Merge pull request #80 from aaliddell/current | Christian Poessinger | |
T903: Wait for IPv6 DAD to complete before attempting to start dhclient v6 | |||
2018-10-24 | T903: Wait for IPv6 DAD to complete before attempting to start dhclient v6 | Adam 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-24 | T932: add version file for DHCP relay. | Daniil Baturin | |
2018-10-21 | T634: remove 'service ssh allow-root' | Christian Poessinger | |
2018-10-21 | T863: increase default IGMP membership limit. | Daniil Baturin | |
2018-10-20 | T300: Default sysctl config overrides arp_ignore on all interfaces | Christian Poessinger | |
2018-10-16 | T600: 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-15 | Merge pull request #79 from hagbard-01/current | hagbard-01 | |
T600: Virtio network card, no info | |||
2018-10-15 | T600: Virtio network card, no info | hagbard | |
2018-10-15 | T885 Bug in add system image signature check confirmation | Ewald van Geffen | |
Documentation https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/install/install-functions#L90 (cherry picked from commit 1a05b1bfe0ccfd3f02a1cd4983b5f899364408c8) | |||
2018-10-14 | update service name to vyos-router | UnicronNL | |
2018-10-14 | T900: handle the case when a bridge and tunnel bridge group are removed in ↵ | Daniil Baturin | |
the same commit. | |||
2018-10-14 | T898: use the new script for checking if a bridge still has active members. | Daniil Baturin | |
2018-10-05 | Merge pull request #76 from andamasov/current | Christian Poessinger | |
Adding arp-cache-timeout on vlan level | |||
2018-10-05 | Adding arp-cache-timeout on vlan level | Andamasov Yuriy | |
should fix T873 | |||
2018-10-02 | Remove some remnant of the Vyatta Subscription days. | Daniil Baturin | |
2018-10-02 | T867: set the upgraded flag on image update if the user choses to save ↵ | Daniil Baturin | |
configuration. | |||
2018-09-02 | T825: fix Makefile.am to ship new system@9 config | Christian Poessinger | |
2018-09-02 | T825: remove deprecated 'set system package' | Christian Poessinger | |
2018-08-31 | Merge pull request #75 from hagbard-01/current | hagbard-01 | |
T427: Wireguard support | |||
2018-08-31 | T427: Wireguard support | hagbard | |
- show interfaces shows now wg devices too. | |||
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-08-25 | T797: add sudo to ip command calls in other interface types. | Daniil Baturin | |