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
/
ifconfig
/
interface.py
Age
Commit message (
Expand
)
Author
2020-06-27
ifconfig: T2653: move macsec interface to get_config_dict()
Christian Poessinger
2020-06-26
ifconfig: T2653: move loopback interface to get_config_dict()
Christian Poessinger
2020-06-26
ifconfig: T2653: move dummy interface to get_config_dict()
Christian Poessinger
2020-05-28
dhcpc6-pd: T2506: bugfix config rendering on non PPPoE interfaces
Christian Poessinger
2020-05-20
interface: T2023: adopt _delete() to common style
Christian Poessinger
2020-05-20
interface: T2023: remove superfluous at end of list
Christian Poessinger
2020-05-11
interface: T2449: add ability to set accept_ra
Jernej Jakob
2020-05-04
interface: T2241: add function to add self to bridge
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
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-04-23
interfaces: T2362: split set_ipv6_eui64_address into add and del functions
Jernej Jakob
2020-04-21
vlan: T2361: delete VLAN but not ethernet
Thomas Mangin
2020-04-18
interfaces: T2320: correctly honour create and debug options
Thomas Mangin
2020-04-14
ifconfig: T2223: group all operational commands
Thomas Mangin
2020-04-11
dhcp: T2265: refactor DHCP class
Thomas Mangin
2020-04-08
import: T2242: remove all import *
Thomas Mangin
2020-04-04
ifconfig: T2190: option to prevent Interface creation
Thomas Mangin
2020-03-31
ifconfig: T2057: allow to disable interface debugging
Thomas Mangin
2020-03-28
ipv6: T1831: migrate eui64 addressing to XML and python
Christian Poessinger
2020-03-28
ipv6: T1831: migrate autoconf node
Christian Poessinger
2020-03-28
ipv6: T1831: use integers over bool in interface configuration
Christian Poessinger
2020-03-28
ipv6: T1831: migrate forwarding and dup-addr-detect-transmits nodes
Christian Poessinger
2020-03-28
Merge pull request #275 from thomas-mangin/T2057-oper-admin
Christian Poessinger
2020-03-28
ifconfig: T2057: explicity name state functions
Thomas Mangin
2020-03-28
Merge pull request #278 from thomas-mangin/T2167
Christian Poessinger
2020-03-28
ifconfig: T2167: get_mac was not returning
Thomas Mangin
2020-03-28
Merge pull request #276 from thomas-mangin/T2057-alias
Christian Poessinger
2020-03-27
ifconfig: T2057: add get_alias function
Thomas Mangin
2020-03-27
ifconfig: T2057: option forcing
Thomas Mangin
2020-03-24
ifconfig: T2057: remove need for interface-types.json
Thomas Mangin
2020-03-24
ifconfig: T2057: add class Register
Thomas Mangin
2020-03-24
ifconfig: T2057: break down DHCP
Thomas Mangin
2020-03-23
ifconfig: T2154: fixing failure to start-stop-daemon
Thomas Mangin
2020-03-23
ifconfig: T2151: get_state() must use administrative state and not operstate
Christian Poessinger
2020-03-23
ifconfig: T2151: ensure interface is admin down when changing MAC address
Christian Poessinger
2020-03-23
ifconfig: T2151: add possibility to query assigned MAC address
Christian Poessinger
2020-03-23
ifconfig: T31: convert all interface to set_vrf api
Thomas Mangin
2020-03-23
tunnel: T31: add support for vrf on tunnels
Thomas Mangin
2020-03-20
Merge pull request #251 from thomas-mangin/T2057-required
Christian Poessinger
2020-03-20
ifconfig: T2057: make set_state use set_interface
Thomas Mangin
2020-03-20
ifconfig: T2057: skip required fields check if we do not create the interface
Thomas Mangin
2020-03-16
ifconfig: T1849: buster fixed the delay issue
Thomas Mangin
2020-03-06
ifconfig: T2104: splt ifconfig.py into multiple files
Thomas Mangin