Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-23 | op-mode: disks: T1621: bugfix no disk output | Christian Poessinger | |
2021-05-19 | openconnect-server: T3559: Add restart op-command | DmitriyEshenko | |
(cherry picked from commit 5b5e74fb667fa5a5abec779b6c411b3864f3b5fb) | |||
2021-05-18 | op-mode: drop full path to iproute2 binary | Christian Poessinger | |
(cherry picked from commit 21d97ba0651fc20bded91e22e00a402d0044da3c) | |||
2021-05-18 | revert: "util: T2467: add autosudo as an option to command" | Christian Poessinger | |
Implementing a wrapper which will - based on the command - add a sudo prefix to the execution string seemed to be a nice idea but unfortunately it did not only not get momentum but also the codebase somethis added an implicit "sudo" call a second time. This resulted in a call: "sudo sudo systemctl" The entire functionality was removed again and if an op-mode script requires root priviledges it must be explicitly called with them - no black magic. (cherry picked from commit b76931e6d3a4bd0cdb74ca447a746ab6855fcf55) | |||
2021-04-25 | wireguard: T1802: add client name to configuration | Christian Poessinger | |
(cherry picked from commit daf377aca3511e8ad74854828f3aaa1dd99f0a91) | |||
2021-04-25 | wireguard: T1802: generate QR code for clients on CLI | Christian Poessinger | |
generate wireguard mobile-config wg0 server wg.vyos.net address 1.2.2.2/24 WireGuard client configuration for interface: wg0 [Interface] PrivateKey = AEXrZ4b3xFVLg1lql3hy/93+d43q3+3vPdSMUGI6/Fo= Address = 1.2.2.2/24 [Peer] PublicKey = h1HkYlSuHdJN6Qv4Hz4bBzjGg5WUty+U1L7DJsZy1iE= Endpoint = wg.vyos.net:41751 AllowedIPs = 0.0.0.0/0, ::/0 The servers public key and port are automatically extracter from the running config. (cherry picked from commit 92d62740a1dd84d27ed3006cdc8d2560673f6bca) | |||
2021-04-04 | T3457: output the "monitor log" command in a colorful way | Christian Poessinger | |
Add a new CLI command "monitor log colored" to run the log file monitoring through grc (https://github.com/garabik/grc). (cherry picked from commit 6330708f7ad50e56b16e1c7bc671eaddcd758bdb) | |||
2021-03-21 | ntp: T3416: fix op-mode commands when running inside VRF | Christian Poessinger | |
When NTP is executed inside a VRF context, we also must execute the op-mode commands inside the given VRF. This is a workaround until the op-mode programming library from T3402 is available. (cherry picked from commit f411351baef67740b76e800161fe55f495c4bd92) | |||
2021-03-14 | xdp: T2666: remove entire XDP code for 1.3 LTS image | Christian Poessinger | |
This is an extension to commit 801c5235 ("xdp: T2666: disable this highly experimental feature in 1.3 LTS") by dropping all XDP references in the equuleus codebase. | |||
2021-02-09 | xml: op-mode: remove absolute path from vtysh | Christian Poessinger | |
(cherry picked from commit 46b749388e0198f0cb3eb5eca1bd1d6e940b2702) | |||
2021-02-09 | xml: bgp: remove absolute path from vtysh | Christian Poessinger | |
(cherry picked from commit 72c82bf8f2c294ca9023d2cbf9285b679188fae3) | |||
2021-01-15 | op-mode: restart: cleanup help strings | Christian Poessinger | |
(cherry picked from commit 56ec3259b67c6441d992948a8bae95039194eb6c) | |||
2021-01-15 | ssh: T631: add op-mode "restart ssh" command | Christian Poessinger | |
(cherry picked from commit 3ce7a8c6e55d7296fc9155a6b8ca913d4a08b1ab) | |||
2021-01-15 | snmp: T652: enable interface_replace_old option and restart command | Christian Poessinger | |
- Remove all old ifTable entries with the same ifName as newly appeared interface (with different ifIndex) - this is the case on e.g. ppp interfaces - Add new op-mode command "restart snmp" to restart the daemon (cherry picked from commit 79a02470c4f9f2184913a959545b54a2dfd76d1e) | |||
2021-01-15 | op-mode: T3215: Fix show ipv6 route overlaps in nodes | sever-sever | |
(cherry picked from commit 04ddf85bcc9d5ec06ef51537f5cbca97548716f3) | |||
2021-01-14 | op-mode: T3215: Fix show ipv6 route nodes | sever-sever | |
(cherry picked from commit d6faba8c708b4376f148a28c89fe6ff39f369064) | |||
2021-01-11 | op-mode: T3201: fix "show log all" for RADIUS users | Christian Poessinger | |
(cherry picked from commit f493df24ba29472735b1a4a081d0fce409b70d9f) | |||
2021-01-10 | op-mode: T3178: add "monitor protocols <bgp|ospf|ospfv3|rib|rip|ripng>" commands | Christian Poessinger | |
2021-01-10 | op-mode: T3178: add remaining "show ipv6 ospfv3 database" commands from ↵ | Christian Poessinger | |
vyatta-op-quagga | |||
2021-01-10 | op-mode: T3178: migrate most of the OSPFv3 parts to re-includable snippets | Christian Poessinger | |
This eases CLI maintenance and also migration from legacy code. | |||
2021-01-10 | xml: op-mode: add preprocessor support as known from configuration mode | Christian Poessinger | |
2021-01-09 | ospf: T3198: Fix show information for database tag nodes | sever-sever | |
2021-01-06 | op-mode: rename "show version quagga" to "frr" as this is the routing core | Christian Poessinger | |
2021-01-04 | op-mode: T3178: add part 1 of "show ipv6 ospfv3 database" commands | Christian Poessinger | |
2021-01-04 | op-mode: T3178: add basic "show ipv6 ospfv3" commands | Christian Poessinger | |
- show ipv6 ospfv3 area - show ipv6 ospfv3 border-routers - show ipv6 ospfv3 interface - show ipv6 ospfv3 linkstate - show ipv6 ospfv3 neighbor - show ipv6 ospfv3 redistribute - show ipv6 ospfv3 route | |||
2021-01-04 | op-mode: T3178: split IPv6 commands into individual files | Christian Poessinger | |
2021-01-03 | op-mode: T3178: add "reset ip|ipv6 bgp" commands | Christian Poessinger | |
2021-01-02 | op-mode: T3178: add "show ipv6 prefix-list" commands | Christian Poessinger | |
2021-01-02 | op-mode: T3178: add "show ipv6 route" commands | Christian Poessinger | |
2021-01-02 | op-mode: isis: T3156: add missing help text | Christian Poessinger | |
2021-01-02 | op-mode: T3178: add "show ipv6 access-list|ripng" commands | Christian Poessinger | |
2021-01-02 | op-mode: T3178: add "clear ip(v6)" commands | Christian Poessinger | |
2021-01-02 | Revert "op-mode: T2558: version: no need to call this with sudo" | Christian Poessinger | |
This reverts commit f506ba43d44a4218e44b350721de1c890e62998a. Calling this with sudo is required else some sysfs files can not be read! vyos@vyos:~$ cat /sys/class/dmi/id/product_serial cat: /sys/class/dmi/id/product_serial: Permission denied vyos@vyos:~$ sudo cat /sys/class/dmi/id/product_serial VMware-42 3f 67 73 77 df c4 80-42 c9 42 af ff 15 de 0b | |||
2020-12-29 | bgp: T3158: op-mode: move show ipv6 bgp to new XML format | Jan-Philipp Benecke | |
2020-12-28 | webproxy: T563: use new bash blacklist updater | Christian Poessinger | |
2020-12-28 | webproxy: T563: squidguard: support default ruleset | Christian Poessinger | |
2020-12-28 | webproxy: T563: op-mode: initial command support | Christian Poessinger | |
2020-12-28 | isis: T3156: fix XML indention | Christian Poessinger | |
2020-12-27 | ISIS: T3156: Adding initial op commands for ISIS | Cheeze_It | |
We are adding the initial ISIS operational commands here. They should be fairly straightforward in regards to the context help. | |||
2020-12-23 | xdp: op-mode: T2666: support per interface statistics | Christian Poessinger | |
2020-12-18 | mpls: T915: Add a bunch of op commands to LDP | Cheeze_It | |
In here we are adding a lot more commands that can be used within LDP. There's also some help and contextual changes for initialism that are being removed. | |||
2020-11-30 | Merge pull request #612 from sever-sever/T1316 | Daniil Baturin | |
frr-isis: T1316: Add new routing feature ISIS | |||
2020-11-30 | frr-is-is: T1316: Add new routing feature IS-IS | sever-sever | |
2020-11-24 | arping: T2715: Duplicate address detection option supporting ARP | jack9603301 | |
2020-11-22 | op-mode: add "restart" tree | Christian Poessinger | |
2020-11-15 | op-mode: fix "show arp interface" argument level | Christian Poessinger | |
Commit 84ce69a4 ('op-mode: add "show arp" command') copied the syntax from "show protocols static arp" to "show arp" but the CLI variable reference index was not decreases from 6 to 4 as the CLI level changed for the new command. | |||
2020-11-10 | bridge: T3042: Support VLAN filter and VLAN sub-interface on the bridge | jack9603301 | |
2020-10-17 | op-mode: add "show arp" command | Christian Poessinger | |
2020-10-16 | T2981, Adding MPLS LDP Neighbor Reset functionality | Cheeze_It | |
Configuration was actually made by Viacheslav. I just added it in here, and tested it. It does test. Viacheslav tested it as well. I cannot take credit for this, even though he's giving me PR. Thanks goes to him. | |||
2020-10-16 | op-mode: T2965: Add CLI protocols bfd peers | sever-sever | |