mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Github: update current branch
This commit is contained in:
parent
de8d5228fb
commit
1b57319721
@ -1 +1 @@
|
|||||||
Subproject commit 0dd9037036c6b4909bfcb10c50b587a4456a9c27
|
Subproject commit e99cdf40c72dec8b9019eca728aaad0f82c6030b
|
||||||
@ -8,6 +8,52 @@
|
|||||||
_ext/releasenotes.py
|
_ext/releasenotes.py
|
||||||
|
|
||||||
|
|
||||||
|
2021-08-21
|
||||||
|
==========
|
||||||
|
|
||||||
|
* :vytask:`T3682` (bug): Remove running dhclient from ether-resume.py
|
||||||
|
* :vytask:`T3681` (default): The VMware Tools resume script did not run successfully in this virtual machine.
|
||||||
|
|
||||||
|
|
||||||
|
2021-08-20
|
||||||
|
==========
|
||||||
|
|
||||||
|
* :vytask:`T1950` (default): Store VyOS configuration syntax version data in JSON file
|
||||||
|
|
||||||
|
|
||||||
|
2021-08-19
|
||||||
|
==========
|
||||||
|
|
||||||
|
* :vytask:`T2759` (bug): validate-value prints error messages from validators that fail even if overall validation succeeds
|
||||||
|
* :vytask:`T3234` (bug): multi_to_list fails in certain cases, with root cause an element redundancy in XML interface-definitions
|
||||||
|
* :vytask:`T3732` (feature): override-default helper should support adding defaultValues to default less nodes
|
||||||
|
* :vytask:`T3574` (default): Add constraintGroup for combining validators with logical AND
|
||||||
|
* :vytask:`T1962` (default): Add syntax version to schema
|
||||||
|
|
||||||
|
|
||||||
|
2021-08-18
|
||||||
|
==========
|
||||||
|
|
||||||
|
* :vytask:`T3537` (bug): Unable to override the default OSPFv3 link cost for wireguard interface
|
||||||
|
|
||||||
|
|
||||||
|
2021-08-17
|
||||||
|
==========
|
||||||
|
|
||||||
|
* :vytask:`T2525` (bug): OSPFv3 missing route map, not establishing
|
||||||
|
* :vytask:`T508` (bug): ISC DHCP incorrect UDP checksum generation
|
||||||
|
* :vytask:`T1643` (bug): Deleting all firewall zones failed and locked out box
|
||||||
|
* :vytask:`T1550` (bug): Add support for Large BGP Community show commands
|
||||||
|
|
||||||
|
|
||||||
|
2021-08-16
|
||||||
|
==========
|
||||||
|
|
||||||
|
* :vytask:`T3735` (bug): Configuration with multiple network addresses of firewall network-group via colud-init fails
|
||||||
|
* :vytask:`T3738` (default): openvpn fails if server and authentication are configured
|
||||||
|
* :vytask:`T1594` (bug): l2tpv3 error on IPv6 local-ip
|
||||||
|
|
||||||
|
|
||||||
2021-08-15
|
2021-08-15
|
||||||
==========
|
==========
|
||||||
|
|
||||||
@ -27,7 +73,6 @@
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
* :vytask:`T3740` (bug): HTTPs API breaks when the address is IPv6
|
* :vytask:`T3740` (bug): HTTPs API breaks when the address is IPv6
|
||||||
* :vytask:`T3734` (bug): Move EVPN VRF up in FRR config
|
|
||||||
|
|
||||||
|
|
||||||
2021-08-12
|
2021-08-12
|
||||||
@ -3059,7 +3104,6 @@
|
|||||||
|
|
||||||
* :vytask:`T1392` (bug): Large firewall rulesets cause the system to lose configuration and crash at startup
|
* :vytask:`T1392` (bug): Large firewall rulesets cause the system to lose configuration and crash at startup
|
||||||
* :vytask:`T1996` (feature): Update Linux Kernel to 4.19.99
|
* :vytask:`T1996` (feature): Update Linux Kernel to 4.19.99
|
||||||
* :vytask:`T1950` (default): Store VyOS configuration syntax version data in JSON file
|
|
||||||
* :vytask:`T1862` (default): Use regex pattern \s+ to split strings on whitespace in Python 3.7
|
* :vytask:`T1862` (default): Use regex pattern \s+ to split strings on whitespace in Python 3.7
|
||||||
* :vytask:`T1780` (feature): Adding ipsec ike closeaction
|
* :vytask:`T1780` (feature): Adding ipsec ike closeaction
|
||||||
* :vytask:`T1755` (bug): Python KeyError exceptions raised with 'show vpn ipsec sa' command under use of certain IPSEC cipher suites.
|
* :vytask:`T1755` (bug): Python KeyError exceptions raised with 'show vpn ipsec sa' command under use of certain IPSEC cipher suites.
|
||||||
|
|||||||
@ -8,6 +8,43 @@
|
|||||||
_ext/releasenotes.py
|
_ext/releasenotes.py
|
||||||
|
|
||||||
|
|
||||||
|
2021-08-22
|
||||||
|
==========
|
||||||
|
|
||||||
|
* :vytask:`T3090` (feature): Move 'adjust-mss' firewall options to the interface section.
|
||||||
|
* :vytask:`T3765` (default): container: additional op-mode commands
|
||||||
|
|
||||||
|
|
||||||
|
2021-08-20
|
||||||
|
==========
|
||||||
|
|
||||||
|
* :vytask:`T1950` (default): Store VyOS configuration syntax version data in JSON file
|
||||||
|
|
||||||
|
|
||||||
|
2021-08-19
|
||||||
|
==========
|
||||||
|
|
||||||
|
* :vytask:`T3751` (bug): pki generate ca add new line after passphrase
|
||||||
|
* :vytask:`T3764` (bug): Unconfigurable IKE and ESP lifetime
|
||||||
|
* :vytask:`T3234` (bug): multi_to_list fails in certain cases, with root cause an element redundancy in XML interface-definitions
|
||||||
|
* :vytask:`T3732` (feature): override-default helper should support adding defaultValues to default less nodes
|
||||||
|
* :vytask:`T3574` (default): Add constraintGroup for combining validators with logical AND
|
||||||
|
* :vytask:`T3759` (default): [L3VPN] VPNv4/VPNv6 add commands
|
||||||
|
|
||||||
|
|
||||||
|
2021-08-18
|
||||||
|
==========
|
||||||
|
|
||||||
|
* :vytask:`T3752` (bug): generate pki certificate file xxx doesn't touch file
|
||||||
|
|
||||||
|
|
||||||
|
2021-08-16
|
||||||
|
==========
|
||||||
|
|
||||||
|
* :vytask:`T3738` (default): openvpn fails if server and authentication are configured
|
||||||
|
* :vytask:`T1594` (bug): l2tpv3 error on IPv6 local-ip
|
||||||
|
|
||||||
|
|
||||||
2021-08-15
|
2021-08-15
|
||||||
==========
|
==========
|
||||||
|
|
||||||
@ -29,7 +66,6 @@
|
|||||||
* :vytask:`T3728` (bug): FRR not respect configured RD and RT for L3VNI
|
* :vytask:`T3728` (bug): FRR not respect configured RD and RT for L3VNI
|
||||||
* :vytask:`T3727` (bug): VPN IPsec ESP proposal and ESP presented in config missmatch
|
* :vytask:`T3727` (bug): VPN IPsec ESP proposal and ESP presented in config missmatch
|
||||||
* :vytask:`T3740` (bug): HTTPs API breaks when the address is IPv6
|
* :vytask:`T3740` (bug): HTTPs API breaks when the address is IPv6
|
||||||
* :vytask:`T3734` (bug): Move EVPN VRF up in FRR config
|
|
||||||
|
|
||||||
|
|
||||||
2021-08-12
|
2021-08-12
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user