summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2020-05-07debug: T1230: add time information to saved debug logsThomas Mangin
2020-05-06debug: T1230: add time information to saved debug logsThomas Mangin
2020-05-06debug: T2426: remove invisible characters when printingThomas Mangin
2020-05-05configdict: T2427: clarify code commentsJernej Jakob
2020-05-05vlan: T2427: move code that applies VLANs to interface to common functionJernej Jakob
2020-05-05vlan: T2427: convert vlan config variables from lists to dictsJernej Jakob
2020-05-05configdict: T2427: do not remove all addresses when disabling interfaceJernej Jakob
2020-05-05config: T2427: always return copies of listsJernej Jakob
2020-05-04ifconfig: section: T2241: add get_config_path functionJernej Jakob
2020-05-04ifconfig: T2241: fix section _basename vlan strippingJernej Jakob
2020-05-04validate: T2241: add func that checks if an interface has a configured addressJernej Jakob
2020-05-04vlan: T2241: make address and bridge membership mutually exclusiveJernej Jakob
2020-05-04configdict: T2241: don't add default IPv6 EUI64 if member of a bridgeJernej Jakob
2020-05-04vlan: T2241: fix falling out of bridge when changing settingsJernej Jakob
2020-05-04interface: T2241: add function to add self to bridgeJernej Jakob
2020-05-04util: T2241: add get_bridge_member_config functionJernej Jakob
2020-05-04vlan: T2241: add checks for bridge membershipJernej Jakob
2020-05-04intf_from_dict: T2241: move getting mac code so it's sorted alphabeticallyJernej Jakob
2020-05-04validate: T2241: rewrite is_bridge_member to generic is_memberJernej Jakob
2020-05-04configdict: T2241: get interface name in intf/vlan_from_dictJernej Jakob
2020-05-04util: T2241: add func that gets interface name from current config levelJernej Jakob
2020-05-04vlan: T2241: cleanup vlan_to_dict functionJernej Jakob
2020-05-03interface: T2367: optimize flow and detriplicate add/del_addr functionsJernej Jakob
2020-05-02interface: T2367: use self.ifname instead of self.configThomas Mangin
2020-05-02interface: T2367: de-imbricate the ifsThomas Mangin
2020-05-02Merge pull request #388 from jjakob/flush-addrs-T2367Christian Poessinger
2020-05-02interface: T2367: add flush_addrs functionJernej Jakob
2020-05-02interface: T2367: fix add_addr and del_addr address tracking in cacheJernej Jakob
2020-05-02dictconfig: T2372: fix interfaces disable bugThomas Mangin
2020-05-02Merge pull request #383 from thomas-mangin/T2372Christian Poessinger
2020-05-02configdict: T2372: correct disable support in vlan_to_dictThomas Mangin
2020-04-29dhclient: T2393: switch to old configuration path to keep existing op-mode to...Christian Poessinger
2020-04-28dhclient: T2393: remove intermediate _DHCP helper classChristian Poessinger
2020-04-28dhclient6: T2393: T2394: migrate from SysVinit to systemdChristian Poessinger
2020-04-28dhclient: T2393: migrate from SysVinit to systemdChristian Poessinger
2020-04-28vlan: T2372: de-indent add_vlanThomas Mangin
2020-04-27template: T2388: fix typoJohn Estabrook
2020-04-27Merge pull request #381 from thomas-mangin/T2388Christian Poessinger
2020-04-27Merge pull request #379 from thomas-mangin/T2226-improveChristian Poessinger
2020-04-27template: T2388: move mkdir/chmod/chown within render()Thomas Mangin
2020-04-26dhcp: T2379: fix dhcp stopThomas Mangin
2020-04-26util: T2226: a way to report noteworthy eventThomas Mangin
2020-04-26util: T2226: expected return code for cmdThomas Mangin
2020-04-26util: T2226: better handle stderrThomas Mangin
2020-04-24log: T2377: do not modify log file if not 666Thomas Mangin
2020-04-23interfaces: T2362: add node to delete the default IPv6 link-local addressJernej Jakob
2020-04-23interfaces: T2362: allow setting multiple 'ipv6 address eui64'Jernej Jakob
2020-04-23interfaces: T2362: delete and re-add all EUI64 addresses if MAC has changedJernej Jakob
2020-04-23interfaces: T2362: add default IPv6 link-local address to make IPv6 workJernej Jakob
2020-04-23interfaces: vlan: T2362: add IPv6 EUI64 address to VLAN scriptsJernej Jakob