Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-13 | nat: nat66: T2518: Support operation mode command | jack9603301 | |
2021-03-03 | op-mode: evpn: T1513: add show commands | Christian Poessinger | |
2021-03-03 | op-mode: bgp: T1513: extend evpn show commands | Christian Poessinger | |
2021-02-24 | Merge pull request #742 from erkin/current | Christian Poessinger | |
op-mode: Correct help messages | |||
2021-02-24 | op-mode: Correct help messages | erkin | |
2021-02-20 | op-mode: bgp: T1513: no need for "sudo" | Christian Poessinger | |
Commit 68f7d1474d ("op-mode: bgp: T1513: add "show bgp" tree containing l2vpn evpn") added the required XML definitions and a bash helper script. The helper always got invoked using "sudo" which is not necessary for vtysh. Calling "sudo" only slows down the system when e.g. RADIUS backed accounts are used. | |||
2021-02-20 | op-mode: bgp: T1513: add "show bgp" tree containing l2vpn evpn | Christian Poessinger | |
2021-02-09 | bgp: T1513: initial implementation of L2VPN EVPN support | Christian Poessinger | |
2021-02-09 | xml: op-mode: remove absolute path from vtysh | Christian Poessinger | |
2021-02-09 | xml: bgp: remove absolute path from vtysh | Christian Poessinger | |
2021-02-04 | op-mode: ip: T3283: Format Neigh tables | jack9603301 | |
2021-02-04 | op-mode: ip: T3283: Support for IPv4 neigh tables | jack9603301 | |
2021-01-29 | Merge branch 't3255-rpki' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 't3255-rpki' of github.com:c-po/vyos-1x: rpki: T3255: provide full protocol support in XML and Python op-mode: ssh: support generating client keypair smoketest: openvpn: remove print() when generating keys | |||
2021-01-29 | op-mode: ssh: support generating client keypair | Christian Poessinger | |
vyos@vyos:~$ generate ssh client-key /config/auth/id_rsa_rpki Generating public/private rsa key pair. Your identification has been saved in /config/auth/id_rsa_rpki. Your public key has been saved in /config/auth/id_rsa_rpki.pub. The key fingerprint is: SHA256:aBMN1F6lINh4CbG/fuEVReCpbZr3U0/KdorWY6iGfvw vyos@vyos The key's randomart image is: +---[RSA 2048]----+ | oB+o. .+o | | o.++.o.o. | | ......+. | | . o.o. | | = S o. | | . o.+. . .| | ..o=. = + | | . +.+.+.B o| | .o.o.+E+.+ | +----[SHA256]-----+ | |||
2021-01-28 | monitor: op-mode: T3257: Fix the CLI of tcpdump | jack9603301 | |
2021-01-26 | monitor: traffic: op-mode: T3257: tcpdump supporting complete protocol | jack9603301 | |
2021-01-25 | bridge: op-mode: T3249: Support operation mode forwarding table output | jack9603301 | |
2021-01-15 | op-mode: restart: cleanup help strings | Christian Poessinger | |
2021-01-15 | ssh: T631: add op-mode "restart ssh" command | Christian Poessinger | |
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 | |||
2021-01-15 | op-mode: T3215: Fix show ipv6 route overlaps in nodes | sever-sever | |
2021-01-14 | op-mode: T3215: Fix show ipv6 route nodes | sever-sever | |
2021-01-11 | op-mode: T3201: fix "show log all" for RADIUS users | Christian Poessinger | |
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 | |