Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-14 | Merge pull request #343 from sever-sever/op-show-bgp | Christian Poessinger | |
xml-bgp: T2201: [op-mode] add [show ip bgp] to vyos-1x | |||
2020-04-14 | xml-bgp: T2201: [op-mode] add [show ip bgp] to vyos-1x | sever-sever | |
2020-04-11 | Merge pull request #327 from DmitriyEshenko/fix-res-ra | Christian Poessinger | |
sstp: T2263: Implement reset feature | |||
2020-04-10 | sstp: T2263: Implement reset feature | DmitriyEshenko | |
2020-04-10 | Merge pull request #324 from DmitriyEshenko/fix-res-ra | Christian Poessinger | |
pptp: l2tp: T2262: Fix call to function run() | |||
2020-04-10 | pptp: l2tp: T2262: Fix call to function run() | DmitriyEshenko | |
2020-04-10 | Merge pull request #230 from DaniilHarun/upstream | hagbard-01 | |
ipoe-server: T2073: reset op-mode command for sessions | |||
2020-04-10 | ipoe-server: T2073: reset op-mode command for sessions | Daniil Kharun | |
2020-04-09 | op-mode: raid: T689: Typo in description | Viacheslav Hletenko | |
2020-04-06 | igmp: T2151:[op-mode] Add clear for igmp/multicast | sever-sever | |
2020-03-31 | T2188: use ntpq for query NTP daemon infos | Andras Elso | |
2020-03-28 | pppoe: T1318: add command to show statistics | Christian Poessinger | |
2020-03-28 | wwan: T1988: migrate operational mode commands | Christian Poessinger | |
2020-03-26 | pim-igmp: T2156: Commands for [op-mode] pim and igmp | sever-sever | |
2020-03-23 | T2153: fix op_mode traceroute circular reference | kroy-the-rabbit | |
traceroute was calling the cli version of itself instead of the underlying binary | |||
2020-03-23 | op-mode: move 'show system-integrity' to 'show system integrity' | Christian Poessinger | |
Change is done b/c it is super annoying when tab-completing with system tree and you are permanently hanging in there due to system-integrity. | |||
2020-03-19 | Merge pull request #247 from DmitriyEshenko/mpls-impl | Christian Poessinger | |
mpls: T915: Basic MPLS implementation | |||
2020-03-18 | mpls: T915: Basic MPLS implementation | DmitriyEshenko | |
2020-03-16 | vrf: T31: add traceroute support inside VRF context | Christian Poessinger | |
2020-03-04 | vrf: T31: make 'show vrf' command behave like other 'show interface commands' | Christian Poessinger | |
- remove the additional depth for querying discrete VRF names - retrieve available VRF names from via <path> from CLI rather then invoking an external script | |||
2020-03-04 | vrf: T31: initial support for a VRF backend in XML/Python | Thomas Mangin | |
This is a work in progress to complete T31 whoever thought it was less than 1 hour of work was ..... optimistic. Only VRF vreation and show is supported right now. No interface can be bound to any one VRF. | |||
2020-02-25 | pppoe: T2070: rewrite (dis-)connect op-mode commands in XML and Python | Christian Poessinger | |
2020-02-23 | pppoe: T1318: add op-mode commands for link information | Christian Poessinger | |
2020-02-13 | op-mode: T2032: "monitor bandwidth interface" shows rate in bps | Viacheslav Hletenko | |
2020-01-08 | pppoe-server: T1957: Implementation CLI commands for maintenance mode | DmitriyEshenko | |
2020-01-03 | pppoe-server: T1936: Add reset/control sessions features | DmitriyEshenko | |
2019-12-31 | FRRouting: T1514: Extended FRR restarting functionality and fixed some bugs | zsdc | |
This change addressed to fix bug with empty configuration after FRR restarting in some cases and protect from some other potential problems. * added warning and request for confirmation before doing any actions * added a couple of safety checks (already running restart, active watchfrr.sh or vtysh session) * now Python script running via sudo to give us the ability to get processes information and work with all directories and vtysh * moved configuration restoring functionality from frrcommon.sh to Python script, as frrcommon.sh implementation in some cases not load configuration in time, which leads to empty config after * the `/etc/frr/frr.conf` is not used anymore. Instead, we are saving active configuration to the temporary directory | |||
2019-12-27 | FRRouting: T1514: Added commands to restart FRRouting daemon | zsdc | |
It can be restarted the whole FRRouting (all running) daemons or only selected ones. The configuration is saving during the restart process, so after it, the active config should be the same as before. There are no checks for safety, so responsibility for the results of running command is fully on the operator. | |||
2019-12-22 | lldp: T393: first op mode command version | Christian Poessinger | |
2019-12-20 | igmp-proxy: T1893: add op-mode command to reset process | Christian Poessinger | |
2019-12-18 | flow-accounting: T1890: flow-accounting rewritten with Python and XML | zsdc | |
This patch keep compatibility with old configuration and software, but now it is much easier to add a lot of other useful things Completely replaces vyatta-netflow package (except some outdated and not available via CLI parts) | |||
2019-11-23 | wireless: T1627: initial rewrite of show-wireless.pl in Python | Christian Poessinger | |
2019-11-23 | wireless: T1627: add op-mode commands | Christian Poessinger | |
2019-11-08 | QAT: T1788: Intel QAT implementation | DmitriyEshenko | |
2019-10-27 | T1759: Merging interface.py into ifconfig.py | kroy | |
2019-10-21 | T1756 More output for WG | kroy | |
2019-10-03 | OpenVPN: T1689: Add full restart on 'reset openvpn interface <interface>' | Christian Poessinger | |
2019-09-26 | ipoe-server: T1690 - restart op-mode command for service ipoe-server | hagbard | |
2019-09-26 | pppoe-server: T1690 - restart op-mode commands for pppoe-server | hagbard | |
2019-09-12 | [l2tp] T834 fix cli reset commands for l2tp and pptp. Adding l2tp%d tunnel ↵ | DmitriyEshenko | |
naming. | |||
2019-09-10 | [wireguard] - clean up duplicated op options | hagbard | |
2019-09-10 | Revert "[wireguard] - remove 'show wireguard keypair'" | hagbard | |
This reverts commit e85c90bf3188c24c6a88c6a96a0d7fc30c221905. | |||
2019-09-10 | [wireguard] - remove 'show wireguard keypair' | hagbard | |
in favor for 'show wireguard keypairs...' | |||
2019-09-10 | [wireguard]: T1650 - cli option to delete default wg key | hagbard | |
2019-09-10 | [wireguard]: T1572 - Wireguard keyPair per interface | hagbard | |
- param key location added in op-mode script - param delkey and listkey implemented in op-mode script - param delkey implemented in op-mode script - generate and store named keys - interface implementation tu use cli option 'private-key' | |||
2019-09-06 | wireguard: T427: use long syntax on list_interfaces.py '--type' instead of '-t' | Christian Poessinger | |
2019-08-30 | [op-mode] T1621 rewrite misc commands to python/xml syntax | Dmytro Aleksandrov | |
2019-08-26 | openvpn: T1548: add 'show openvpn' command | Christian Poessinger | |
vyos@vyos:~$ show openvpn site-to-site OpenVPN status on vtun1 Client CN Remote Host Local Host TX bytes RX bytes Connected Since --------- ----------- ---------- -------- -------- --------------- None (PSK) N/A 172.18.201.10:1195 3.3 KiB 3.3 KiB N/A vyos@vyos:~$ show openvpn server OpenVPN status on vtun10 Client CN Remote Host Local Host TX bytes RX bytes Connected Since --------- ----------- ---------- -------- -------- --------------- client1 172.18.202.10:58644 172.18.201.10:1194 63.6 KiB 63.4 KiB Mon Aug 26 11:47:56 2019 client3 172.18.204.10:52641 172.18.201.10:1194 63.1 KiB 62.7 KiB Mon Aug 26 11:47:58 2019 OpenVPN status on vtun11 Client CN Remote Host Local Host TX bytes RX bytes Connected Since --------- ----------- ---------- -------- -------- --------------- client2 172.18.203.10:39472 172.18.201.10:1200 61.2 KiB 61.5 KiB Mon Aug 26 11:50:30 2019 |