diff options
-rw-r--r-- | .github/workflows/pr-conflicts.yml | 2 | ||||
m--------- | docs/_include/vyos-1x | 0 | ||||
-rw-r--r-- | docs/changelog/1.3.rst | 6 | ||||
-rw-r--r-- | docs/changelog/1.4.rst | 13 | ||||
-rw-r--r-- | docs/configuration/interfaces/pppoe.rst | 4 |
5 files changed, 22 insertions, 3 deletions
diff --git a/.github/workflows/pr-conflicts.yml b/.github/workflows/pr-conflicts.yml index 87bc8c9f..8f2db469 100644 --- a/.github/workflows/pr-conflicts.yml +++ b/.github/workflows/pr-conflicts.yml @@ -6,7 +6,7 @@ on: jobs: Conflict_Check: name: 'Check PR status: conflicts and resolution' - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - name: check if PRs are dirty uses: eps1lon/actions-label-merge-conflict@releases/2.x diff --git a/docs/_include/vyos-1x b/docs/_include/vyos-1x -Subproject 684c4e043f61bb186a954ffa2b49e3ebb6838a6 +Subproject 12b7da289665c75c3839b32c77a491d8909f3e7 diff --git a/docs/changelog/1.3.rst b/docs/changelog/1.3.rst index 0dc1f411..3c0c0848 100644 --- a/docs/changelog/1.3.rst +++ b/docs/changelog/1.3.rst @@ -8,6 +8,12 @@ _ext/releasenotes.py +2023-05-29 +========== + +* :vytask:`T5243` ``(bug): Default route is inactive if an interface has multiple ip addresses of the same subnet in 1.3.2 Equuleus`` + + 2023-05-19 ========== diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst index 9e85456c..d7c75ee6 100644 --- a/docs/changelog/1.4.rst +++ b/docs/changelog/1.4.rst @@ -8,6 +8,19 @@ _ext/releasenotes.py +2023-06-02 +========== + +* :vytask:`T5252` ``(bug): Route distinguisher and route targets changing upon adding interface to new VRF`` +* :vytask:`T5251` ``(bug): Uncaught errors for functions delete/delete_value in Python module configtree.py`` + + +2023-06-01 +========== + +* :vytask:`T5127` ``(bug): VPNv4/VPNv6 routes are not reinstalled following link flap`` + + 2023-05-28 ========== diff --git a/docs/configuration/interfaces/pppoe.rst b/docs/configuration/interfaces/pppoe.rst index 74a43bb5..6e922cfb 100644 --- a/docs/configuration/interfaces/pppoe.rst +++ b/docs/configuration/interfaces/pppoe.rst @@ -245,8 +245,8 @@ IPv6 .. note:: This command was introduced in VyOS 1.4 - it was previously called: ``set firewall options interface <name> adjust-mss <value>`` - .. hint:: MSS value = MTU - 20 (IP header) - 20 (TCP header), resulting in - 1452 bytes on a 1492 byte MTU. + .. hint:: MSS value = MTU - 40 (IPv6 header) - 20 (TCP header), resulting in + 1432 bytes on a 1492 byte MTU. Instead of a numerical MSS value `clamp-mss-to-pmtu` can be used to automatically set the proper value. |