summaryrefslogtreecommitdiff
path: root/python/vyos/configdict.py
AgeCommit message (Expand)Author
2024-06-10vyos.utils: T5195: import vyos.cpu to this packageChristian Breunig
2024-04-03T6199: drop unused Python importsChristian Breunig
2024-03-30accel-ppp: T6187: use correct CPU counts adjusted for SMTDaniil Baturin
2024-01-04configdict: T5894: add get_config_dict() flag with_pkiChristian Breunig
2024-01-03configdict: T5837: node_changed() shall not return duplicate list itemsChristian Breunig
2023-12-24configdict: T5837: add support to return added nodes when calling node_changed()Christian Breunig
2023-12-24T5837: cleanup use of calls to vyos.configdict.node_changed()Christian Breunig
2023-10-19vyos.configdict: T5670: move from str to list when calling conf.exists()Christian Breunig
2023-08-10T5434: remove unneeded importJohn Estabrook
2023-08-06T5195: move helpers from vyos.validate to vyos.utils packageChristian Breunig
2023-08-05vyos.configdict: T5308: remove obsolete T2665_set_dhcpv6pd_defaults functionChristian Breunig
2023-08-04dhcp: T5428: client renewal fails when running inside VRFChristian Breunig
2023-07-15T5195: vyos.util -> vyos.utils package refactoring part #2Christian Breunig
2023-07-14T5195: vyos.util -> vyos.utils package refactoring (#2093)Christian Breunig
2023-07-05vyos.configdict: T5319: remove defaults workarounds in get_accel_dictJohn Estabrook
2023-06-22vyos.configdict: T5308: remove T2665 workarounds in get_interface_dictJohn Estabrook
2023-03-21dhcp: pppoe: T5104: fix VRF comparisonsBrandon Stepler
2023-03-09qos: T5018: Fix interface tc qdisc cleanupsarthurdev
2022-09-21ipoe: T4678: T4703: rewrite to get_config_dict()Christian Poessinger
2022-08-24T4630: can not use same source-interface for macsec and pseudo-ethernetChristian Poessinger
2022-08-04vyos.config.configdict: T4592: only print interface name, not interface dict ...Christian Poessinger
2022-07-30bridge: T4565: is_member() must return the dict of the member interfaceChristian Poessinger
2022-07-30Revert "vyos.configdict(): T4228: is_member() must split VLAN interfaces"Christian Poessinger
2022-07-15vyos.configdict(): T4228: is_member() must return member interface config dictChristian Poessinger
2022-07-11vyos.configdict(): T4228: is_member() must split VLAN interfacesChristian Poessinger
2022-07-10vyos.configdict(): T4228: is_member() must use the "real" hardware interfaceChristian Poessinger
2022-06-25interfaces: dhcp: T4482: toggle of "dhcp-options no-default-route" has no effectChristian Poessinger
2022-06-25dhcp: pppoe: T4384: bugfix not honoring no-default-route CLI optionChristian Poessinger
2022-04-25vyos.configdict: T4391: enable get_interface_dict() ti be used with ConfigTre...Christian Poessinger
2022-04-21pppoe: T4384: replace default-route CLI option with common CLI nodes already ...Christian Poessinger
2022-04-21vyos.ifconfig: T4384: get_interface_dict() should provide "ifname" key for VIFsChristian Poessinger
2022-04-20Revert "vyos.configdict(): T4369: leaf_node_changed() must return True when n...Christian Poessinger
2022-04-20Revert "vyos.configdict(): T4369: bugfix - execution order in leaf_node_chang...Christian Poessinger
2022-04-20vyos.configdict: T4369: add is_node_changed() helperChristian Poessinger
2022-04-19pppoe: static: T4379: bugfix default-route lost after applying additional sta...Christian Poessinger
2022-04-18vyos.configdict(): T4369: bugfix - execution order in leaf_node_changed()Christian Poessinger
2022-04-18vyos.configdict(): T4369: leaf_node_changed() must return True when node is a...Christian Poessinger
2022-03-04interface: T4203: bugfix Q-in-Q interface parsingChristian Poessinger
2022-03-03interface: T4203: switch to new recursive node_changed() implementationChristian Poessinger
2022-02-22vyos.configdict: T4263: leaf_node_changed() must also honor valueLess CLI nodesChristian Poessinger
2022-02-20static: T4203: obey interface dhcp default route distanceChristian Poessinger
2022-02-20interface: T4203: prevent DHCP client restart if not necessaryChristian Poessinger
2022-02-06config: T4228: is_member() must return all instances not only the last oneChristian Poessinger
2021-12-09vyos.configdict: T4064: bugfix for IP addresses not removed from KernelChristian Poessinger
2021-11-07protocols: static: T3680: fix indention and if branch logicChristian Poessinger
2021-11-07protocols: static: T3680: do not delete DHCP received routesChristian Poessinger
2021-11-05vyos.configdict: T3972: bugfix QinQ vif-c removal triggered KeyErrorChristian Poessinger
2021-11-03sstp: T2566: use XML defaultValue over Jinja2 hardcoded valueChristian Poessinger
2021-10-11vyos.configdict: T2653: do not merge in defaults when interface is deletedChristian Poessinger
2021-09-19vyos.ifconfig: T2738: do not remove OS assigned IP addresses from interfaceChristian Poessinger