summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2020-05-11ifconfig/dhcp: T2449: remove accept_ra logic as it was wrongJernej Jakob
2020-05-11vlan: T2449: set accept_ra on vlan interfacesJernej Jakob
2020-05-11configdict: T2449: set accept_ra=2 if ipv6 address autoconf or dhcpv6 is setJernej Jakob
2020-05-11interface: T2449: add ability to set accept_raJernej Jakob
2020-05-08Merge pull request #395 from thomas-mangin/T2417Christian Poessinger
2020-05-08Merge branch 'current' of github.com:thomas-mangin/vyos-1x into T2417Thomas Mangin
2020-05-08vlan: T2435: fix missing dict key in print variableJernej Jakob
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-06validator: T2417: try to make the code clearerThomas 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