Skip to content

Commit

Permalink
Github: update current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-fort authored Sep 18, 2023
1 parent 4533a8f commit 0071dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_include/vyos-1x
Submodule vyos-1x updated 43 files
+22 −0 .github/workflows/mergifyio_backport.yml
+0 −1 Makefile
+36 −0 data/templates/aws/override_aws_gwlbtun.conf.j2
+1 −0 data/templates/conntrack/sysctl.conf.j2
+1 −4 data/templates/dns-dynamic/ddclient.conf.j2
+11 −0 data/templates/firewall/nftables-offload.j2
+22 −0 data/templates/firewall/nftables.j2
+1 −1 data/templates/frr/bgpd.frr.j2
+16 −15 data/templates/frr/daemons.frr.tmpl
+1 −1 data/templates/high-availability/10-override.conf.j2
+1 −10 data/templates/openvpn/server.conf.j2
+1 −0 debian/control
+1 −0 debian/vyos-1x.preinst
+2 −2 interface-definitions/high-availability.xml.in
+11 −3 interface-definitions/include/bgp/neighbor-afi-ipv4-ipv6-common.xml.i
+47 −0 interface-definitions/include/firewall/flow-offload.xml.i
+1 −0 interface-definitions/include/firewall/global-options.xml.i
+127 −0 interface-definitions/service-aws-glb.xml.in
+6 −0 interface-definitions/system-conntrack.xml.in
+68 −16 op-mode-definitions/firewall.xml.in
+49 −0 op-mode-definitions/ntp.xml.in
+6 −0 op-mode-definitions/show-ip.xml.in
+242 −22 op-mode-definitions/show-log.xml.in
+0 −21 op-mode-definitions/show-ntp.xml.in
+3 −0 op-mode-definitions/show-techsupport_report.xml.in
+2 −1 python/vyos/template.py
+12 −0 smoketest/scripts/cli/test_firewall.py
+1 −75 smoketest/scripts/cli/test_interfaces_openvpn.py
+0 −5 smoketest/scripts/cli/test_nat.py
+1 −1 src/conf_mode/dns_dynamic.py
+28 −9 src/conf_mode/firewall.py
+1 −1 src/conf_mode/high-availability.py
+4 −3 src/conf_mode/interfaces-openvpn.py
+6 −9 src/conf_mode/nat.py
+76 −0 src/conf_mode/service_aws_glb.py
+17 −11 src/conf_mode/system-ip.py
+15 −10 src/conf_mode/system-ipv6.py
+8 −17 src/conf_mode/system_frr.py
+1 −9 src/etc/sysctl.d/30-vyos-router.conf
+9 −4 src/init/vyos-router
+62 −52 src/op_mode/firewall.py
+11 −0 src/systemd/aws-gwlbtun.service
+0 −1 src/systemd/vyos-router.service

0 comments on commit 0071dad

Please sign in to comment.