Skip to content

Commit

Permalink
Merge pull request #957 from vyos/update-dependencies-equuleus
Browse files Browse the repository at this point in the history
Github: update equuleus branch
  • Loading branch information
rebortg committed Feb 20, 2023
2 parents c8dfc89 + 45a602b commit c55ef63
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_include/vyos-1x
Submodule vyos-1x updated 31 files
+3 −3 CONTRIBUTING.md
+10 −0 data/templates/accel-ppp/config_ip_pool.j2
+8 −2 data/templates/accel-ppp/config_shaper_radius.j2
+15 −0 data/templates/accel-ppp/pppoe.config.tmpl
+1 −1 data/templates/pppoe/ip-down.script.tmpl
+1 −1 data/templates/pppoe/ip-up.script.tmpl
+1 −1 data/templates/pppoe/ipv6-up.script.tmpl
+18 −0 interface-definitions/include/accel-ppp/client-ip-pool-name.xml.i
+21 −0 interface-definitions/include/accel-ppp/shaper.xml.i
+1 −13 interface-definitions/service_ipoe-server.xml.in
+2 −0 interface-definitions/service_pppoe-server.xml.in
+14 −3 python/vyos/configverify.py
+1 −1 python/vyos/ifconfig/loopback.py
+21 −1 python/vyos/util.py
+2 −2 smoketest/scripts/cli/base_interfaces_test.py
+33 −1 smoketest/scripts/cli/test_service_pppoe-server.py
+8 −1 smoketest/scripts/cli/test_service_tftp-server.py
+1 −1 sonar-project.properties
+1 −1 src/conf_mode/dhcp_server.py
+1 −1 src/conf_mode/interfaces-openvpn.py
+1 −1 src/conf_mode/snmp.py
+1 −1 src/etc/commit/post-hooks.d/00vyos-sync
+1 −1 src/migration-scripts/interfaces/0-to-1
+2 −2 src/migration-scripts/interfaces/1-to-2
+1 −1 src/migration-scripts/interfaces/16-to-17
+1 −1 src/migration-scripts/interfaces/2-to-3
+1 −1 src/migration-scripts/interfaces/20-to-21
+1 −1 src/migration-scripts/interfaces/4-to-5
+3 −3 src/migration-scripts/snmp/0-to-1
+2 −2 src/op_mode/restart_dhcp_relay.py
+23 −2 src/tests/test_dict_search.py
25 changes: 25 additions & 0 deletions docs/changelog/1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@
_ext/releasenotes.py

2023-02-18
==========

* :vytask:`T4743` (feature): Enable IPv6 address for Dynamic DNS


2023-02-15
==========

* :vytask:`T4993` (bug): Can't delete conntrack ignore rule


2023-02-14
==========

* :vytask:`T4999` (feature): vyos.util backport dict_search_recursive
* :vytask:`T1993` (feature): Extended pppoe rate-limiter


2023-02-13
==========

* :vytask:`T4153` (bug): Monitor bandwidth-test initiate not working


2023-02-11
==========

Expand Down

0 comments on commit c55ef63

Please sign in to comment.