diff options
author | Robert Göhler <github@ghlr.de> | 2022-04-26 15:36:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 15:36:53 +0200 |
commit | bb4b197514e3fff37d0093898b418d8bc76a5579 (patch) | |
tree | d25ed64faa8b200884623662bfbe9ef13230e576 | |
parent | 0323f03645e4d9dd9e8afd85b4ae39d4b94cb6ba (diff) | |
parent | abaf3b317840ef410850b82f571b8e1b7c75d39c (diff) | |
download | vyos-documentation-bb4b197514e3fff37d0093898b418d8bc76a5579.tar.gz vyos-documentation-bb4b197514e3fff37d0093898b418d8bc76a5579.zip |
Merge pull request #762 from vyos/update-dependencies-master
Github: update current branch
m--------- | docs/_include/vyos-1x | 0 | ||||
-rw-r--r-- | docs/changelog/1.3.rst | 7 | ||||
-rw-r--r-- | docs/changelog/1.4.rst | 49 |
3 files changed, 56 insertions, 0 deletions
diff --git a/docs/_include/vyos-1x b/docs/_include/vyos-1x -Subproject 3cbe7878bcadc0f3ecbaeab46d745b5510c26b0 +Subproject fd9f82f96041b137885c99c526ac6efe2c4abc5 diff --git a/docs/changelog/1.3.rst b/docs/changelog/1.3.rst index 03c7b335..38adb0d2 100644 --- a/docs/changelog/1.3.rst +++ b/docs/changelog/1.3.rst @@ -8,6 +8,13 @@ _ext/releasenotes.py +2022-04-19 +========== + +* :vytask:`T4344` (bug): DHCP statistics not matching, conf-mode generates incorrect pool name with dash +* :vytask:`T4268` (bug): Elevated LA while using VyOS monitoring feature + + 2022-04-08 ========== diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst index 55875e37..a78af273 100644 --- a/docs/changelog/1.4.rst +++ b/docs/changelog/1.4.rst @@ -8,6 +8,55 @@ _ext/releasenotes.py +2022-04-24 +========== + +* :vytask:`T4342` (bug): "show ip ospf neighbor address x.x.x.x" gives "unknown command" error + + +2022-04-23 +========== + +* :vytask:`T4386` (default): Applying limiter on traffic-policy "in" fails, incorrectly reports mirror or redirect policy in use + + +2022-04-22 +========== + +* :vytask:`T4389` (feature): dhcp: add vendor option support for Ubiquity Unifi controller + + +2022-04-21 +========== + +* :vytask:`T4385` (bug): bgp: peer-group member cannot override remote-as of peer-group +* :vytask:`T4384` (feature): pppoe: replace default-route CLI option with common CLI nodes already present for DHCP + + +2022-04-20 +========== + +* :vytask:`T4345` (bug): New firewall code does not accept "rate/time interval" syntax used in old config +* :vytask:`T4231` (feature): Feature Request: ocserv: 2FA (password+OTP) support in Openconnect + + +2022-04-19 +========== + +* :vytask:`T4379` (bug): PPPoE: default-route lost after applying additional static routes +* :vytask:`T4344` (bug): DHCP statistics not matching, conf-mode generates incorrect pool name with dash +* :vytask:`T4268` (bug): Elevated LA while using VyOS monitoring feature + + +2022-04-18 +========== + +* :vytask:`T4351` (bug): Openvpn conf-mode "openvpn-option" is not respected +* :vytask:`T4278` (default): vyos-vm-images: fix vagrant libvirt box +* :vytask:`T4368` (bug): bgp: AS specified for local as is the same as the remote as and this is not allowed. +* :vytask:`T4370` (feature): vxlan: geneve: support configuration of df bit option + + 2022-04-15 ========== |