summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16050 from rgirada/ospfv3_helperRuss White2024-06-111-3/+1
|\
| * ospf6d: Handling Topo Change in GR-HELPER mode for max-age lsasRajesh Girada2024-06-061-3/+1
* | Merge pull request #16193 from opensourcerouting/fix/ecommunity_linkbw_presen...Russ White2024-06-111-4/+16
|\ \
| * | bgpd: Check against extended community unit size for link bandwidthDonatas Abraitis2024-06-111-4/+16
* | | Merge pull request #16187 from opensourcerouting/isis_tilfa_topo_reworkDonald Sharp2024-06-11365-11580/+43799
|\ \ \ | |/ / |/| |
| * | tests: introduce method to update reference data in isis_tilfa_topo1Renato Westphal2024-06-10305-9936/+42189
| * | tests: rework isis_tilfa_topo1 to fix timing issuesRenato Westphal2024-06-1064-1699/+1665
* | | Merge pull request #16183 from LabNConsulting/chopps/notif-doc-updateDonatas Abraitis2024-06-103-8/+87
|\ \ \ | |/ / |/| |
| * | doc: add some text on native message API and notif xpath arrayChristian Hopps2024-06-072-8/+76
| * | mgmtd: add empty notif xpath map for completenessChristian Hopps2024-06-071-0/+11
* | | Merge pull request #16093 from louis-6wind/fix-show-route-memoryDonatas Abraitis2024-06-104-61/+70
|\ \ \
| * | | tests: check show route vrf all json outputLouis Scalbert2024-06-071-0/+15
| * | | zebra: fix show route memory consumptionLouis Scalbert2024-06-071-10/+5
| * | | zebra: fix show route vrf all memory consumptionLouis Scalbert2024-06-071-1/+6
| * | | lib: add helpers to print json keysLouis Scalbert2024-06-072-0/+17
| * | | Revert "vtysh, zebra: Fix malformed json output for multiple vrfs in command ...Louis Scalbert2024-06-071-52/+29
* | | | Merge pull request #16189 from LabNConsulting/chopps/triage-github-actionDonald Sharp2024-06-091-4/+6
|\ \ \ \
| * | | | ci: do apt-get update before installing required modulesChristian Hopps2024-06-081-4/+6
| | |/ / | |/| |
* | | | Merge pull request #15900 from mikemallin/v6-vtep-lib-upstreamDonald Sharp2024-06-079-48/+93
|\ \ \ \
| * | | | bgpd, lib, zebra: Extend ES_VTEP_LIST_STR_SZ to support IPv6 addressesMike RE Mallin2024-05-313-6/+6
| * | | | tests: Extend prefix_sg print UT for IPv6Mike RE Mallin2024-05-311-3/+9
| * | | | lib, zebra: Update prefix_sg structure for IPv6 group supportMike RE Mallin2024-05-313-35/+65
| * | | | lib: Make the ip arg const in stream_put_ipaddrMike RE Mallin2024-05-312-2/+2
| * | | | lib: Add clang-format wrapper around printfrr_extMike RE Mallin2024-05-311-0/+2
| * | | | lib: Add ipaddr_is_same to compare IPv6 addressesMike RE Mallin2024-05-311-0/+6
| * | | | lib: Add SET_IPADDR_NONE macroMike RE Mallin2024-05-311-2/+3
* | | | | Merge pull request #16143 from eremcan/patch-1Donatas Abraitis2024-06-071-1/+1
|\ \ \ \ \
| * | | | | docker: fix chmod issues when running debian containerÇağatay Erem2024-06-041-1/+1
* | | | | | Merge pull request #11906 from louis-6wind/show_isis_db_jsonRuss White2024-06-064-60/+1006
|\ \ \ \ \ \
| * | | | | | isisd: fix crash when displaying asla in jsonLouis Scalbert2024-05-231-1/+112
| * | | | | | isisd: add json display of extended admin groupsLouis Scalbert2024-05-231-2/+17
| * | | | | | isisd: fix show database json formatLouis Scalbert2024-05-233-26/+790
| * | | | | | isisd: fix non present level display is show isis database detail jsonLouis Scalbert2024-05-231-0/+2
| * | | | | | isisd: fix display of srv6 subsubtlvsLouis Scalbert2024-05-231-2/+4
| * | | | | | isisd: display MT name in show isis database detail jsonLouis Scalbert2024-05-231-0/+2
| * | | | | | isisd: fix keys display in show isis database detail jsonLouis Scalbert2024-05-231-12/+14
| * | | | | | isisd: fix multiple values display in show isis database detail jsonLouis Scalbert2024-05-231-15/+54
| * | | | | | isisd: fix display of router in show isis database <rtr> jsonLouis Scalbert2024-05-231-2/+11
* | | | | | | Merge pull request #15434 from louis-6wind/labels-hashRuss White2024-06-0636-356/+774
|\ \ \ \ \ \ \
| * | | | | | | bgpd: fix label in adj-rib-outPhilippe Guibert2024-06-052-1/+12
| * | | | | | | bgpd: fix labels in adj-rib-inPhilippe Guibert2024-06-053-5/+15
| * | | | | | | bgpd: get rid of has_valid_label in bgp_update()Louis Scalbert2024-06-051-32/+15
| * | | | | | | bgpd: move labels from extra to extra->labelsLouis Scalbert2024-06-0518-142/+185
| * | | | | | | bgpd: add bgp_labels hashLouis Scalbert2024-06-058-0/+146
| * | | | | | | topotests: add bgp test to check the ADJ-RIB-IN label valuePhilippe Guibert2024-06-051-0/+86
| * | | | | | | topotests: add bgp test to check the ADJ-RIB-OUT label valuePhilippe Guibert2024-06-052-0/+84
| * | | | | | | topotests: clarify bgp_vpnv4_ebgpLouis Scalbert2024-06-051-10/+38
| * | | | | | | bgpd: store number of labels with 8 bitsLouis Scalbert2024-06-0516-45/+44
| * | | | | | | bgpd: fix too leading tabs in vnc_import_bgpLouis Scalbert2024-06-051-56/+73
| * | | | | | | bgpd: add bgp_path_info_num_labels()Louis Scalbert2024-06-0515-80/+77