Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-26 | ospfv3: T4102: nssa area support both no-summary and default-originate | Christian Poessinger | |
2021-12-26 | flow-accounting: T4097: move configuration file to /run | Christian Poessinger | |
2021-12-26 | flow-accounting: T4097: bugfix removing service from CLI | Christian Poessinger | |
2021-12-26 | smoketest: flow-accounting: adjust to CLI change (source-address) | Christian Poessinger | |
2021-12-26 | http: api: T4055: add VRF support | Christian Poessinger | |
2021-12-25 | https: T1443: remove duplicate CLI definition | Christian Poessinger | |
2021-12-25 | Merge branch 't4097-flow-accounting' into current | Christian Poessinger | |
* t4097-flow-accounting: flow-accounting: T4106: support specification of capture packet length flow-accounting: T4105: drop "sflow agent-address auto" flow-accounting: T4099: rename "netflow source-ip" to source-address flow-accounting: T4097: move to get_config_dict() | |||
2021-12-25 | flow-accounting: T4106: support specification of capture packet length | Christian Poessinger | |
2021-12-25 | flow-accounting: T4105: drop "sflow agent-address auto" | Christian Poessinger | |
The implementation of the "auto" option to specify the sflow/netflow agent-address is very error prone. The current implementation will determine the IP address used for the "auto" value as follow: Get BGP router-id 1) If not found use OSPF router-id 2) If not found use OSPFv3 router-id 3) If not found use "the first IP address found on the system Well, what is the "first IP address found"? Also this changes if DHCP is in use. Also another disadvantage is when the BGP/OSPF/OSPFv3 router-id is changed, the agent-address is not updated upon the next reboot of the system. This task is about removing the "auto" keyword from the CLI at all and make it either entirely configurable by the user and hardcode the value in CLI, or not use this at all. If "auto" is specified we will query the system in the above order and set the proper router-id in the CLI. If none can be found the CLI node is removed. | |||
2021-12-25 | flow-accounting: T4099: rename "netflow source-ip" to source-address | Christian Poessinger | |
sFlow uses the source-address CLI node and netflow uses source-ip this is just confusing and should be synced to the common source-address CLI node. | |||
2021-12-25 | flow-accounting: T4097: move to get_config_dict() | Christian Poessinger | |
2021-12-25 | Merge pull request #1115 from sever-sever/T4081 | Christian Poessinger | |
keepalived: T4081: Fix health-checking when syn-group is used | |||
2021-12-25 | ospfv3: T4102: add support for NSSA area-type | Christian Poessinger | |
2021-12-25 | op-mode: ospfv3: T4095: add missing VRF commands | Christian Poessinger | |
2021-12-24 | smoketest: ospf: enable FRR debugging | Christian Poessinger | |
2021-12-24 | smoketest: flow-accounting: add sflow and netflow testcases | Christian Poessinger | |
2021-12-23 | Merge pull request #1119 from sever-sever/T3854 | Christian Poessinger | |
conntrack-sync: T3854: Add missed statistics for op-mode | |||
2021-12-23 | conntrack-sync: T3854: Add missed statistics for op-mode | Viacheslav | |
After rewriting conntrack-sync to XML/python part of op-mode parameters was missed Add "status" and "statistics" for conntrack-sync | |||
2021-12-21 | Merge pull request #1117 from sever-sever/T4056 | Christian Poessinger | |
interface: T4056: Fix unexpected delete tc qdisc | |||
2021-12-21 | interface: T4056: Fix unexpected delete tc qdisc | Viacheslav | |
Traffic-policy rules are generated by old Perl code This commit prevents to unexpected override this code by python. | |||
2021-12-21 | keepalived: T4081: Fix health-checking when syn-group is used | Viacheslav | |
If health-check scripts are used in vrrp group and vrrp group is membmer of sync-group, then health-check scripts should be part of the section "vrrp_sync_group". In other case the health-scripts won't work anymore. | |||
2021-12-21 | Merge pull request #1114 from sever-sever/T3435-nat | Christian Poessinger | |
nat: T3435: Fix for op-mode concatenate str | |||
2021-12-21 | nat: T3435: Fix for op-mode concatenate str | Viacheslav | |
Can only concatenate str (not "int") to str | |||
2021-12-20 | Merge pull request #1113 from srividya0208/T4088 | Christian Poessinger | |
T4088: login banner: Typo in completion help of banner types | |||
2021-12-20 | T4088: login banner: Typo in completion help of banner types | srividya0208 | |
There is typo in the completion help when this command "set sys login banner" executed, Changed the completion help to a proper one. | |||
2021-12-19 | Merge pull request #1112 from srividya0208/T4070 | Christian Poessinger | |
T4070: natv4: Add "any" for inbound-interface list | |||
2021-12-19 | T4070: natv4: Add "any" for inbound-interface list | srividya0208 | |
"any" was missing from the interface list which will be useful to indicate any interface. | |||
2021-12-19 | vxlan: T3700: add support for Generic Protocol extension (VXLAN-GPE) | Christian Poessinger | |
2021-12-19 | T4084: dehardcode the post-login banner | Daniil Baturin | |
2021-12-17 | Merge pull request #1103 from zdc/T3774-sagitta | Christian Poessinger | |
logs: T3774: Added CLI options to control atop logs rotation | |||
2021-12-17 | logs: T3774: Optimization for logrotate configs | zsdc | |
* Added proper handling of default values from CLI. * Replaced rsyslog restart postrotate action to native `rsyslog-rotate` script. * Removed unnecessary checks for `None` instead `dict` - with default values the situation becomes impossible. * Fixed default value from 10 to 1 in the rsyslog CLI. | |||
2021-12-17 | Merge pull request #1111 from devon-mar/restart-ldpd | Daniil Baturin | |
frr: T4082: Add restart ldp command | |||
2021-12-16 | Add restart ldp command | Devon Mar | |
2021-12-16 | Merge pull request #1109 from erkin/current | Daniil Baturin | |
remote: T3356: Remove incomplete HTTP upload progressbar support | |||
2021-12-16 | Merge pull request #1107 from erkin/current | Daniil Baturin | |
remote: T4037: Report the final URL when following redirects | |||
2021-12-16 | remote: T3356: Remove incomplete HTTP upload progressbar support | erkin | |
2021-12-16 | Merge branch 'vyos:current' into current | Lulu Cathrinus Grimalkin | |
2021-12-16 | Merge branch 'current' of https://github.com/erkin/vyos-1x into current | erkin | |
2021-12-16 | remote: T4037: Report the final URL when following redirects | erkin | |
2021-12-15 | http-api: T4076: allow setting CORS option 'Access-Control-Allow-Origin' | John Estabrook | |
2021-12-15 | op-mode: T4073: drop "show protocols bfd" in favour of "show bfd" | Christian Poessinger | |
2021-12-15 | op-mode: bfd: T4073: "show protocols bfd peer <ip>" returned invalid session ↵ | Christian Poessinger | |
data Due to the AWK regex pattern data from a different peer was returned as the first match was shown. | |||
2021-12-13 | op-mode: BGP wide option is not availbale for L2VPN/EVPN AFI | Christian Poessinger | |
2021-12-13 | op-mode: xml: refactor "show ip(v6) route" to use #include building blocks | Christian Poessinger | |
This change then adds supper to filter for given route types under a VRF instance. You will have "show ip route bgp" in the global VRF and "show ip route vrf red bgp" in the red VRF. Same commands apply to IPv6 routes. | |||
2021-12-13 | logs: T3774: Added new CLI item | zsdc | |
Added the ability to control the `/var/log/messages` rotation. Renamed the option `maxsize` to `max-size`. | |||
2021-12-13 | Merge pull request #1105 from jestabro/uds | John Estabrook | |
http-api: T4071: allow API to bind to unix domain socket | |||
2021-12-13 | logs: T3774: Improved logs config rendering | zsdc | |
Switched to `vyos.util.dict_search()` to keep the style common with the rest components. Removed config file comparison - almost the same result may be reached by removing a configuration file with each boot, we already have such a feature in the `vyos-router`. | |||
2021-12-13 | http-api: T4071: allow API to bind to unix domain socket | John Estabrook | |
2021-12-13 | Merge pull request #1104 from jestabro/configd_init-smoketest | Christian Poessinger | |
configd: T2582: add smoketest for vyos-configd initialization | |||
2021-12-13 | configd: T2582: add smoketest for vyos-configd initialization | John Estabrook | |