summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Cleanup pointer assignment so compiler doesn't get confusedDonald Sharp2022-06-231-2/+1
* Merge pull request #10629 from leonshaw/fix/mp-evpn-nhRuss White2022-06-231-21/+20
|\
| * lib, zebra, bgpd: Move route EVPN flag to nexthopXiao Liang2022-06-101-21/+20
* | Merge pull request #11442 from opensourcerouting/fix/rpki_cliDonald Sharp2022-06-221-23/+58
|\ \
| * | bgpd: Do not show polling_period default value in CLI for RPKIDonatas Abraitis2022-06-211-1/+2
| * | bgpd: Show cache server preference in `show rpki cache-server` outputDonatas Abraitis2022-06-201-4/+11
| * | bgpd: Generate RPKI CLI config even if no cache servers configuredDonatas Abraitis2022-06-201-7/+5
| * | bgpd: Drop SSH public key for RPKI CLI optionDonatas Abraitis2022-06-201-11/+9
| * | bgpd: Allow deleting full line for RPKI cache serverDonatas Abraitis2022-06-201-2/+8
| * | bgpd: Add `no rpki` commandDonatas Abraitis2022-06-201-0/+25
* | | Merge pull request #11445 from opensourcerouting/fix/replace_sockunion2strDonald Sharp2022-06-224-111/+57
|\ \ \
| * | | *: Replace sockunion2str => %pSUDonatas Abraitis2022-06-214-111/+57
| |/ /
* | | Merge pull request #11443 from opensourcerouting/fix/duplicate_labelmobash-rasool2022-06-221-2/+0
|\ \ \
| * | | bgpd: Drop duplicate label assignmentDonatas Abraitis2022-06-211-2/+0
| |/ /
* | | Merge pull request #11440 from opensourcerouting/fix/increase_flags_bgp_peer_...Russ White2022-06-212-5/+9
|\ \ \
| * | | bgpd: Increase peer->flags to uint64_tDonatas Abraitis2022-06-202-5/+9
| |/ /
* / / bgpd: Replace zlog_info -> zlog_debug under BGP_DEBUG()Donatas Abraitis2022-06-211-1/+1
|/ /
* | Merge pull request #11284 from ordex/prefixlen_countDonatas Abraitis2022-06-201-0/+40
|\ \
| * | bgpd: Allow statistics gathering to give more data about prefix LengthsAntonio Quartulli2022-06-091-0/+40
| |/
* | bgpd: Display useful values when using json for missing neighbor stateDonald Sharp2022-06-171-0/+12
* | bgpd: Use %pSU instead of sockunion2strDonald Sharp2022-06-161-21/+13
* | Merge pull request #11353 from fdumontet6WIND/bmp_src_interfaceDonatas Abraitis2022-06-164-11/+98
|\ \
| * | bmp: add a interface source to bmp connect commandFrancois Dumontet2022-06-164-11/+98
* | | bgpd, ospfd: Remove extra newline for `show debugging`Donald Sharp2022-06-151-1/+0
* | | Merge pull request #11395 from opensourcerouting/fix/autocompete_for_rmap_bgpDonald Sharp2022-06-144-44/+40
|\ \ \
| * | | *: Use autocomplete for route-maps under commands that require itDonatas Abraitis2022-06-134-44/+40
* | | | Merge pull request #11344 from opensourcerouting/feature/wrap_ipv4_unicast_validRuss White2022-06-143-15/+16
|\ \ \ \
| * | | | bgpd: Wrap IPV4_CLASS_DE into ipv4_unicast_valid() helperDonatas Abraitis2022-06-133-15/+16
| |/ / /
* | | | Merge pull request #11392 from opensourcerouting/fix/ttl_setRuss White2022-06-142-7/+15
|\ \ \ \
| * | | | bgpd: Show TTL value unconditionally for neighborsDonatas Abraitis2022-06-101-4/+13
| * | | | bgpd: Set TTL for iBGP/eBGP by checking only if Generic TTL security appliedDonatas Abraitis2022-06-101-3/+2
| | |_|/ | |/| |
* | | | Merge pull request #11343 from opensourcerouting/fix/local_preference_plus_mi...Russ White2022-06-149-17/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | bgpd: Initialize attr->local_pref to the configured default valueDonatas Abraitis2022-06-069-17/+19
| | |/ | |/|
* | | Merge pull request #11333 from opensourcerouting/fix/memory_leak_with_rmapsDonald Sharp2022-06-131-1/+1
|\ \ \
| * | | bgpd: Fix memory leak when setting [l]community at egressDonatas Abraitis2022-06-021-1/+1
| |/ /
* | | Merge pull request #11358 from opensourcerouting/fix/implicit_withdraw_for_vr...Donald Sharp2022-06-131-2/+22
|\ \ \
| * | | bgpd: Print source VRF name when leaking to another VRFDonatas Abraitis2022-06-071-2/+2
| * | | bgpd: Withdraw implicitly old paths from VRFs when import/export list changesDonatas Abraitis2022-06-071-0/+20
* | | | Merge pull request #11389 from ton31337/fix/some_codeql_fixesJafar Al-Gharaibeh2022-06-102-2/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | bgpd: Drop sockunion_vty_out() wrong definitionDonatas Abraitis2022-06-101-1/+0
| * | | bgpd: last_reset_cause_size can't be larger than 65k bytesDonatas Abraitis2022-06-101-1/+1
| |/ /
* | | Merge pull request #11328 from opensourcerouting/fix/drop_label_pton_ntopRuss White2022-06-094-42/+49
|\ \ \ | |/ / |/| |
| * | bgpd: Drop label_ntop/label_pton functionsDonatas Abraitis2022-06-014-42/+49
| |/
* | Merge pull request #11312 from opensourcerouting/feature/draft-ietf-idr-bfd-s...base_8.3Pushpasis Sarkar2022-06-074-0/+10
|\ \ | |/ |/|
| * bgpd: Add Notification CEASE BFD Down messageDonatas Abraitis2022-06-024-0/+10
* | bgpd: Add ability to match `match peer <PEERGROUPNAME>`Donald Sharp2022-05-311-3/+7
|/
* Merge pull request #11304 from opensourcerouting/feature/show_rpki_prefix_jsonDonald Sharp2022-05-311-40/+139
|\
| * bgpd: Add JSON output for `show rpki prefix` and other show commandsDonatas Abraitis2022-05-301-40/+139
* | bgpd: Fix SR color nexthop processing in BGPDonald Sharp2022-05-271-6/+5
|/
* bgpd: Simplify BGP community alias handlingDonatas Abraitis2022-05-261-18/+28