Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github: update sagitta branch #1343

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_include/vyos-1x
Submodule vyos-1x updated 36 files
+16 −5 interface-definitions/container.xml.in
+6 −0 interface-definitions/include/constraint/container-network.xml.i
+1 −21 interface-definitions/include/interface/vif-s.xml.i
+23 −0 interface-definitions/include/interface/vlan-protocol.xml.i
+14 −0 interface-definitions/include/qos/mtu.xml.i
+4 −0 interface-definitions/interfaces_bridge.xml.in
+2 −0 interface-definitions/qos.xml.in
+2 −2 interface-definitions/service_config-sync.xml.in
+31 −4 op-mode-definitions/container.xml.in
+13 −0 op-mode-definitions/force-commit-archive.xml.in
+2 −2 op-mode-definitions/show-log.xml.in
+23 −4 python/vyos/configverify.py
+0 −24 python/vyos/ethtool.py
+11 −5 python/vyos/frr.py
+30 −4 python/vyos/ifconfig/bridge.py
+0 −31 python/vyos/ifconfig/ethernet.py
+7 −1 python/vyos/ifconfig/vti.py
+9 −0 python/vyos/qos/base.py
+21 −10 smoketest/scripts/cli/test_firewall.py
+18 −0 smoketest/scripts/cli/test_interfaces_bridge.py
+18 −1 smoketest/scripts/cli/test_interfaces_vti.py
+7 −0 smoketest/scripts/cli/test_protocols_bgp.py
+7 −1 smoketest/scripts/cli/test_protocols_isis.py
+20 −0 smoketest/scripts/cli/test_protocols_ospf.py
+40 −1 smoketest/scripts/cli/test_qos.py
+12 −0 src/conf_mode/firewall.py
+8 −8 src/conf_mode/protocols_isis.py
+7 −0 src/conf_mode/protocols_ospf.py
+10 −6 src/conf_mode/system_conntrack.py
+3 −1 src/etc/ipsec.d/vti-up-down
+25 −23 src/helpers/vyos_config_sync.py
+3 −5 src/migration-scripts/policy/3-to-4
+2 −1 src/op_mode/conntrack.py
+1 −2 src/op_mode/dhcp.py
+1 −1 src/services/vyos-http-api-server
+2 −2 src/systemd/vyos-grub-update.service
7 changes: 7 additions & 0 deletions docs/changelog/1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,38 @@
_ext/releasenotes.py


2024-03-22
==========

* :vytask:`T6110` ``(bug): dhcp server - If failover is defined, range is required``

Check warning on line 14 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=84
* :vytask:`T5624` ``(default): Remove /etc/debian_version from the image``


2024-03-11
==========

* :vytask:`T2998` ``(bug): SNMP v3 oid "exclude" option doesn't work``
* :vytask:`T6096` ``(bug): Config commits are not synced properly because 00vyos-sync is deleted by vyos-router``

Check warning on line 22 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=113
* :vytask:`T6057` ``(feature): Add ability to disable syslog for conntrackd``
* :vytask:`T5504` ``(feature): Keepalived VRRP ability to set more than one peer-address``

Check warning on line 24 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=90


2024-03-07
==========

* :vytask:`T3992` ``(bug): Traceback on adding interface to bridge with configured ip address``

Check warning on line 30 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=95


2024-03-06
==========

* :vytask:`T6088` ``(bug): Configuration corrupted after saving and powercut or force reboot``

Check warning on line 36 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=94


2024-02-16
==========

* :vytask:`T2113` ``(bug): OpenVPN Options error: you cannot use --verify-x509-name with --compat-names or --no-name-remapping``

Check warning on line 42 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=128
* :vytask:`T5418` ``(bug): PPPoE-Server Client IP pool Subnet``


Expand All @@ -40,7 +47,7 @@
==========

* :vytask:`T2612` ``(bug): HTTPS API, changing API key fails but goes through``
* :vytask:`T656` ``(enhancment): Rewrite wirelessmodem in new style XML interface definition``

Check warning on line 50 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=94


2024-02-14
Expand All @@ -65,13 +72,13 @@
==========

* :vytask:`T5914` ``(bug): CVE-2023-48795 - Terrapin vulnerability``
* :vytask:`T5739` ``(bug): Password recovery does not work if public keys are configured``

Check warning on line 75 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=90


2024-02-01
==========

* :vytask:`T5967` ``(bug): Multi-hop BFD connections can't be established; please add minimum-ttl option.``

Check warning on line 81 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=107


2024-01-22
Expand All @@ -85,7 +92,7 @@

* :vytask:`T5187` ``(bug): Update Realtek r8152 driver``
* :vytask:`T5182` ``(bug): Update Intel ice driver``
* :vytask:`T5180` ``(bug): initramfs-tools ignores firmware from updates directory``

Check warning on line 95 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=84
* :vytask:`T4990` ``(bug): Commit results may not be properly saved if power is cut immediately after a successful commit``
* :vytask:`T4039` ``(feature): Rsyslog to use 'protocol23format' for protocol UDP``
* :vytask:`T3813` ``(bug): Some custom sysctl parameters can't be applied bug``
Expand Down
55 changes: 54 additions & 1 deletion docs/changelog/1.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,60 @@
_ext/releasenotes.py


2024-03-25
==========

* :vytask:`T6145` ``(bug): Service config-sync does not rely on priorities but must``


2024-03-24
==========

* :vytask:`T6161` ``(feature): Output container images as JSON``
* :vytask:`T6165` ``(bug): grub: vyos-grub-update failed to start on "slow" systems``
* :vytask:`T6085` ``(bug): VTI interfaces are in UP state by default``
* :vytask:`T6152` ``(bug): Kernel panic for ZimaBoard 232``


2024-03-23
==========

* :vytask:`T6160` ``(bug): isis: NameError: name 'process' is not defined``
* :vytask:`T6131` ``(bug): Disabling openvpn interface(s) causes OSPF to fail to load on reboot``
* :vytask:`T4022` ``(feature): Add package nat-rtsp-dkms``


2024-03-22
==========

* :vytask:`T6136` ``(bug): Configuring a dynamic address group, config script did not check whether the group was created``
* :vytask:`T6130` ``(bug): [1.3.6->1.4.0-epa2 Migration] BGP "set community" missing``
* :vytask:`T6090` ``(bug): [1.3.6->1.4.0-epa1 Migration] policy route fails due tcp flag case sensitivity``
* :vytask:`T6155` ``(default): ixgbe: failed to initialize because an unsupported SFP+ module type was detected.``
* :vytask:`T6125` ``(feature): Support 802.1ad (0x88a8) vlan filtering for bridge``
* :vytask:`T5624` ``(default): Remove /etc/debian_version from the image``


2024-03-21
==========

* :vytask:`T6143` ``(feature): Increase configuration timeout range for service config-sync``


2024-03-20
==========

* :vytask:`T6133` ``(feature): Add domain-name to commit-archive``
* :vytask:`T6129` ``(feature): bgp: add route-map option "as-path exclude all"``


2024-03-19
==========

* :vytask:`T6127` ``(bug): Ability to view logs for rules with Offload not functional``
* :vytask:`T6138` ``(bug): Conntrack table op-mode fails with flowtable offload entries``


2024-03-15
==========

Expand Down Expand Up @@ -650,7 +704,6 @@
* :vytask:`T5866` ``(feature): Add op-mode command to restart IPv6 RA daemon``
* :vytask:`T5861` ``(bug): Flavor build system fails with third-party packages``
* :vytask:`T5854` ``(feature): Extend override-default script to allow embedded defaultValue settings``
* :vytask:`T5566` ``(feature): Be able to disable 802.3az/EEE (energy efficient ethernet) for a particular interface``
* :vytask:`T5792` ``(default): Upgrade ddclient 3.11.2 release``


Expand Down
Loading