Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-03 | firewall-bridge: T4193: Add op-mode for firewall policy | Viacheslav Hletenko | |
2021-09-02 | Makefile: remove vpn/ipsec/node.def file as it's empty | Christian Poessinger | |
Commit 8d47a10b ("nipsec: T3093: Delete temporarily generated code") removed the new IPSec implementation, but it also dropped a required file from the Makefile. The node.def file is already shipped in vyatta-cfg-vpn and thus must be removed. | |||
2021-09-02 | nipsec: T3093: Delete temporarily generated code | Viacheslav | |
This code was generated before to rewrite IPSec to XML style And this was rewriten/fixed and used in the next 1.4 releases So we realy don't need it in 1.3 as we use old nodes for it. | |||
2021-08-26 | nat: T3781: do not ship the nftables implementation - fallback to vyatta-nat | Christian Poessinger | |
Migrate back to old iptables NAT implementation as we can not use nft which requires Kernel 5.10 for proper prefix translation support. Kernel 5.10 unfortunately breaks with Intel QAT :( | |||
2021-08-23 | Makefile: T3165: do not allow empty node.def files for op-mode commands | Christian Poessinger | |
Commit 99440fc0 ("Makefile: fix logic to detect empty "node.def" files") disabled the detection of empty node.def files for op-mode commands. The generation of a duplicate and thus empty node.def file is not prohibited by commit 17b5ac14 ("T3165: op-mode: prevent override of populated node.def file with empty content") and thus the check is re-enabled! (cherry picked from commit e99cdf40c72dec8b9019eca728aaad0f82c6030b) | |||
2021-08-19 | T3768: Revert "xml: T1962: Add script to process syntaxVersion tags during ↵ | John Estabrook | |
build" This reverts commit 0ecc2c26f7ac939e4e23c14f5027ac7592c25761. | |||
2021-07-23 | vyos-1x-vmware: T3681: don't bytecompile ether-resume.py | Yun Zheng Hu | |
Exclude /vmware-tools/scripts/ from bytecompilation to avoid the `__pycache__` directory being created. | |||
2021-06-08 | T3170: check if any generated node.def file is empty | Christian Poessinger | |
2021-03-14 | xdp: T2666: remove entire XDP code for 1.3 LTS image | Christian Poessinger | |
This is an extension to commit 801c5235 ("xdp: T2666: disable this highly experimental feature in 1.3 LTS") by dropping all XDP references in the equuleus codebase. | |||
2021-02-03 | xml: T2910: add override script to Makefile | John Estabrook | |
(cherry picked from commit dd89255dcc82e315d6106936a97b8c0be360519b) | |||
2021-01-10 | xml: op-mode: add preprocessor support as known from configuration mode | Christian Poessinger | |
2021-01-04 | op-mode: T3178: add basic "show ipv6 ospfv3" commands | Christian Poessinger | |
- show ipv6 ospfv3 area - show ipv6 ospfv3 border-routers - show ipv6 ospfv3 interface - show ipv6 ospfv3 linkstate - show ipv6 ospfv3 neighbor - show ipv6 ospfv3 redistribute - show ipv6 ospfv3 route | |||
2021-01-02 | op-mode: T3178: add "show ipv6 route" commands | Christian Poessinger | |
2021-01-02 | op-mode: T3178: add "show ipv6 access-list|ripng" commands | Christian Poessinger | |
2020-12-29 | bgp: T3158: op-mode: move show ipv6 bgp to new XML format | Jan-Philipp Benecke | |
2020-12-19 | xdp: T2666: switch to example code provided by xdp-tutorial | Christian Poessinger | |
2020-12-17 | xdp: T2666: initial XDP (generic mode) forwarding support | Christian Poessinger | |
The CLI command 'set interfaces ethernet <interface> offload-options xdp" enables the XDP generic mode on the given interface. vyos@vyos:~$ show interfaces ethernet eth1 eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 xdpgeneric/id:151 qdisc mq state DOWN group default qlen 1000 link/ether 00:50:56:bf:ef:aa brd ff:ff:ff:ff:ff:ff inet6 fe80::250:56ff:febf:efaa/64 scope link tentative valid_lft forever preferred_lft forever Description: fooa XDP code is thankfully copied from [1], thank you for this nice tutorial. NOTE: this is an experimental feature which might break your forwarding/filtering. [1]: https://medium.com/swlh/building-a-xdp-express-data-path-based-peering-router-20db4995da66 | |||
2020-12-10 | vti: T3123: Fix missed ip-ipv6 node options | Viacheslav Hletenko | |
2020-12-04 | Makefile: fix comment | Christian Poessinger | |
2020-12-04 | vyos.ifconfig: T1579: migrate "ip source-validation" option from ↵ | Christian Poessinger | |
vyatta-cfg-quagga | |||
2020-12-01 | vpn: ipsec: T3093: add XML for vpn ipsec conf-mode | Viacheslav Hletenko | |
2020-11-30 | Merge pull request #612 from sever-sever/T1316 | Daniil Baturin | |
frr-isis: T1316: Add new routing feature ISIS | |||
2020-11-30 | frr-is-is: T1316: Add new routing feature IS-IS | sever-sever | |
2020-11-22 | op-mode: add "restart" tree | Christian Poessinger | |
2020-11-20 | Merge pull request #614 from sever-sever/T439 | Christian Poessinger | |
policy-conf: T439: Add policy local-route PBR | |||
2020-11-20 | policy-conf: T439: Add policy local-route PBR | sever-sever | |
2020-11-20 | Makefile: T2653: remove ipv6 wireguard node | Christian Poessinger | |
2020-11-07 | l2tpv3: T2653: include common "ip" interface options | Christian Poessinger | |
2020-08-31 | configd: T2582: add shim as config daemon client | John Estabrook | |
2020-08-03 | op-mode: ping: T1600: initial XML implementation | Christian Poessinger | |
2020-08-01 | Makefile: remove add/node.def file to not break builds | Christian Poessinger | |
2020-07-27 | op-mode: T1117: Add show ipv6 bgp route-map | sever-sever | |
2020-06-24 | Makefile: T2633: remove "tunnel/ip/node.def" | Christian Poessinger | |
2020-06-24 | Revert "tunnel: T2633: undelete interfaces ip/node.def files" | Christian Poessinger | |
This reverts commit 45c81add25e71230f1aa20ed0971a9ce061f33ec. | |||
2020-06-24 | tunnel: T2633: undelete interfaces ip/node.def files | Christian Poessinger | |
2020-06-22 | rip: T2547: rewriten implementation in Python and XML | Viacheslav Hletenko | |
2020-06-11 | Add a make target for converting compact RelaxNG schemas to XML. | Daniil Baturin | |
2020-06-07 | Makefile: remove new XML implementations for bgp, rip, isis | Christian Poessinger | |
Commit 886a986a122e ("isis: T2495: exclude generated nodes from package") missed calling rm -rf, instead only rm -f was called leaving the directory intact. | |||
2020-06-06 | isis: T2495: exclude generated nodes from package | Christian Poessinger | |
Python developers can just comment the line. | |||
2020-06-05 | Merge pull request #441 from sever-sever/xml-conf-rip | Christian Poessinger | |
rip-xml: T2547: XML for conf-mode protocol RIP | |||
2020-06-04 | rip-xml: T2547: XML for conf-mode protocol RIP | sever-sever | |
2020-06-03 | T2546: fix "show log" command - restore node.def | Christian Poessinger | |
2020-06-01 | Makefile: T2536: remove node.def files currently breaking builds | Christian Poessinger | |
2020-05-26 | [op-mode]: T2512: Fix Make file | sever-sever | |
2020-05-19 | bgp: T2387: rename new implementation else system will not boot | Christian Poessinger | |
It is not possible to simply remove the node.def file in a tag node. Rather rename the tag node to take it out of order by default. Upcoming BGP developers simply need to remove this line in the Makefile added by the commit. | |||
2020-05-19 | Merge pull request #378 from sever-sever/bgp-xml-conf | Christian Poessinger | |
bgp-xml: T2387:Commands in XML for [conf_mode] bgp | |||
2020-05-19 | bgp-xml: T2387:Commands in XML for [conf_mode] bgp | sever-sever | |
2020-05-08 | T2436: Adding offline python compile to fetch syntax faults | Runar Borge | |
In the past there have been quite a few tickets regarding python syntax errors on scripts rewritten to python. To make a quickfix on some of these faults we could make a Jenkins step that executes: python3 -m compileall -q . to do a offline compile of the python files. | |||
2020-03-28 | wwan: T1988: Makefile: remove ipv6 node.def file already present in ↵ | Christian Poessinger | |
vyatta-cfg-quagga | |||
2020-03-28 | ipv6: T1831: use integers over bool in interface configuration | Christian Poessinger | |