Age | Commit message (Collapse) | Author |
|
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
}
}
}
(cherry picked from commit 4a5db8a416fc6126a504bc3a9f1b5f6de84e119d)
|
|
|
|
|
|
stderr is silenced to prevent useless error messages about the mail dir not being found.
|
|
stderr is silenced to prevent useless error messages about the mail dir not being found.
|
|
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
}
}
(cherry picked from commit f68dda9d619ea74bed266122ac86604284e1a9e4)
|
|
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
}
}
|
|
|
|
* Add grub-efi package dependencies
* Install grub-efi if we install on efi partition
|
|
T955: Integrating EFI into the installer
|
|
|
|
|
|
T967: Support NVMe drives in installer
|
|
In the absence of this commit, the installer hangs right after:
> How big of a root partition should I create?
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit 7de05b2de4f1b57115fd7593bfaa79f0042c10f4)
|
|
|
|
|
|
|
|
Conflicts:
Makefile.am
debian/changelog
|
|
This reintroduces hagbard's change that has somehow gone missing.
|
|
T903: Wait for IPv6 DAD to complete before attempting to start dhclient v6
|
|
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.
|
|
|
|
(cherry picked from commit 4c818c440c433f94b8d17fa22dbd8af1e1889338)
|
|
|
|
|
|
(cherry picked from commit 6f097a666bbdb9d2d66ad9ab0b17b2d6da1f56a4)
|
|
|
|
- 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.
|
|
T600: Virtio network card, no info
|
|
|
|
Documentation https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/install/install-functions#L90
(cherry picked from commit 1a05b1bfe0ccfd3f02a1cd4983b5f899364408c8)
|
|
T885 Bug in add system image signature check confirmation
|
|
Documentation https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/install/install-functions#L90
|
|
|
|
the same commit.
|
|
|
|
Adding arp-cache-timeout on vlan level
|
|
Adding arp-cache-timeout on vlan level
|
|
should fix T873
|
|
|
|
|
|
configuration.
|
|
|