Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-27 | op-mode: ospfv3: T3335: re-use common vtysh_wrapper.sh wrapper | Christian Poessinger | |
Instead of renaming the OSPFv3 commands for every individual XML invocation, also re-use the common helper shell script. One source, one truth! | |||
2021-04-25 | wireguard: T1802: add client name to configuration | Christian Poessinger | |
2021-04-24 | 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. | |||
2021-04-21 | container: T2216: Rewrite op-mode to python | sever-sever | |
2021-04-21 | containers: T2216: add op-mode "show container network" command | Christian Poessinger | |
2021-04-13 | Merge pull request #801 from sever-sever/T2216-pod | Christian Poessinger | |
containers: T2216: Add podman for containers | |||
2021-04-12 | containers: T2216: Add podman for containers | sever-sever | |
2021-04-09 | op-mode: bgp: add common commands to top level "show bgp" command | Christian Poessinger | |
2021-04-09 | op-mode: bgp: support VRF related "show bgp vrf" commands | Christian Poessinger | |
cpo@PE1:~$ show bgp vrf all Instance default: No BGP prefixes displayed, 0 exist Instance red: BGP table version is 1, local router ID is 10.2.1.1, vrf id 11 Default local pref 100, local AS 100 Status codes: s suppressed, d damped, h history, * valid, > best, = multipath, i internal, r RIB-failure, S Stale, R Removed Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.2.1.0/24 0.0.0.0 0 32768 ? Displayed 1 routes and 1 total paths Instance blue: BGP table version is 1, local router ID is 10.1.1.1, vrf id 10 Default local pref 100, local AS 100 Status codes: s suppressed, d damped, h history, * valid, > best, = multipath, i internal, r RIB-failure, S Stale, R Removed Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 0.0.0.0 0 32768 ? Displayed 1 routes and 1 total paths | |||
2021-04-09 | op-mode: bgp: move common includes to include/bgp directory | Christian Poessinger | |
This change makes it easier to group all BGP related operational level command building blocks in one place. | |||
2021-04-09 | op-mode: bgp: fix indention of common include | Christian Poessinger | |
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). | |||
2021-03-28 | op-mode: T3431: Fix show version all | sever-sever | |
2021-03-26 | ospf: T3436: op-mode CLI refactoring for support vrf | sever-sever | |
2021-03-26 | bgp: T3434: op-mode CLI refactoring for support vrf | sever-sever | |
2021-03-21 | op-mode: add "show zebra" commands to query RIB informations | Christian Poessinger | |
2021-03-21 | isis: T3417: ad per vrf op-mode commands | Christian Poessinger | |
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. | |||
2021-03-14 | nat66: T2518: Modify the command line description of NAT/NAT66 | jack9603301 | |
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 |