Skip to content

Commit

Permalink
Merge pull request #483 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 Mar 22, 2021
2 parents a8e81d2 + cd68ff6 commit 60e8db5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_include/vyos-1x
Submodule vyos-1x updated 54 files
+1 −7 Makefile
+1 −1 data/templates/dhcp-client/daemon-options.tmpl
+0 −5 debian/rules
+12 −0 interface-definitions/include/dhcp-options.xml.i
+0 −8 interface-definitions/include/interface/interface-xdp.xml.i
+4 −3 interface-definitions/include/interface/ipv6-address-eui64.xml.i
+1 −1 interface-definitions/protocols-isis.xml.in
+1 −0 interface-definitions/protocols-rip.xml.in
+0 −6 op-mode-definitions/show-interfaces-bonding.xml.in
+0 −6 op-mode-definitions/show-interfaces-ethernet.xml.in
+4 −5 op-mode-definitions/show-ntp.xml.in
+4 −30 python/vyos/ifconfig/interface.py
+0 −6 src/conf_mode/interfaces-ethernet.py
+18 −7 src/conf_mode/system_console.py
+21 −11 src/etc/dhcp/dhclient-enter-hooks.d/03-vyos-ipwrapper
+6 −2 src/etc/dhcp/dhclient-exit-hooks.d/01-vyos-cleanup
+11 −0 src/etc/udev/rules.d/99-vyos-wwan.rules
+38 −0 src/op_mode/show_ntp.sh
+0 −7 src/op_mode/show_xdp_stats.sh
+42 −14 src/services/vyos-configd
+13 −6 src/validators/interface-name
+16 −0 src/validators/ipv6-eui64-prefix
+0 −5 src/xdp/.gitignore
+0 −12 src/xdp/Makefile
+0 −23 src/xdp/common/Makefile
+0 −8 src/xdp/common/README.org
+0 −103 src/xdp/common/common.mk
+0 −38 src/xdp/common/common_defines.h
+0 −162 src/xdp/common/common_libbpf.c
+0 −24 src/xdp/common/common_libbpf.h
+0 −197 src/xdp/common/common_params.c
+0 −22 src/xdp/common/common_params.h
+0 −380 src/xdp/common/common_user_bpf_xdp.c
+0 −20 src/xdp/common/common_user_bpf_xdp.h
+0 −244 src/xdp/common/parsing_helpers.h
+0 −144 src/xdp/common/rewrite_helpers.h
+0 −44 src/xdp/common/xdp_stats_kern.h
+0 −19 src/xdp/common/xdp_stats_kern_user.h
+0 −58 src/xdp/include/bpf_endian.h
+0 −38 src/xdp/include/bpf_legacy.h
+0 −61 src/xdp/include/bpf_util.h
+0 −172 src/xdp/include/jhash.h
+0 −3,278 src/xdp/include/linux/bpf.h
+0 −33 src/xdp/include/linux/err.h
+0 −1,025 src/xdp/include/linux/if_link.h
+0 −108 src/xdp/include/linux/if_xdp.h
+0 −77 src/xdp/include/perf-sys.h
+0 −11 src/xdp/utils/Makefile
+ src/xdp/utils/xdp_loader
+0 −165 src/xdp/utils/xdp_loader.c
+ src/xdp/utils/xdp_stats
+0 −298 src/xdp/utils/xdp_stats.c
+0 −343 src/xdp/xdp_prog_kern.c
+0 −182 src/xdp/xdp_prog_user.c
34 changes: 31 additions & 3 deletions docs/changelog/1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,39 @@
_ext/releasenotes.py

2021-03-14
2021-03-21
==========

* :vytask:`T3416` (bug): NTP: when running inside a VRF op-mode commands do not work


2021-03-20
==========

* :vytask:`T3395` (bug): WAN load-balancing fails with nexthop dhcp
* :vytask:`T3289` (bug): No description for node "service" conf-mode
* :vytask:`T3392` (bug): vrrp over dhcp default route bug (unexpected vrf)
* :vytask:`T3373` (feature): Upgrade to SaltStack version 3002.5
* :vytask:`T3329` (default): "system conntrack ignore" rules can no longer be created due to an iptables syntax change
* :vytask:`T3300` (feature): Add DHCP default route distance
* :vytask:`T3306` (feature): Extend set route-map aggregator as to 4 Bytes


2021-03-18
==========

* :vytask:`T3411` (default): Extend the redirect_stdout context manager in vyos-configd to redirect stdout from subprocesses
* :vytask:`T3271` (bug): qemu-kvm grub issue


2021-03-17
==========

* :vytask:`T3413` (bug): Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton"


2021-03-14
==========

* :vytask:`T2271` (feature): OSPF: add per VRF instance support
* :vytask:`T175` (feature): Add source route option to vti interface

Expand Down Expand Up @@ -145,7 +173,7 @@
2021-02-16
==========

* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.105 / 5.10.23
* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.106 / 5.10.24


2021-02-14
Expand Down

0 comments on commit 60e8db5

Please sign in to comment.