Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-23 | bgp: T4314: add missing check to migration script | John Estabrook | |
2022-03-23 | l2tpv3: T1923: remove duplicate mtu include | Christian Poessinger | |
2022-03-22 | Merge pull request #1252 from dmbaturin/T4313 | Christian Poessinger | |
T4313: handle exceptions in the "generate public-key-command" script | |||
2022-03-22 | T4313: handle exceptions in the "generate public-key-command" script | Daniil Baturin | |
2022-03-22 | qos: T4284: delete traffic-policy CLI path via Makefile | Christian Poessinger | |
Implementation is still work in progress, as such the CLI XML definitions are published but the Python code does not work. In this case we must ensure XML backed node.def files are deleted after generation so they do not conflict with the current vyatta-cfg-qos implementation. | |||
2022-03-21 | qos: T4284: initial XML interface definitions for rewrite | Christian Poessinger | |
2022-03-21 | mirror: T3089: add verify_mirror() also for bond and bridge interfaces | Christian Poessinger | |
2022-03-20 | Merge pull request #1250 from fett0/T4304 | Christian Poessinger | |
OSPF : T4304: Set import/export filter inter-area prefix | |||
2022-03-19 | smoketest: Verify export-list rule to ospf-area | fett0 | |
2022-03-18 | OSPF : T4304: add check access-list is defined | fett0 | |
2022-03-17 | OSPF : T4304: Set import/export filter inter-area prefix | fett0 | |
2022-03-16 | frr: T4302: fix Jinja2 template to match new FRR syntax | Christian Poessinger | |
According to a wrong bug [1] there is no longer a vrf suffix available for interfaces. This got changed in [2] which no longer print vrf name for interface config when using vrf-lite. 1: https://github.com/FRRouting/frr/issues/10805 2: https://github.com/FRRouting/frr/pull/10411 | |||
2022-03-16 | smoketest: remove failfast=True from certian tests | Christian Poessinger | |
2022-03-15 | Merge pull request #1249 from zdc/T4301-sagitta | Christian Poessinger | |
bonding: T4301: Fixed arp-monitor option | |||
2022-03-15 | frr: T4302: upgrade to version 8.2 | Christian Poessinger | |
2022-03-15 | bonding: T4301: Fixed arp-monitor option | zsdc | |
In verify function for arp-monitor option was used by mistake an extra conversion for incoming data before comparing items. This commit removed these unnecessary conversions and makes the option operable. | |||
2022-03-14 | Merge pull request #1247 from nicolas-fort/T4286 | Christian Poessinger | |
Firewall: T4286: Correct ipv6-range validator | |||
2022-03-12 | Firewall: T4286: Correct ipv6-range validator | Nicolas Fort | |
2022-03-12 | Merge branch 'T2493-nexthop-unchanged' of https://github.com/plett/vyos-1x ↵ | Christian Poessinger | |
into current * 'T2493-nexthop-unchanged' of https://github.com/plett/vyos-1x: policy: T2493 ip-next-hop unchanged & peer-address | |||
2022-03-12 | Merge pull request #1241 from zdc/T4250-sagitta | Christian Poessinger | |
logrotate: T4250: Fixed logrotate config generation | |||
2022-03-12 | Merge pull request #1246 from sever-sever/T4265 | Christian Poessinger | |
bgp: T4265: Add op-mode for bgp flowspec routes | |||
2022-03-11 | bgp: T4265: Add op-mode for bgp flowspec routes | Viacheslav Hletenko | |
2022-03-11 | Merge pull request #1245 from dberlin/patch-1 | Christian Poessinger | |
[Ethtool] T4297: Update drivers supporting speed/flow/duplex | |||
2022-03-11 | [Ethtool] T4297: Update drivers supporting speed/flow/duplex | Daniel Berlin | |
The iavf, ice, and i40e drivers do not support speed, flow, or duplex control using ethtool. As a result, interface configuration changes fail to commit when using those drivers. This patch fixes that by correctly marking those drivers as not supporting those controls. | |||
2022-03-10 | Revert "component_version: T4291: consolidate read/write functions" | John Estabrook | |
This reverts commit 534f677d36285863decb2cdff179687b4fd690cb. Revert while investigating failure in vyos-configtest. | |||
2022-03-10 | Revert "save-config: T4292: rewrite vyatta-save-config.pl to Python" | John Estabrook | |
This reverts commit c4d389488970c8510200cac96a67182e9333b891. Revert while investigating failure in vyos-configtest. | |||
2022-03-10 | Revert "load-config: T4295: use config_tree instead of legacy loadFile" | John Estabrook | |
This reverts commit 2a4b45ba7fa4dabf7e592f499cfb06a7ae38cdea. Revert while investigating failure in vyos-configtest. | |||
2022-03-09 | policy: T2493 ip-next-hop unchanged & peer-address | Paul Lettington | |
Also add ipv6-next-hop peer-address | |||
2022-03-09 | load-config: T4295: use config_tree instead of legacy loadFile | John Estabrook | |
2022-03-08 | save-config: T4292: rewrite vyatta-save-config.pl to Python | John Estabrook | |
2022-03-08 | component_version: T4291: consolidate read/write functions | John Estabrook | |
2022-03-07 | Merge pull request #1240 from srividya0208/T4275 | Christian Poessinger | |
ipsec prefix: T4275: Fix for prefix val_help of remote-access and s2s vpn | |||
2022-03-07 | logrotate: T4250: Fixed logrotate config generation | zsdc | |
* Removed `/var/log/auth.log` and `/var/log/messages` from `/etc/logrotate.d/rsyslog`, because they conflict with VyOS-controlled items what leads to service error. * Removed generation config file for `/var/log/messages` from `system-syslog.py` - this should be done from `syslom logs` now. * Generate each logfile from `system syslog file` to a dedicated logrotate config file. * Fixed logrotate config file names in `/etc/rsyslog.d/vyos-rsyslog.conf`. * Added default logrotate settins for `/var/log/messages` | |||
2022-03-07 | ipsec prefix: T4275: Fix for prefix val_help of remote-access and s2s vpn | srividya0208 | |
It accepts network as the input value but the completion help is showing ip address, continuation of previous commit | |||
2022-03-06 | smoketest: config: add "recent" firewall rule to dialup-router | Christian Poessinger | |
2022-03-05 | flow-accounting: T4277: delete Debian common configs | Christian Poessinger | |
2022-03-05 | conntrackd: T4259: fix daemon configuration path | Christian Poessinger | |
2022-03-05 | conntrackd: T4259: prevent startup of multiple daemon instances | Christian Poessinger | |
2022-03-04 | op-mode: lldp: T3999: bugfix cap' referenced before assignment | Christian Poessinger | |
2022-03-04 | interface: T4203: bugfix Q-in-Q interface parsing | Christian Poessinger | |
Commit 0e23fc10 ("interface: T4203: switch to new recursive node_changed() implementation") switched to a new implementation to retrieve nested changes under a CLI node. Unfortunately the new API was not called - instead the old one was used. | |||
2022-03-03 | static: T4283: support "reject" routes - emit an ICMP unreachable when matched | Christian Poessinger | |
2022-03-03 | static: T4283: create re-usable XML interface definitions for blackhole | Christian Poessinger | |
2022-03-03 | static: T4283: fix help string for route/route6 | Christian Poessinger | |
2022-03-03 | interface: T4203: switch to new recursive node_changed() implementation | Christian Poessinger | |
2022-03-03 | Merge pull request #1239 from jestabro/recursive-diff | John Estabrook | |
configdiff: T4260: add support for diff_tree class | |||
2022-03-02 | configdiff: T4260: add support for diff_tree class | John Estabrook | |
Add support for the configtree diff algorithm. A new function ConfigDiff().is_node_changed(path) -> bool is added to recursively detect changes in the tree below the node at path; existing functions take the keyword argument 'recursive: bool' to apply the algorithm in place of the existing, non-recursive, comparison. | |||
2022-03-01 | Merge pull request #1238 from jestabro/delete-tree | John Estabrook | |
T4235: changes to interface of diff_tree class | |||
2022-03-01 | flow-accounting: T4277: support sending flow-data via VRF interface | Christian Poessinger | |
It should be possible to send the gathered data via a VRF bound interface to the collector. This is somehow related to T3981 but it's the opposite side of the netflow process. set system flow-accounting vrf <name> | |||
2022-02-28 | Merge pull request #1237 from srividya0208/T4275 | Christian Poessinger | |
ipsec prefix: T4275: Incorrect val_help for local/remote prefix in site-to-site ipsec vpn | |||
2022-02-28 | configtree: T4235: distinguish sub(-tract) tree from delete tree | John Estabrook | |
The DiffTree class maintains both the 'sub'(-tract) configtree, containing all paths in the LHS of the comparison that are not in the RHS, and the 'delete' configtree: the delete tree is the minimal subtree containing only the first node of a path not present in the RHS. It is the delete tree that is needed to produce 'delete' commands for config mode, whereas the 'sub' tree contains full information, needed for recursively detecting changes to a node. |