summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
m---------docs/_include/vyos-1x0
-rw-r--r--docs/changelog/1.3.rst10
-rw-r--r--docs/changelog/1.4.rst34
-rw-r--r--docs/configexamples/zone-policy.rst2
-rw-r--r--docs/configuration/interfaces/pppoe.rst17
-rw-r--r--docs/configuration/policy/route-map.rst10
-rw-r--r--docs/configuration/service/router-advert.rst2
7 files changed, 59 insertions, 16 deletions
diff --git a/docs/_include/vyos-1x b/docs/_include/vyos-1x
-Subproject e632ed4b5409f955add4dab100bc7fa556606eb
+Subproject e1e9f690d3eb4cd03aba118558fffd5b6b2920c
diff --git a/docs/changelog/1.3.rst b/docs/changelog/1.3.rst
index 2c62238d..e2646c69 100644
--- a/docs/changelog/1.3.rst
+++ b/docs/changelog/1.3.rst
@@ -8,6 +8,16 @@
_ext/releasenotes.py
+2022-07-18
+==========
+
+* :vytask:`T4228` (bug): bond: OS error thrown when two bonds use the same member
+* :vytask:`T4534` (bug): bond: bridge: error out if member interface is assigned to a VRF instance
+* :vytask:`T4525` (bug): Delete interface from VRF and add it to bonding error
+* :vytask:`T4522` (feature): bond: add ability to specify mii monitor interval via CLI
+* :vytask:`T4521` (bug): bond: ARP monitor interval is not configured despite set via CLI
+
+
2022-07-14
==========
diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst
index ca913273..a8f61af7 100644
--- a/docs/changelog/1.4.rst
+++ b/docs/changelog/1.4.rst
@@ -8,6 +8,39 @@
_ext/releasenotes.py
+2022-07-22
+==========
+
+* :vytask:`T4145` (bug): Conntrack table not showing after firewall rewriting
+
+
+2022-07-21
+==========
+
+* :vytask:`T4555` (feature): fastnetmon: add IPv6 support
+* :vytask:`T4553` (default): Allow to set ban time on ddos-protection configuration
+
+
+2022-07-20
+==========
+
+* :vytask:`T4056` (bug): Traffic policy not set in live configuration
+
+
+2022-07-18
+==========
+
+* :vytask:`T4523` (feature): OP-mode Extend conntrack output to get marks, zones and directions
+* :vytask:`T4228` (bug): bond: OS error thrown when two bonds use the same member
+* :vytask:`T4539` (feature): qat: update Intel QuickAssist release version 1.7.L.4.16.0-00017
+* :vytask:`T4534` (bug): bond: bridge: error out if member interface is assigned to a VRF instance
+* :vytask:`T4525` (bug): Delete interface from VRF and add it to bonding error
+* :vytask:`T4522` (feature): bond: add ability to specify mii monitor interval via CLI
+* :vytask:`T4535` (feature): FRR: upgrade to stable/8.3 version
+* :vytask:`T4521` (bug): bond: ARP monitor interval is not configured despite set via CLI
+* :vytask:`T4540` (feature): firmware: update to Linux release 20220708
+
+
2022-07-17
==========
@@ -827,7 +860,6 @@
* :vytask:`T4149` (bug): [Firewall-IPV6] Error delete Fw rules on VIF/INT
* :vytask:`T3950` (bug): CLI backtrace on update if DNS not defined
-* :vytask:`T4170` (feature): Rename "policy ipv6-route" -> "policy route6"
* :vytask:`T4166` (bug): Debug output missing when frr.py called under vyos-configd
diff --git a/docs/configexamples/zone-policy.rst b/docs/configexamples/zone-policy.rst
index cf11a01e..7d512797 100644
--- a/docs/configexamples/zone-policy.rst
+++ b/docs/configexamples/zone-policy.rst
@@ -25,7 +25,7 @@ adapted for however many NICs you have**:
* Internet - 192.168.200.100 - TCP/443
* Internet - 192.168.200.100 - TCP/25
* Internet - 192.168.200.100 - TCP/53
-* VyOS actis as DHCP, DNS forwarder, NAT, router and firewall.
+* VyOS acts as DHCP, DNS forwarder, NAT, router and firewall.
* 192.168.200.200/2001:0DB8:0:BBBB::200 is an internal/external DNS, web
and mail (SMTP/IMAP) server.
* 192.168.100.10/2001:0DB8:0:AAAA::10 is the administrator's console. It
diff --git a/docs/configuration/interfaces/pppoe.rst b/docs/configuration/interfaces/pppoe.rst
index e1bb3056..dbf92caf 100644
--- a/docs/configuration/interfaces/pppoe.rst
+++ b/docs/configuration/interfaces/pppoe.rst
@@ -1,4 +1,4 @@
-:lastproofread: 2021-07-09
+:lastproofread: 2022-07-27
.. _pppoe-interface:
@@ -126,6 +126,9 @@ PPPoE options
set interfaces pppoe pppoe0 no-default-route
+ .. note:: This command got added in VyOS 1.4 and inverts the logic from the old
+ ``default-route`` CLI option.
+
.. cfgcmd:: set interfaces pppoe <interface> default-route-distance <distance>
Set the distance for the default gateway sent by the PPPoE server.
@@ -310,11 +313,6 @@ Requirements:
If you are switching from a DHCP based ISP like cable then be aware that
things like VPN links may need to have their MTU sizes adjusted to work
within this limit.
-* With the ``default-route`` option set to ``auto``, VyOS will only add the
- default gateway you receive from your DSL ISP to the routing table if you
- have no other WAN connections. If you wish to use a dual WAN connection,
- change the ``default-route`` option to ``force``. You could also install
- a static route and set the ``default-route`` option to ``none``.
* With the ``name-server`` option set to ``none``, VyOS will ignore the
nameservers your ISP sends you and thus you can fully rely on the ones you
have configured statically.
@@ -322,10 +320,11 @@ Requirements:
.. note:: Syntax has changed from VyOS 1.2 (crux) and it will be automatically
migrated during an upgrade.
+.. note:: A default route is automatically installed once the interface is up.
+ To change this behavior use the ``no-default-route`` CLI option.
+
.. code-block:: none
- set interfaces pppoe pppoe0 default-route 'auto'
- set interfaces pppoe pppoe0 mtu 1492
set interfaces pppoe pppoe0 authentication user 'userid'
set interfaces pppoe pppoe0 authentication password 'secret'
set interfaces pppoe pppoe0 source-interface 'eth0'
@@ -351,8 +350,6 @@ which is the default VLAN for Deutsche Telekom:
.. code-block:: none
- set interfaces pppoe pppoe0 default-route 'auto'
- set interfaces pppoe pppoe0 mtu 1492
set interfaces pppoe pppoe0 authentication user 'userid'
set interfaces pppoe pppoe0 authentication password 'secret'
set interfaces pppoe pppoe0 source-interface 'eth0.7'
diff --git a/docs/configuration/policy/route-map.rst b/docs/configuration/policy/route-map.rst
index 97fa1102..7743b14b 100644
--- a/docs/configuration/policy/route-map.rst
+++ b/docs/configuration/policy/route-map.rst
@@ -73,8 +73,9 @@ Route Map
prefix-len <0-32>
IP address of route to match, based on specified prefix-length.
- Note that this does not work with BGP routes.
- When applied to BGP it can lead to unexpected results.
+ Note that this can be used for kernel routes only.
+ Do not apply to the routes of dynamic routing protocols (e.g. BGP,
+ RIP, OSFP), as this can lead to unexpected results..
.. cfgcmd:: set policy route-map <text> rule <1-65535> match ip nexthop
access-list <1-2699>
@@ -125,8 +126,9 @@ Route Map
prefix-len <0-128>
IPv6 address of route to match, based on specified prefix-length.
- Note that this match rule does not work with BGP routes.
- When applied to BGP it can lead to unexpected results.
+ Note that this can be used for kernel routes only.
+ Do not apply to the routes of dynamic routing protocols (e.g. BGP,
+ RIP, OSFP), as this can lead to unexpected results..
.. cfgcmd:: set policy route-map <text> rule <1-65535> match ipv6 nexthop
<h:h:h:h:h:h:h:h>
diff --git a/docs/configuration/service/router-advert.rst b/docs/configuration/service/router-advert.rst
index 36fa600d..0de72941 100644
--- a/docs/configuration/service/router-advert.rst
+++ b/docs/configuration/service/router-advert.rst
@@ -61,6 +61,8 @@ Advertising a Prefix
:header: "VyOS Field", "Description"
:widths: 10,30
+ "decrement-lifetime", "Lifetime is decremented by the number of seconds since the last RA - use in conjunction with a DHCPv6-PD prefix"
+ "deprecate-prefix", "Upon shutdown, this option will deprecate the prefix by announcing it in the shutdown RA"
"no-autonomous-flag","Prefix can not be used for stateless address auto-configuration"
"no-on-link-flag","Prefix can not be used for on-link determination"
"preferred-lifetime","Time in seconds that the prefix will remain preferred (default 4 hours)"