summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-07-02T5048: QoS do not add prio if it is already in tc commandViacheslav Hletenko
2023-07-02T5048: QoS index priority should be used only for shaperViacheslav Hletenko
2023-07-01T5302: QoS fix class with multiple matches generate one ruleViacheslav Hletenko
2023-07-01T5295: QoS fix policy limiter tc filter rate limitViacheslav Hletenko
2023-06-29Merge pull request #2059 from sever-sever/T1797-vppChristian Breunig
2023-06-29VPP: T1797: Optimized interfaces add/removezsdc
2023-06-28T5320: check if unsaved commits are due to boot config errorJohn Estabrook
2023-06-28VPP: T1797: Improved VPP supportzsdc
2023-06-27VPP: T1797: Improved PCI address searchzsdc
2023-06-27VPP: T1797: Replaced CLI with APIzsdc
2023-06-27T1797: Add initial vpp configurationViacheslav Hletenko
2023-06-25bcast-relay: T5313: verify() relay interfaces have IPv4 address configuredChristian Breunig
2023-06-24Merge pull request #2010 from jestabro/revise-config-dictJohn Estabrook
2023-06-22vyos.configverify: T5308: fix typo revealed by tagnode aware defaultsJohn Estabrook
2023-06-22vyos.configdict: T5308: remove T2665 workarounds in get_interface_dictJohn Estabrook
2023-06-22config: T5228: add get_config_defaults options to match get_config_dictJohn Estabrook
2023-06-22config: T5228: add arg with_defaults to get_config_dictJohn Estabrook
2023-06-22config: T5228: use local _dict_merge to avoid circular importJohn Estabrook
2023-06-22xml: T5218: fix error and simplify logic in recursive optionJohn Estabrook
2023-06-20vyos.util: T5300: check_port_availability: return False iff EADDRINUSEJohn Estabrook
2023-06-18T5071: QoS add class match DSCP valueViacheslav Hletenko
2023-06-17Merge pull request #2046 from sever-sever/T5296Christian Breunig
2023-06-17T5256: Fix QoS protocol expects protocol number but not nameViacheslav Hletenko
2023-06-17vyos.utils: T5195: add vyos.utils.networkViacheslav Hletenko
2023-06-17T5296: Fix QoS class bandwidth calculation for auto and percentViacheslav Hletenko
2023-06-16Merge pull request #2045 from jestabro/is-node-revisedChristian Breunig
2023-06-16config-mgmt: T5297: add check for changes under node between revisionsJohn Estabrook
2023-06-16T5295: Fix QoS shaper rate limitViacheslav Hletenko
2023-06-15configsession: T5248: load_section should not set path if dict emptyJohn Estabrook
2023-06-14T5290: Failing commits for SR-IOV interfaces using ixgbevf driver due to chan...cuongdt1994
2023-06-12Merge pull request #2037 from jestabro/api-config-sectionChristian Breunig
2023-06-12T5286: drop XDP support for ethernet and bonding interfacesChristian Breunig
2023-06-10configsession: T5248: add functions set/load_sectionJohn Estabrook
2023-06-10vyos.utils: T5248: add util function: dict of list[str]|str -> list of pathsJohn Estabrook
2023-06-06config-mgmt: T5262: move function 'unsaved_commits' to module scopeJohn Estabrook
2023-05-31configtree: T5251: catch/raise error in delete and delete_valueJohn Estabrook
2023-05-29ifconfig: T2104: use link_local_prefix literal for fe80::/64Christian Breunig
2023-05-28vyos.util: extend process_named_running() signature with cmdlineChristian Breunig
2023-05-26xml: T5242: add cli_defined boolean test for node existing under pathJohn Estabrook
2023-05-21config: T5228: simplify mangle_dict_keysJohn Estabrook
2023-05-21Merge pull request #1997 from jestabro/reference-treeViacheslav Hletenko
2023-05-19xml: T5218: return defaults only for child leaf-nodes, unless recursiveJohn Estabrook
2023-05-17xml: T5218: add operations on xml cacheJohn Estabrook
2023-05-14Merge pull request #2007 from frebib/veth-netns-revertChristian Breunig
2023-05-14Revert "veth: T3829: Allow moving veth into netns"Joe Groocock
2023-05-12ethernet: T3891: add conditional code-path when doing speed/duplex changesChristian Breunig
2023-05-12Revert "T4819: remove additional newline from vyos.base.Warning()"Christian Breunig
2023-05-11Merge pull request #1999 from dmbaturin/T5251-vrrp-group-ping-fixJohn Estabrook
2023-05-11xml: T5218: generate xml cache from reference_treeJohn Estabrook
2023-05-11vyos.util: T5195: remove the unused camel case to snake case functionDaniil Baturin