diff options
m--------- | docs/_include/vyos-1x | 0 | ||||
-rw-r--r-- | docs/changelog/1.3.rst | 13 | ||||
-rw-r--r-- | docs/changelog/1.4.rst | 31 | ||||
-rw-r--r-- | docs/configuration/interfaces/pppoe.rst | 8 |
4 files changed, 51 insertions, 1 deletions
diff --git a/docs/_include/vyos-1x b/docs/_include/vyos-1x -Subproject 7d8db105fa7f5fe1ced53d27b570188b562fde3 +Subproject c820be57b6c77cdb0a5055d0c3a77dc8d550e2d diff --git a/docs/changelog/1.3.rst b/docs/changelog/1.3.rst index c545bb0c..786ab1ba 100644 --- a/docs/changelog/1.3.rst +++ b/docs/changelog/1.3.rst @@ -8,6 +8,19 @@ _ext/releasenotes.py +2023-03-19 +========== + +* :vytask:`T4925` (feature): Need to add the possibility to configure Pseudo-Random Functions (PRF) in IKEv2 + + +2023-03-16 +========== + +* :vytask:`T3083` (feature): Add feature event-handler +* :vytask:`T2516` (bug): vyos-container: cannot configure ethernet interface + + 2023-03-09 ========== diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst index 073b09a2..53d3a563 100644 --- a/docs/changelog/1.4.rst +++ b/docs/changelog/1.4.rst @@ -8,6 +8,36 @@ _ext/releasenotes.py +2023-03-19 +========== + +* :vytask:`T4925` (feature): Need to add the possibility to configure Pseudo-Random Functions (PRF) in IKEv2 + + +2023-03-17 +========== + +* :vytask:`T5092` (bug): IPoE-server named pool must not rely on the authentication type +* :vytask:`T5091` (bug): IPoE server with RADIUS authentication does not verify radius configuration + + +2023-03-16 +========== + +* :vytask:`T5073` (bug): IPoE-server interface option failed to parse +* :vytask:`T5063` (bug): IPoE-server ethX vlan must not be used with client-subnet +* :vytask:`T5058` (feature): Extend template filter range_to_regex +* :vytask:`T3083` (feature): Add feature event-handler +* :vytask:`T2516` (bug): vyos-container: cannot configure ethernet interface + + +2023-03-13 +========== + +* :vytask:`T5074` (bug): Show IPSEC SA failed if remote access IKEv2 vpn is used. +* :vytask:`T4973` (bug): show dhcp server leases error for lease time 4294967295 + + 2023-03-11 ========== @@ -31,7 +61,6 @@ 2023-03-07 ========== -* :vytask:`T5057` (bug): IPoE server incorrect interface regex * :vytask:`T2838` (bug): Ethernet device names changing, multiple hw-id being added * :vytask:`T5051` (feature): Use Literal types to provide op-mode CLI choices and API enums * :vytask:`T4900` (default): Cache intermediary results of get_config_diff in Config instance diff --git a/docs/configuration/interfaces/pppoe.rst b/docs/configuration/interfaces/pppoe.rst index cf406baf..74a43bb5 100644 --- a/docs/configuration/interfaces/pppoe.rst +++ b/docs/configuration/interfaces/pppoe.rst @@ -154,6 +154,14 @@ PPPoE options when it is idle and after the initial establishment of the connection. It will stay up forever. +.. cfgcmd:: set interfaces pppoe <interface> holdoff <time> + + Use this command to set re-dial delay time to be used with persist PPPoE + sessions. When the PPPoE session is terminated by peer, and on-demand + option is not set, the router will attempt to re-establish the PPPoE link. + + If this parameter is not set, the default holdoff time is 30 seconds. + .. cfgcmd:: set interfaces pppoe <interface> local-address <address> Use this command to set the IP address of the local endpoint of a PPPoE |