Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-15 | completion: T2238: add license | Christian Poessinger | |
2020-05-26 | wwan: T1988: use "path" completion helper over dedicated shell script | Christian Poessinger | |
2020-05-22 | pppoe: T2380: drop superfluous list_pppoe_peers.sh | Christian Poessinger | |
2020-04-14 | Merge pull request #344 from DmitriyEshenko/ipoe-op | Christian Poessinger | |
ipoe: T2256: Rewrite op-mode commands | |||
2020-04-14 | ipoe: T2256: Rewrite op-mode commands | DmitriyEshenko | |
2020-04-11 | completion: T2238: use interface data | Thomas Mangin | |
Use the data in the default dict of the interface to generate the output of list interface. | |||
2020-04-11 | ifconfig: T2223: rename Section.listing to interfaces | Thomas Mangin | |
update all code using the API. Interface.interfaces() could be used but the code was change to use Section.interfaces() which make more sense when reading it. | |||
2020-04-11 | ifconfig: T2223: rename Register to Section | Thomas Mangin | |
While the class does indeed all the registration, it work is really to map classes to interface section. ie: interface ethernet -> EthernetIf Therefore it can also list which interface are from which type, therefore the name change. Other function name will also be renamed as a consequence | |||
2020-04-06 | util: T2226: rewrite list_local to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite list_dumpable_interfaces to use cmd | Thomas Mangin | |
2020-03-29 | ifconfig: T2057: remove useless circual import | Thomas Mangin | |
The import prevent code to work and is not used | |||
2020-03-28 | wwan: T1988: migrate operational mode commands | Christian Poessinger | |
2020-03-24 | ifconfig: T2057: remove need for interface-types.json | Thomas Mangin | |
2020-03-22 | tunnel: T2028: move interface tunnel to XML/Python | Thomas Mangin | |
This patch migrates the "interface tunnel" section to xml/python | |||
2020-02-23 | pppoe: T1318: add op-mode commands for link information | Christian Poessinger | |
2020-01-25 | list_interfaces: change bonding interface list logic | Christian Poessinger | |
The previous logic returned: >>> eth = vyos.interfaces.list_interfaces_of_type("ethernet") >>> for intf in eth: ... print(intf) ... eth0 eth1 eth2 eth0.201 eth1.50 >>> for intf in eth: ... if '.' in intf: ... eth.remove(intf) ... >>> eth ['eth0', 'eth1', 'eth2', 'eth1.50'] This only eth0.201 was removed | |||
2019-12-30 | list_interfaces: remove duplicate list of wireless interfaces | Christian Poessinger | |
2019-11-24 | geneve: T1799: support bridging | Christian Poessinger | |
2019-11-23 | wireless: T1627: initial rewrite in XML/Python style | Christian Poessinger | |
Working: - Wireless modes b, g, n, ac - WPA/WPA2 psk and RADIUS (tested using Microsoft NPS) | |||
2019-11-04 | list_interfaces: add wifi interfaces to bridgeable interfaces | Christian Poessinger | |
2019-10-30 | [conf completion]: T1779: Add tunnels to completion | kroy | |
2019-08-30 | [op-mode] T1621 rewrite misc commands to python/xml syntax | Dmytro Aleksandrov | |
2019-08-27 | list-interfaces: T1614: support listing interfaces which can be bonded | Christian Poessinger | |
2019-08-17 | openvpn: T1548: add op-mode command for resetting client | Christian Poessinger | |
vyos@vyos:~$ run reset openvpn client client1 | |||
2019-08-02 | [list-interfaces] support listing interfaces which can be bridged | Christian Poessinger | |
2018-08-17 | T689: Added ntp and date op mode definition | Dmytro Aleksandrov | |
2018-06-09 | Merge branch 'current' of git://github.com/vyos/vyos-1x into current | Runar Borge | |
2018-06-08 | T689: add a basic library for working with network interfaces and support ↵ | Daniil Baturin | |
for interface types to the completion script. | |||
2018-06-07 | T689: Convert show raid to new syntax | Runar Borge | |
2018-06-07 | T689: convert show disks with completion script to new script | Runar Borge | |
2018-05-16 | T644: remove prefixing from all scripts and update environment variables ↵ | Daniil Baturin | |
with VyOS paths. |