index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
vyos
Age
Commit message (
Expand
)
Author
2020-05-06
debug: T2426: remove invisible characters when printing
Thomas Mangin
2020-05-05
configdict: T2427: clarify code comments
Jernej Jakob
2020-05-05
vlan: T2427: move code that applies VLANs to interface to common function
Jernej Jakob
2020-05-05
vlan: T2427: convert vlan config variables from lists to dicts
Jernej Jakob
2020-05-05
configdict: T2427: do not remove all addresses when disabling interface
Jernej Jakob
2020-05-05
config: T2427: always return copies of lists
Jernej Jakob
2020-05-04
ifconfig: section: T2241: add get_config_path function
Jernej Jakob
2020-05-04
ifconfig: T2241: fix section _basename vlan stripping
Jernej Jakob
2020-05-04
validate: T2241: add func that checks if an interface has a configured address
Jernej Jakob
2020-05-04
vlan: T2241: make address and bridge membership mutually exclusive
Jernej Jakob
2020-05-04
configdict: T2241: don't add default IPv6 EUI64 if member of a bridge
Jernej Jakob
2020-05-04
vlan: T2241: fix falling out of bridge when changing settings
Jernej Jakob
2020-05-04
interface: T2241: add function to add self to bridge
Jernej Jakob
2020-05-04
util: T2241: add get_bridge_member_config function
Jernej Jakob
2020-05-04
vlan: T2241: add checks for bridge membership
Jernej Jakob
2020-05-04
intf_from_dict: T2241: move getting mac code so it's sorted alphabetically
Jernej Jakob
2020-05-04
validate: T2241: rewrite is_bridge_member to generic is_member
Jernej Jakob
2020-05-04
configdict: T2241: get interface name in intf/vlan_from_dict
Jernej Jakob
2020-05-04
util: T2241: add func that gets interface name from current config level
Jernej Jakob
2020-05-04
vlan: T2241: cleanup vlan_to_dict function
Jernej Jakob
2020-05-03
interface: T2367: optimize flow and detriplicate add/del_addr functions
Jernej Jakob
2020-05-02
interface: T2367: use self.ifname instead of self.config
Thomas Mangin
2020-05-02
interface: T2367: de-imbricate the ifs
Thomas Mangin
2020-05-02
Merge pull request #388 from jjakob/flush-addrs-T2367
Christian Poessinger
2020-05-02
interface: T2367: add flush_addrs function
Jernej Jakob
2020-05-02
interface: T2367: fix add_addr and del_addr address tracking in cache
Jernej Jakob
2020-05-02
dictconfig: T2372: fix interfaces disable bug
Thomas Mangin
2020-05-02
Merge pull request #383 from thomas-mangin/T2372
Christian Poessinger
2020-05-02
configdict: T2372: correct disable support in vlan_to_dict
Thomas Mangin
2020-04-29
dhclient: T2393: switch to old configuration path to keep existing op-mode to...
Christian Poessinger
2020-04-28
dhclient: T2393: remove intermediate _DHCP helper class
Christian Poessinger
2020-04-28
dhclient6: T2393: T2394: migrate from SysVinit to systemd
Christian Poessinger
2020-04-28
dhclient: T2393: migrate from SysVinit to systemd
Christian Poessinger
2020-04-28
vlan: T2372: de-indent add_vlan
Thomas Mangin
2020-04-27
template: T2388: fix typo
John Estabrook
2020-04-27
Merge pull request #381 from thomas-mangin/T2388
Christian Poessinger
2020-04-27
Merge pull request #379 from thomas-mangin/T2226-improve
Christian Poessinger
2020-04-27
template: T2388: move mkdir/chmod/chown within render()
Thomas Mangin
2020-04-26
dhcp: T2379: fix dhcp stop
Thomas Mangin
2020-04-26
util: T2226: a way to report noteworthy event
Thomas Mangin
2020-04-26
util: T2226: expected return code for cmd
Thomas Mangin
2020-04-26
util: T2226: better handle stderr
Thomas Mangin
2020-04-24
log: T2377: do not modify log file if not 666
Thomas Mangin
2020-04-23
interfaces: T2362: add node to delete the default IPv6 link-local address
Jernej Jakob
2020-04-23
interfaces: T2362: allow setting multiple 'ipv6 address eui64'
Jernej Jakob
2020-04-23
interfaces: T2362: delete and re-add all EUI64 addresses if MAC has changed
Jernej Jakob
2020-04-23
interfaces: T2362: add default IPv6 link-local address to make IPv6 work
Jernej Jakob
2020-04-23
interfaces: vlan: T2362: add IPv6 EUI64 address to VLAN scripts
Jernej Jakob
2020-04-23
interfaces: T2362: split set_ipv6_eui64_address into add and del functions
Jernej Jakob
2020-04-22
http api: T2096: form of show/generate should be consistent with other cmds
John Estabrook
[next]