Age | Commit message (Expand) | Author |
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-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 |
2023-05-04 | T4819: remove additional newline from vyos.base.Warning() | Christian Breunig |
2023-05-04 | opmode: T5191: replace underscores with hyphens in generated options | Daniil Baturin |
2023-05-03 | T5195: add vyos.utils.dict | Daniil Baturin |
2023-04-26 | vrf: T5174: ensure no duplicate VNIs can be defined | Christian Breunig |
2023-04-25 | xml: T5179: fix missed case in multi_to_list conversion | John Estabrook |
2023-04-15 | vyos.ifconfig: T2104: support adding and removing VLANs in one call. | Christian Breunig |
2023-03-30 | ipsec: T5093: Fixed 'reset vpn ipsec profile' command | aapostoliuk |
2023-03-29 | configdiff: T5089: add optional arg ordered_values for unit tests | John Estabrook |
2023-03-29 | configdiff: T5089: add union of configtrees for unit test | John Estabrook |
2023-03-28 | interfaces: T4885: fix Perl to Python rewrite of clear/reset_counters | John Estabrook |
2023-03-21 | Merge pull request #1903 from bstepler/T5104 | Christian Breunig |
2023-03-21 | dhcp: pppoe: T5104: fix VRF comparisons | Brandon Stepler |
2023-03-21 | Merge pull request #1902 from nicolas-fort/T5050-log | Christian Breunig |
2023-03-21 | T5050: fix smoketest policy_route, which was failing after previos commit was... | Nicolas Fort |
2023-03-21 | Merge pull request #1889 from nicolas-fort/T5050-log | Viacheslav Hletenko |
2023-03-21 | T5050: Firewall: Add log options | Nicolas Fort |
2023-03-14 | Merge pull request #1890 from nicolas-fort/T5055 | Viacheslav Hletenko |
2023-03-14 | T5055: NAT: extend packet-type match option which was previously introduced i... | Nicolas Fort |
2023-03-13 | T2516: Exclude veth interfaces from duplex and speed check | Viacheslav Hletenko |
2023-03-10 | Merge pull request #1871 from nicolas-fort/T5055 | Christian Breunig |
2023-03-10 | T5058: Fix range_to_regex list argument | Viacheslav Hletenko |
2023-03-10 | Merge pull request #1876 from jestabro/codegen | Christian Breunig |