Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-29 | xml: T5403: fix installation of xml cache | John Estabrook | |
2023-07-29 | vpp: T1797: change dependency to amd64 builds only | Christian Breunig | |
2023-07-28 | Merge pull request #2116 from jestabro/user-def | John Estabrook | |
xml: T5403: add support for supplemental xml cache | |||
2023-07-28 | configtree: T5316: use single-pass to drop trim function | John Estabrook | |
2023-07-27 | T5411: add additional monitor log targets | Christian Breunig | |
2023-07-27 | Merge pull request #2105 from sever-sever/T5368 | Daniil Baturin | |
T5368: service ids ddos-protection add support sflow mode | |||
2023-07-27 | Merge pull request #2114 from srividya0208/T5252 | Christian Breunig | |
T5127: vpnv4/v6 : warning for router-id | |||
2023-07-27 | xml: T5403: add support for supplemental xml cache | John Estabrook | |
2023-07-27 | T5127: vpnv4/vpnv6 : warning for router-id | srividya0208 | |
2023-07-27 | wwan: T3795: remove superfluous call to set_level() | Christian Breunig | |
2023-07-27 | openvpn: T4974: move CLI node "enable-dco" -> "offload dco" to match other ↵ | Christian Breunig | |
inetfaces Keep a common CLI structure by re-using the already established offload node from ethernet. | |||
2023-07-27 | openvpn: T4974: restructure get_config() | Christian Breunig | |
Preparation to make the code flow look more intuitive and add room to add parsing of additional OpenVPN interfaces for DCO module load. | |||
2023-07-26 | openvpn: T4974: dynamically load/unload kernel module | Christian Breunig | |
2023-07-26 | openvpn: T4974: do not automatically load the DCO module | Christian Breunig | |
Module should be loaded/unloaded on demand. | |||
2023-07-26 | Merge pull request #2078 from nicolas-fort/T5154 | Viacheslav Hletenko | |
T5154: NTP: allow maximum of one ipv4 and one ipv6 address on paramet… | |||
2023-07-26 | Merge pull request #2112 from Apachez-/T5399 | Christian Breunig | |
T5399: VRF-support for show ntp | |||
2023-07-26 | T5399: VRF-support for show ntp | Apachez | |
2023-07-25 | Merge pull request #2110 from jvoss/frr_static_interface_mangle | Christian Breunig | |
static: T5398: do not mangle interface names in FRR | |||
2023-07-25 | static: T5398: do not mangle interface names in FRR | Jonathan Voss | |
2023-07-25 | container: T5365: ensure container mogration systemd steps are run with sudo | Christian Breunig | |
2023-07-25 | Merge pull request #2109 from zdc/T4412-sagitta | Christian Breunig | |
remote: T4412: Improved error handling for uploads/downloads | |||
2023-07-25 | remote: T4412: Improved error handling for uploads/downloads | zsdc | |
- added ability to set a timeout, with default value 10s - added exceptions handling to show nicer messages for users - denied to use untrusted SSH hosts in non-interactive mode | |||
2023-07-25 | T5154: NTP: allow maximum of one ipv4 and one ipv6 address on parameter ↵ | Nicolas Fort | |
<listen-address>. Also allow only one single value <interface>. | |||
2023-07-22 | Merge pull request #1511 from jack9603301/T4659 | Christian Breunig | |
T4659: op-mode: Display bridge interface details | |||
2023-07-22 | smoketest: T4947: check for OpenVPN DCO Kernel module | Christian Breunig | |
2023-07-22 | Revert "Debian: T4974: add openvpn-dco dependency" | Christian Breunig | |
This reverts commit 9f7b51370732606611253e2e6a16692bf706659b. | |||
2023-07-22 | Merge pull request #2100 from nicolas-fort/T4889 | Christian Breunig | |
T4889: NAT Redirect: adddestination nat redirection (to local host) feature. | |||
2023-07-22 | Merge pull request #2107 from fett0/T4974 | Christian Breunig | |
T4974:add/fixed enable ovpn-dco by default | |||
2023-07-22 | Merge pull request #2104 from c-po/t5377-ospf-gr | Christian Breunig | |
ospf: T5377: add graceful restart FRR feature (RFC 3623) | |||
2023-07-21 | T4974:add/fixed enable ovpn-dco by default | fett0 | |
2023-07-21 | login: T5363: keep home when user is deleted | Christian Breunig | |
Comply with the code comment and not remove the users home directory. This also fixes the issue that user homes get cleaned on system reboot | |||
2023-07-21 | ospf: T5377: add "capability opaque" support | Christian Breunig | |
2023-07-21 | ospf: T5377: add op-mode commands to display GR status | Christian Breunig | |
2023-07-21 | T5368: service ids ddos-protection add support sflow mode | Viacheslav Hletenko | |
sFlow mode requires fewer resources then mode "mirror" Integrate it into configuration mode set service ids ddos-protection mode 'sflow' set service ids ddos-protection sflow listen-address '127.0.0.1' set service ids ddos-protection sflow port '6343' | |||
2023-07-21 | T4659: op-mode: Display bridge interface detail | jack9603301 | |
2023-07-20 | smoketest: remove failfast=True on unittest startup | Christian Breunig | |
2023-07-20 | vscode: identify j2 als Jinja | Christian Breunig | |
2023-07-20 | ospf: T5377: add graceful restart FRR feature (RFC 3623) | Christian Breunig | |
New CLI commands: * set protocols ospf graceful-restart grace-period 300 * set protocols ospf graceful-restart helper planned-only * set protocols ospf graceful-restart helper no-strict-lsa-checking * set protocols ospf graceful-restart helper supported-grace-time 400 * set protocols ospf graceful-restart helper enable router-id 192.0.2.1 * set protocols ospf graceful-restart helper enable router-id 192.0.2.2 * set protocols ospfv3 graceful-restart grace-period 300 * set protocols ospfv3 graceful-restart helper planned-only * set protocols ospfv3 graceful-restart helper lsa-check-disable * set protocols ospfv3 graceful-restart helper supported-grace-time 400 * set protocols ospfv3 graceful-restart helper enable router-id 192.0.2.1 * set protocols ospfv3 graceful-restart helper enable router-id 192.0.2.2 | |||
2023-07-20 | config: T5228: add missing check of args | John Estabrook | |
2023-07-20 | xml: T5345: replace dropped shift, necessary for compatability of args | John Estabrook | |
The fix for T5345 dropped a necessary adjusment in the case of get_first_key=False. | |||
2023-07-20 | Merge pull request #2103 from aapostoliuk/T5328-sagitta | Christian Breunig | |
bgp: T5328: Fixed verifying peer without AFI. | |||
2023-07-20 | vscode: specify additional common settings for languag association and indention | Christian Breunig | |
- add language file association (xml.i, xml.in -> XML) - add Jinja2 indention | |||
2023-07-20 | bgp: T5328: Fixed verifying peer without AFI. | aapostoliuk | |
Fixed verifying peer without AFI, if the peer is interface. | |||
2023-07-20 | Merge pull request #2102 from sever-sever/T5373 | Christian Breunig | |
T5373: LLDP is running even with disable option bug | |||
2023-07-20 | T5373: LLDP is running even with disable option bug | Viacheslav Hletenko | |
Fix template do not add interfaces with 'disable' option to the lldp.conf | |||
2023-07-19 | Merge pull request #2099 from aapostoliuk/T5362-sagitta | Christian Breunig | |
high-availability: T5362: Fixed setting vrrp version | |||
2023-07-19 | T4899: NAT Redirect: adddestination nat redirection (to local host) feature. | Nicolas Fort | |
2023-07-19 | high-availability: T5362: Fixed setting vrrp version | aapostoliuk | |
Fixed setting vrrp version | |||
2023-07-19 | Merge pull request #2095 from srividya0208/T5361 | Christian Breunig | |
T5361:op_cmd monitor log vrrp: doesn't show last lines | |||
2023-07-19 | Merge pull request #2096 from nicolas-fort/T4497 | Christian Breunig | |
T4497: ping: andd option to force ipv4 or ipv6 (-4 | -6) |