summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nhrpd: fix coverity warning about os_socket()Mark Stapp2021-04-141-2/+6
* Merge pull request #8320 from idryzhov/prefix-list-seqnumDonald Sharp2021-04-142-50/+5
|\
| * lib: remove "ip prefix-list sequence-number" commandIgor Ryzhov2021-03-232-50/+5
* | Merge pull request #8446 from ton31337/fix/json_output_for_specific_vs_global...Sri Mohana Singamsetty2021-04-143-6/+22
|\ \
| * | doc: Add `show bgp json detail` command to print more verbose JSON outputDonatas Abraitis2021-04-131-2/+5
| * | bgpd: Add `show bgp json detail` commandDonatas Abraitis2021-04-132-4/+17
* | | Merge pull request #8448 from ton31337/feature/show_rpki_state_in_global_show...Sri Mohana Singamsetty2021-04-1414-6/+41
|\ \ \ | |/ / |/| |
| * | tests: Add BGP RPKI show header to outputsDonatas Abraitis2021-04-1211-0/+11
| * | doc: Add BGP RPKI show header to some output examplesDonatas Abraitis2021-04-121-0/+4
| * | bgpd: Show RPKI short state in `show bgp <afi> <safi>`Donatas Abraitis2021-04-112-6/+26
* | | Merge pull request #8153 from reubendowle/nhrp-multicastJafar Al-Gharaibeh2021-04-1318-46/+549
|\ \ \
| * | | nhrpd: Change sockunion2str to %pSU in a few placesReuben Dowle2021-04-072-35/+25
| * | | nhrpd: Fix style issuesReuben Dowle2021-04-052-3/+4
| * | | nhrpd: Add missing semicolonReuben Dowle2021-04-051-1/+1
| * | | nhrpd: Improve debug message for multicast interceptionReuben Dowle2021-04-051-1/+1
| * | | ospfd: Suppress spurious write message when using ip nhrp map multicastReuben Dowle2021-04-051-1/+7
| * | | ospfd: changes for PMP network /32 prefix lengthAmol Lad2021-04-052-2/+12
| * | | nhrpd: Cleanup multicast nflog handler functionReuben Dowle2021-04-051-15/+9
| * | | nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - commandAmol Lad2021-04-054-14/+42
| * | | nhrpd: Use ethertype defines instead of hard-coded valuesReuben Dowle2021-04-051-1/+1
| * | | nhrpd: Document how to block redirected multicast packetsReuben Dowle2021-04-051-2/+5
| * | | nhrpd: Use strlcpy not unsafe strncpyReuben Dowle2021-04-051-1/+6
| * | | nhrpd: Fix style violation issuesReuben Dowle2021-04-054-46/+60
| * | | nhrpd: Use correct printf format specifierReuben Dowle2021-04-051-1/+1
| * | | ospfd: Document option to support dmvpn networksReuben Dowle2021-04-051-1/+4
| * | | nhrpd: Document multicast functionalityReuben Dowle2021-04-051-0/+28
| * | | ospfd: Support use of ospf with DMVPNAmol Lad2021-04-055-14/+44
| * | | nhrpd: Fix multicast crash due to dangling references to nhrp peersReuben Dowle2021-04-051-1/+1
| * | | nhrpd: Add support for forwarding multicast packetsAmol Lad2021-04-058-7/+398
* | | | Merge pull request #8414 from idryzhov/fix-filter-cliRuss White2021-04-134-349/+276
|\ \ \ \
| * | | | lib: delete empty access-listsIgor Ryzhov2021-04-061-83/+80
| * | | | lib: fix deletion of empty prefix-listsIgor Ryzhov2021-04-061-2/+12
| * | | | lib: fix usage of operational data in CLIIgor Ryzhov2021-04-064-268/+188
| * | | | lib: fix check for duplicated access-list entriesIgor Ryzhov2021-04-061-6/+6
* | | | | Merge pull request #8431 from ton31337/feature/show_bgp_version_per_prefixRuss White2021-04-135-26/+91
|\ \ \ \ \
| * | | | | doc: Add `show [ip] bgp version <version>` commandDonatas Abraitis2021-04-121-0/+20
| * | | | | bgpd: Filter BGP routes by prefix versionDonatas Abraitis2021-04-124-23/+62
| * | | | | bgpd: Show BGP table version which was used for a particular prefixDonatas Abraitis2021-04-111-3/+9
* | | | | | Merge pull request #8426 from idryzhov/fix-interface-nb-stale-pointersQuentin Young2021-04-132-6/+20
|\ \ \ \ \ \
| * | | | | | lib: fix interface nb stale pointersIgor Ryzhov2021-04-122-6/+20
* | | | | | | Merge pull request #8145 from pguibert6WIND/nhrp_use_zebraMark Stapp2021-04-1335-239/+1365
|\ \ \ \ \ \ \
| * | | | | | | zebra, lib: replace ZEBRA_ROUTE_NEIGH with simplified versionPhilippe Guibert2021-04-134-13/+21
| * | | | | | | nhrpd: remove useless typedefPhilippe Guibert2021-04-131-1/+0
| * | | | | | | nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert2021-04-1310-123/+130
| * | | | | | | nhrp: avoid crashing when terminating interface contextsPhilippe Guibert2021-04-121-4/+5
| * | | | | | | nhrpd: add a zebra api to configure neighbor table per interfacePhilippe Guibert2021-04-125-34/+24
| * | | | | | | topotests: add standard nhrp test between spoke and hubPhilippe Guibert2021-04-0911-0/+457
| * | | | | | | zebra: move neighbor table configuration to dplane contextsPhilippe Guibert2021-04-099-58/+207
| * | | | | | | zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane frameworkPhilippe Guibert2021-04-099-88/+222
| * | | | | | | zebra: handler for configuring neighbor tablePhilippe Guibert2021-04-094-0/+81