Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-29 | L3VPN: T3952: add sh bgp ipv4/ipv6 vpn command | goodNETnick | |
2021-10-19 | op-mode: bgp: "show ip bgp ipv4 unicast" should output all BGP routes | Christian Poessinger | |
2021-09-25 | op-mode: bgp: "show bgp ipv4|ipv6" should display routing table | Christian Poessinger | |
The <command> node was missed out when adding the XML definitions. | |||
2021-08-19 | op-mode: bgp: T3759: add "show bgp ipv4|ipv6 vpn" commands | Christian Poessinger | |
2021-08-17 | op-mode: T1513: bgp: add "show bgp large-community-list" commnad | Christian Poessinger | |
2021-08-17 | op-mode: xml: bgp: fix large-community help string | Christian Poessinger | |
2021-08-17 | op-mode: T1513: bgp: add "show bgp large-community AA:BB:CC exat-match" | Christian Poessinger | |
2021-08-17 | op-mode: T1513: bgp: xml: provide exact-match building block | Christian Poessinger | |
2021-08-01 | op-mode: bgp: T1513: extend "show bgp" command tree | Christian Poessinger | |
Add the following new commands: * show bgp mac hash * show bgp martian next-hop * show bgp memory * show bgp next-hop * show bgp next-hop detail * show bgp next-hop ip * show bgp next-hop ip detail * show bgp statistics * show bgp statistics-all * show bgp wide * show bgp cidr-only * show bgp cidr-only wide * show bgp ipv4 wide * show bgp ipv6 wide | |||
2021-05-06 | op-mode: isis: convert from DOS to UNIX line endings | Christian Poessinger | |
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-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-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 | isis: T3417: ad per vrf op-mode commands | Christian Poessinger | |
2021-03-03 | op-mode: bgp: T1513: extend evpn show commands | Christian Poessinger | |
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-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. |