Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | ipv6-tool: op-mode: T2724: use full path to binary and quote arguments | Christian Poessinger | |
2020-08-03 | Merge branch 'T2724' of https://github.com/jack9603301/vyos-1x into current | Christian Poessinger | |
* 'T2724' of https://github.com/jack9603301/vyos-1x: ipv6-tool: T2724: Support for IPv6 Toolset | |||
2020-08-03 | ssh: T1076: make configuration volatile | Christian Poessinger | |
Move sshd_config file to /run so it must be generated on every boot and is not stored accidently. | |||
2020-08-03 | op-mode: ping: T1600: initial XML implementation | Christian Poessinger | |
2020-08-03 | op-mode: T2546: add "monitor log" command | Christian Poessinger | |
2020-08-03 | lldp: T393: improve all completion helper | Christian Poessinger | |
2020-08-03 | lldp: op-mode: T2323: "show lldp neighbors detail" only works when service runs | Christian Poessinger | |
The problem exists when LLDP is not configured but one wants to run the detail command. Running "show lldp neighbors" is not possible when LLDP is not running. This case is already handled for "show lldp neighbors" and has been extended for "show lldp neighbors detail". | |||
2020-08-03 | T2546: rename op-mode scripts for bandwidth | Christian Poessinger | |
2020-08-03 | configure: op-mode: move XML here | Christian Poessinger | |
2020-08-03 | ifconfig: T2653: unify DHCPv4 configuration | Christian Poessinger | |
Pass the interface dictionary transparently to the DHCP module and render the DHCP client config template directly from the same source instead of transcoding it once more. | |||
2020-08-03 | ifconfig: T2740: pass config dict to DHCP class for IPv6 | Christian Poessinger | |
This removes additional code paths as we can instatly work with the input dict the same was as it was done for PPPoE. This fixes the entire DHCPv6-PD support on non PPPoE interfaces as this was lost in translation while processing T2653. | |||
2020-08-03 | ipv6-tool: T2724: Support for IPv6 Toolset | jack9603301 | |
2020-08-02 | op-mode: arping: T689: use full path to binary | Christian Poessinger | |
2020-08-02 | op-mode: use individual XML files for connect and disconnect | Christian Poessinger | |
2020-08-02 | op-mode: console-server: T2490: cleanup XML | Christian Poessinger | |
Move the connect part to connect-disconnect.xml | |||
2020-08-02 | wwan: pppoe: op-mode: T2488: only call pppstats when interface is up | Christian Poessinger | |
Without this check an error will be shown: pppstats: nonexistent interface 'pppoe0' specified. | |||
2020-08-02 | accel-ppp: T2756: make RADIUS accounting port configurable | Christian Poessinger | |
Make the port used for RADIUS accounting user configurable. This is now valid for the following services which are based on Accel-PPP: * ipoe-server * pppoe-server * l2tp * pptp * sstp | |||
2020-08-02 | ipoe-server: T2314: fix improper use of fail-time dictionary key | Christian Poessinger | |
2020-08-01 | T2690: add VRF support to "add system image" | Christian Poessinger | |
2020-08-01 | T2753: adjust "add system image" to new named command line arguments | Christian Poessinger | |
This is needed work for adding VRF support. | |||
2020-08-01 | Makefile: remove add/node.def file to not break builds | Christian Poessinger | |
2020-08-01 | T2753: add new op-mode command "add system image" | Christian Poessinger | |
2020-08-01 | ifconfig: T2752: fix string format in verify_interface_exists() | Christian Poessinger | |
We do not have a formatted string here thus the "f" keyword is wrong and triggered an exception. | |||
2020-07-31 | ipv6: link-local: test address assignment on interfaces | Christian Poessinger | |
2020-07-31 | ifconfig: T2653: bugfix on wrong flush_addr API | Christian Poessinger | |
Commit 29dd5079 ("ifconfig: T2653: remove duplicated code for address flush") used the class method for address flushing, but it was cvalled in the wrong way. | |||
2020-07-30 | Add CONTRIBUTING.md | Christian Poessinger | |
2020-07-30 | ifconfig: T2746: bugfix for non programmed link-local addresses | Christian Poessinger | |
After the fresh rewrite of the interfaces to a unified solution (T2653) IPv6 link-local addresses are no longer added. This will result in e.g. broken RAs. | |||
2020-07-30 | ifconfig: T2653: remove duplicated code for address flush | Christian Poessinger | |
2020-07-30 | router-advert: add initial test | Christian Poessinger | |
2020-07-30 | router-advert: T2745: migrate to get_config_dict() | Christian Poessinger | |
2020-07-29 | op-mode: T2560: rename "show system usb serial" to "show hardware usb serial" | Christian Poessinger | |
This is more inline with the overall op-mode. | |||
2020-07-29 | wireguard: T2743: move key migration from config script to migration script | Christian Poessinger | |
Migration files on the storage should be done one time by a migration script instead of every time the configuration changes. Moving this to an older migration script is fine as this is around for a long time and all rolling releases are already up2date. It only affects updates from VyOS 1.2 series. | |||
2020-07-29 | mdns-repeater: add basic test | Christian Poessinger | |
2020-07-29 | mdns-repeater: T2742: migrate to get_config_dict() | Christian Poessinger | |
2020-07-27 | Merge pull request #519 from sever-sever/T1117 | Daniil Baturin | |
op-mode: T1117: Add show ipv6 bgp route-map | |||
2020-07-27 | op-mode: T1117: Add show ipv6 bgp route-map | sever-sever | |
2020-07-26 | wireguard: ifconfig: T2653: move to get_config_dict() | Christian Poessinger | |
The current VyOS CLI parser code written in Python contains a ton of duplicates which I can also hold myself accountable for - or maybe mainly me - depends on the angle of judge. | |||
2020-07-26 | wireguard: T2734: fwmark is a 32bit value - fix validator | Christian Poessinger | |
2020-07-26 | vxlan: ifconfig: T2653: move to get_interface_dict() | Christian Poessinger | |
The current VyOS CLI parser code written in Python contains a ton of duplicates which I can also hold myself accountable for - or maybe mainly me - depends on the angle of judge. | |||
2020-07-26 | pseudo-ethernet: ifconfig: T2733: support MTU configuration | Christian Poessinger | |
2020-07-26 | Merge branch 'current' of https://github.com/vyos/vyos-1x into current | Daniil Baturin | |
2020-07-26 | Fix a typo in BFD command help. | Daniil Baturin | |
2020-07-26 | pseudo-ethernet: extend smoketests with VIFs | Christian Poessinger | |
2020-07-25 | l2tpv3: ifconfig: T2653: move implementation to get_interface_dict() | Christian Poessinger | |
The current VyOS CLI parser code written in Python contains a ton of duplicates which I can also hold myself accountable for - or maybe mainly me - depends on the angle of judge. | |||
2020-07-25 | l2tpv3: add initial interface test | Christian Poessinger | |
2020-07-25 | Merge pull request #514 from jack9603301/T2723 | Christian Poessinger | |
traceroute: T2723: Support tcptraceroute | |||
2020-07-25 | Revert "Merge pull request #423 from thomas-mangin/T2494" | Christian Poessinger | |
This reverts commit bfbf51acb2d4b6b5fe2d22d39f7259686f98d2a0, reversing changes made to 1a85e758b105d493bb9d95916816bd206345bc5d. | |||
2020-07-25 | Merge branch 'interface-rewrite' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 'interface-rewrite' of github.com:c-po/vyos-1x: vyos.configverify: T2653: fix some formatting issues ifconfig: T2653: make ifname an optional argument to get_interface_dict() vyos.configdict: T2653: remove obsolete code from configdict and ifconfig_vlan wireless: ifconfig: T2653: move to get_config_dict() ifconfig: T2653: move get_ethertype() from configdict to interface vlan: ifconfig: T2653: move get_removed_vlans() to vyos.configdiff bonding: ifconfig: T2653: move to get_config_dict() ifconfig: T2653: move vlan configuration code to base class vyos.configdict: T2653: use dict_merge() over update() ifconfig: T2653: implement update() in derived classes for admin up/down vyos.configdict: T2653: add new reusable helper node_changed() geneve: ifconfig: T2653: move to get_config_dict() ifconfig: T2653: move bridge member check to base class interfaces: ifconfig: T2653: migrate to get_interface_dict() API pseudo-ethernet: ifconfig: T2653: move to get_config_dict() bridge: ifconfig: T2653: move to get_config_dict() vlan: ifconfig: T2653: only enable interface when lower interface is up ethernet: ifconfig: T2653: move to get_config_dict() ifconfig: T2653: set arp-cache-timeout default value of 30ms | |||
2020-07-25 | vyos.configverify: T2653: fix some formatting issues | Christian Poessinger | |
2020-07-25 | Merge pull request #423 from thomas-mangin/T2494 | Christian Poessinger | |
systemd: T2494: allow to restart vyos-hostsd without consequence |