Age | Commit message (Expand) | Author |
2023-06-22 | vyos.configdict: T5308: remove T2665 workarounds in get_interface_dict | John Estabrook |
2023-06-22 | config: T5228: add get_config_defaults options to match get_config_dict | John Estabrook |
2023-06-22 | config: T5228: add arg with_defaults to get_config_dict | John Estabrook |
2023-06-22 | config: T5228: use local _dict_merge to avoid circular import | John Estabrook |
2023-06-22 | xml: T5218: fix error and simplify logic in recursive option | John Estabrook |
2023-06-20 | vyos.util: T5300: check_port_availability: return False iff EADDRINUSE | John Estabrook |
2023-06-18 | T5071: QoS add class match DSCP value | Viacheslav Hletenko |
2023-06-17 | Merge pull request #2046 from sever-sever/T5296 | Christian Breunig |
2023-06-17 | T5256: Fix QoS protocol expects protocol number but not name | Viacheslav Hletenko |
2023-06-17 | vyos.utils: T5195: add vyos.utils.network | Viacheslav Hletenko |
2023-06-17 | T5296: Fix QoS class bandwidth calculation for auto and percent | Viacheslav Hletenko |
2023-06-16 | Merge pull request #2045 from jestabro/is-node-revised | Christian Breunig |
2023-06-16 | config-mgmt: T5297: add check for changes under node between revisions | John Estabrook |
2023-06-16 | T5295: Fix QoS shaper rate limit | Viacheslav Hletenko |
2023-06-15 | configsession: T5248: load_section should not set path if dict empty | John Estabrook |
2023-06-14 | T5290: Failing commits for SR-IOV interfaces using ixgbevf driver due to chan... | cuongdt1994 |
2023-06-12 | Merge pull request #2037 from jestabro/api-config-section | Christian Breunig |
2023-06-12 | T5286: drop XDP support for ethernet and bonding interfaces | Christian Breunig |
2023-06-10 | configsession: T5248: add functions set/load_section | John Estabrook |
2023-06-10 | vyos.utils: T5248: add util function: dict of list[str]|str -> list of paths | John Estabrook |
2023-06-06 | config-mgmt: T5262: move function 'unsaved_commits' to module scope | John Estabrook |
2023-06-03 | T5241: Support netns for veth and dummy interfaces | Viacheslav Hletenko |
2023-05-31 | configtree: T5251: catch/raise error in delete and delete_value | John Estabrook |
2023-05-29 | ifconfig: T2104: use link_local_prefix literal for fe80::/64 | Christian Breunig |
2023-05-28 | vyos.util: extend process_named_running() signature with cmdline | Christian Breunig |
2023-05-26 | xml: T5242: add cli_defined boolean test for node existing under path | John Estabrook |
2023-05-21 | config: T5228: simplify mangle_dict_keys | John Estabrook |
2023-05-21 | Merge pull request #1997 from jestabro/reference-tree | Viacheslav Hletenko |
2023-05-19 | xml: T5218: return defaults only for child leaf-nodes, unless recursive | John Estabrook |
2023-05-17 | xml: T5218: add operations on xml cache | John Estabrook |
2023-05-14 | Merge pull request #2007 from frebib/veth-netns-revert | Christian Breunig |
2023-05-14 | Revert "veth: T3829: Allow moving veth into netns" | Joe Groocock |
2023-05-12 | ethernet: T3891: add conditional code-path when doing speed/duplex changes | Christian Breunig |
2023-05-12 | Revert "T4819: remove additional newline from vyos.base.Warning()" | Christian Breunig |
2023-05-11 | Merge pull request #1999 from dmbaturin/T5251-vrrp-group-ping-fix | John Estabrook |
2023-05-11 | xml: T5218: generate xml cache from reference_tree | John Estabrook |
2023-05-11 | vyos.util: T5195: remove the unused camel case to snake case function | Daniil Baturin |
2023-05-11 | vyos.utils: T5195: fix option list output in vyos.utils.dict.check_mutually_e... | Daniil Baturin |
2023-05-10 | configtree: T5194: add function reference_tree_to_json | John Estabrook |
2023-05-10 | Merge pull request #1996 from frebib/veth-netns | Christian Breunig |
2023-05-10 | veth: T3829: Allow moving veth into netns | Joe Groocock |
2023-05-10 | Merge pull request #1989 from dmbaturin/T5195-file-utils | Christian Breunig |
2023-05-10 | Merge pull request #1990 from dmbaturin/T5195-conversion-utils | Christian Breunig |
2023-05-10 | Merge pull request #1991 from dmbaturin/T5195-io-utils | Christian Breunig |
2023-05-10 | vyos.utils: T5195: add vyos.utils.file | Daniil Baturin |
2023-05-10 | vyos.utils: T5195: add vyos.utils.io | Daniil Baturin |
2023-05-10 | vyos.utils: T5195: add vyos.utils.convert | Daniil Baturin |
2023-05-10 | vyos.utils: T5195: add vyos.utils.dict.check_mutually_exclusive_options | Daniil Baturin |
2023-05-06 | ethernet: T3891: fix always true expression on auto-negotiation | Christian Breunig |
2023-05-04 | ethernet: T3891: honor auto-negotiation support per NIC | Christian Breunig |