diff options
Diffstat (limited to 'docs')
m--------- | docs/_include/vyos-1x | 0 | ||||
-rw-r--r-- | docs/changelog/1.3.rst | 22 | ||||
-rw-r--r-- | docs/changelog/1.4.rst | 37 | ||||
-rw-r--r-- | docs/configuration/vpn/dmvpn.rst | 1 |
4 files changed, 57 insertions, 3 deletions
diff --git a/docs/_include/vyos-1x b/docs/_include/vyos-1x -Subproject 4315c8fa5bb090e2b7edd6bda205041623e2511 +Subproject e632ed4b5409f955add4dab100bc7fa556606eb diff --git a/docs/changelog/1.3.rst b/docs/changelog/1.3.rst index 5b1024cf..2c62238d 100644 --- a/docs/changelog/1.3.rst +++ b/docs/changelog/1.3.rst @@ -8,6 +8,26 @@ _ext/releasenotes.py +2022-07-14 +========== + +* :vytask:`T4491` (bug): Use empty string for internal name of root node of config_tree + + +2022-07-13 +========== + +* :vytask:`T1375` (feature): Add clear dhcp server lease function + + +2022-07-12 +========== + +* :vytask:`T4527` (bug): Prevent to create VRF name default +* :vytask:`T4084` (default): Dehardcode the default login banner +* :vytask:`T3864` (enhancment): Add Edgecore build to VyOS 1.3 Equuleus + + 2022-07-09 ========== @@ -1780,7 +1800,7 @@ 2021-02-16 ========== -* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.197 / 5.10.123 +* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.204 / 5.10.129 2021-02-14 diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst index 7ceb36f0..ca913273 100644 --- a/docs/changelog/1.4.rst +++ b/docs/changelog/1.4.rst @@ -8,6 +8,40 @@ _ext/releasenotes.py +2022-07-17 +========== + +* :vytask:`T4028` (bug): FRR 8.1 routes not being applied to routing table after reboot if an interface has 2 ip addresses + + +2022-07-15 +========== + +* :vytask:`T4494` (bug): Cannot reset BGP peer within VRF +* :vytask:`T4536` (feature): FRR: move to systemd for daemon control + + +2022-07-14 +========== + +* :vytask:`T4491` (bug): Use empty string for internal name of root node of config_tree + + +2022-07-13 +========== + +* :vytask:`T1375` (feature): Add clear dhcp server lease function + + +2022-07-12 +========== + +* :vytask:`T4527` (bug): Prevent to create VRF name default +* :vytask:`T4084` (default): Dehardcode the default login banner +* :vytask:`T3948` (feature): IPSec VPN: Add a new option "none" for the connection-type +* :vytask:`T235` (feature): Ability to configure manual IP Rules + + 2022-07-10 ========== @@ -916,7 +950,6 @@ 2021-12-22 ========== -* :vytask:`T4056` (bug): Traffic policy not set in live configuration * :vytask:`T3678` (bug): VyOS 1.4: Invalid error message while deleting ipsec vpn configuration * :vytask:`T3356` (feature): Script for remote file transfers @@ -2357,7 +2390,7 @@ ========== * :vytask:`T3313` (bug): ospfv3 interface missing options -* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.197 / 5.10.123 +* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.204 / 5.10.129 2021-02-15 diff --git a/docs/configuration/vpn/dmvpn.rst b/docs/configuration/vpn/dmvpn.rst index f2c7b162..50563e8b 100644 --- a/docs/configuration/vpn/dmvpn.rst +++ b/docs/configuration/vpn/dmvpn.rst @@ -278,6 +278,7 @@ spoke01-spoke04 ip nhrp registration timeout 75 tunnel source FastEthernet0/0 tunnel mode gre multipoint + tunnel protection ipsec profile DMVPN tunnel key 1 ! interface FastEthernet0/0 |