Commit Graph

  • a74149f9ef v3.26.0 master v3.26.0 FUJITA Tomonori 2024-05-01 07:59:46 +09:00
  • 3ae91215be graceful restart: send initial paths list to all neighbors Arthur de Kerhor 2024-04-10 20:22:03 +02:00
  • 5aaabf0a0e Bump golang.org/x/net from 0.17.0 to 0.23.0 dependabot[bot] 2024-04-29 10:36:14 +00:00
  • 78516cf8af server: fix nil pointer exception in evpn mac mobility Tuetuopay 2024-04-23 11:03:49 +02:00
  • 9fbc03765a send-max: respect configuration Maxime Peim 2024-03-15 12:36:47 +01:00
  • bbde806641 evpn: fix quadratic mac-mobility handling for gRPC routes Tuetuopay 2024-04-22 11:09:02 +02:00
  • 7ec4af4818 fix data race when getting capabilities from neighbor config Arthur de Kerhor 2024-04-23 15:48:31 +02:00
  • d0bf8138ff Update the reference of draft-ietf-idr-bgp-gr-notification Yutaro Hayakawa 2024-04-27 12:12:31 +09:00
  • 0ccd87db55 Sending Cease/Hard Reset notification Yutaro Hayakawa 2024-04-27 11:56:37 +09:00
  • 7ef2f0bb82 Add CommunityCount BGP Policy Condition wenovus 2024-04-04 09:46:06 -07:00
  • 7fed268caf v3.25.0 v3.25.0 FUJITA Tomonori 2024-04-04 08:26:35 +09:00
  • 5d5a6b9afe Do not check enabling when EOR received Rinat Baygildin 2023-06-05 13:50:30 +03:00
  • ed87360952 Add EOR type to Table's filter on Watch method Rinat Baygildin 2023-03-14 17:11:29 +04:00
  • 82cc205403 allow to pass add/del route -a vpnv46 identifier Nathan Skrzypczak 2024-02-23 18:55:00 +01:00
  • 912eb5a920 Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 dependabot[bot] 2024-03-17 05:45:55 +00:00
  • 829bbcf0a2 Fix ListPath for ADJ_IN and EnableFiltered=true and add tests. wenovus 2024-03-15 16:11:55 -07:00
  • 9d05544d1e Revert "Add EOR type to Table's filter on Watch method" FUJITA Tomonori 2024-03-05 07:42:25 +00:00
  • 84a264e618 Revert "Do not check enabling when EOR received" FUJITA Tomonori 2024-03-05 07:41:28 +00:00
  • d67f568150 v3.24.0 v3.24.0 FUJITA Tomonori 2024-03-02 09:49:28 +00:00
  • fbeaa1c668 Do not check enabling when EOR received Rinat Baygildin 2023-06-05 13:50:30 +03:00
  • aff055b44d Add EOR type to Table's filter on Watch method Rinat Baygildin 2023-03-14 17:11:29 +04:00
  • 34e4845765 Adjust size of packing slice before allocating Britton Payne 2023-12-05 06:27:53 -08:00
  • 3448996706 Use net.IP.Equal in peer.filterPathFromSourcePeer Britton Payne 2023-11-28 08:29:21 -08:00
  • 003745affe logs: Guard frequently called logs behind if check Dawn Minion 2024-02-27 12:58:03 -08:00
  • 87e5b819e4 server: Fix deadlock if StopBgp is called when conn queue is full Dawn Minion 2024-02-27 12:15:24 -08:00
  • 8fdda5dd2d v3.23.0 v3.23.0 FUJITA Tomonori 2024-02-01 08:00:14 +09:00
  • ce7e5d3296 server: only log warning if grpcServer.Serve() returned an error. Christian Persson 2024-01-31 17:42:41 +00:00
  • 815683fa5e Only wait for GR End of RIB for the received address family Yutaro Hayakawa 2024-01-25 12:25:22 +09:00
  • 2558b5a069 v3.22.0 v3.22.0 FUJITA Tomonori 2024-01-03 22:58:24 +09:00
  • c393f4382c evpn: fix quadratic evpn mac-mobility handling Tuetuopay 2023-11-28 17:23:31 +01:00
  • 99d96acddf allows duplicate-heading for markdownlint FUJITA Tomonori 2023-12-16 09:55:49 +09:00
  • 270ee41d9a mup: add Source Address to Type 1 ST Route Yuya Kusakabe 2023-12-13 22:51:40 +09:00
  • 7ddcd293dd Add initial support for evpn subtype 4 Lauri Huotari 2023-11-14 08:46:53 +02:00
  • 08529d6cc4 Make sure the TCP connection is closed when a peer is deleted Arthur de Kerhor 2023-12-01 18:52:15 +01:00
  • 95cf2c10c5 v3.21.0 v3.21.0 FUJITA Tomonori 2023-12-01 14:04:43 +09:00
  • 0d57904082 add test case for AddDefinedSet with replace Jeremiah Millay 2023-11-10 13:59:11 -05:00
  • 16412bfc03 Add replace option to AddDefinedSet rpc Jeremiah Millay 2023-11-10 13:35:24 -05:00
  • 02fa6129af Implementation of Dynamic Neighbor MD5 (Issue #2589) Joshua DeWald 2023-11-07 11:28:12 -08:00
  • d210224493 packet: fix software version capability parser FUJITA Tomonori 2023-11-02 10:39:02 +09:00
  • 66e8f5c592 v3.20.0 v3.20.0 FUJITA Tomonori 2023-11-01 07:48:32 +09:00
  • 140ca9b96a CODEOWNERS: update zebra path FUJITA Tomonori 2023-10-31 22:41:32 +09:00
  • 868ac6d7ff Add MaxSoftware wenovus 2023-10-24 10:25:36 -07:00
  • 340030dc28 Fix imports wenovus 2023-10-24 10:07:02 -07:00
  • 0e7420d8a1 Export some zebra symbols. wenovus 2023-10-24 09:55:45 -07:00
  • 7a77f281c5 Export zebra package to /pkg/zebra wenovus 2023-10-24 09:53:34 -07:00
  • 64d69cc6d4 Bump google.golang.org/grpc from 1.55.0 to 1.56.3 dependabot[bot] 2023-10-25 22:42:10 +00:00
  • e26631ceb4 packet: fix FQDN capability parser FUJITA Tomonori 2023-10-31 21:43:01 +09:00
  • 286c887775 fix: call validatePathAttributeFlags after parsing and setting path attribute length Jeremiah Millay 2023-10-30 10:58:13 -04:00
  • 1b975be057 Fix data race in newWatchEventPeer Dawn Minion 2023-10-03 14:56:26 -07:00
  • 0f7273c372 Bump golang.org/x/net from 0.10.0 to 0.17.0 dependabot[bot] 2023-10-24 09:49:50 +00:00
  • f4362280c8 Fix systemd service reload command Siyuan Miao 2023-10-18 05:12:07 +08:00
  • 4364a26a7f feat(config): autoreload on config changes SkalaNetworks 2023-10-17 17:18:43 +00:00
  • 419c50dfac Check Address and LocalAddress instead of RouterId wenovus 2023-10-02 10:15:42 -07:00
  • 16a9c95393 Allow testing multiple GoBGP instances on localhost. wenovus 2023-09-19 15:45:50 -07:00
  • 146b2b8f59 server: improve ListPath's memory consumption with batched send Vladislav Grishenko 2023-06-26 00:12:15 +05:00
  • ed5732bb6e v3.19.0 v3.19.0 FUJITA Tomonori 2023-10-01 07:47:23 +09:00
  • aa0cf39f37 Export Generated BGP Configuration Code wenovus 2023-08-17 15:17:42 -07:00
  • 8bfcc66bcd [Fuzzing] fix lint error Arjun Singh 2023-09-27 17:18:03 +05:30
  • 60bcfc20f2 [Fuzzing] fuzzing support for oss-fuzz Arjun Singh 2023-09-19 20:39:25 +05:30
  • 9692041417 Update configuration documentation for overriding peer-as checking during FSM Andrew Redmon 2023-09-06 13:48:30 +00:00
  • b6be999f90 Fix crash on ListPathRequest with malformed prefix Rodrigo Peña 2023-08-04 18:42:06 -04:00
  • e7e0007225 go.mod: Bump dependencies Manuel Rüger 2023-08-29 18:41:32 +02:00
  • 155bc636cd fix CLI rd option ignore. Kirill Pletnev 2023-09-06 08:02:09 +00:00
  • 35bfc9605c CLI VPNv4/VPNv6 filtering Kirill Pletnev 2023-09-05 08:56:36 +00:00
  • 002690b848 ListPath can filter VPNv4/v6 routes Kirill Pletnev 2023-08-24 07:18:05 +00:00
  • b8e17e06cd Use filter for watch pre/post-update watch events Rinat Baygildin 2023-08-07 18:52:50 +03:00
  • eb58efd79c Fix test TestAddBogusPath Rinat Baygildin 2023-08-07 18:15:44 +03:00
  • 2956dd655f v3.18.0 FUJITA Tomonori 2023-09-02 21:20:21 +09:00
  • 6047ca44b1 v3.18.0 v3.18.0 FUJITA Tomonori 2023-09-02 21:20:21 +09:00
  • 5f01c74a5b Accommodate FRRouting interfaceNameSize changes Hitoshi Irino 2023-08-16 15:34:21 +09:00
  • 82f1eb7897 Fix panic on malformed MRT injection Rodrigo Peña 2023-08-04 22:53:26 -04:00
  • d3a46b8e1f Fix SRv6 prefix SID unmarshalling Rastislav Szabo 2023-07-28 22:05:11 +02:00
  • cc8ee20892 v3.17.0 v3.17.0 FUJITA Tomonori 2023-08-01 14:36:21 +09:00
  • e7534de3d2 use TCP MSS configuration Maxime Peim 2023-07-06 15:03:56 +00:00
  • f617588415 Enhance AsPath attribute String() format Rastislav Szabo 2023-07-13 16:19:31 +02:00
  • 9f2b64779a Reworked gobgp test to use collections.abc.Mapping to fix compatibility with Python 3.10 Pavel Odintsov 2023-07-15 18:35:19 +01:00
  • d5809673ed Added hack to address nose library incompatibility with Python 3.10 Pavel Odintsov 2023-07-15 18:16:40 +01:00
  • 293ca5f2b6 Upgraded GitHub CI to use Ubuntu 22.04 Pavel Odintsov 2023-07-15 18:15:58 +01:00
  • d4d97da220 pkg/packet/mrt: restore compatibility FUJITA Tomonori 2023-07-01 13:35:40 +09:00
  • c801e18495 Add MRT-specific MP_REACH_NLRI encoding Harry Freeborough 2023-04-27 15:19:55 +01:00
  • 78e9380375 v3.16.0 v3.16.0 FUJITA Tomonori 2023-07-01 10:41:54 +09:00
  • 79d301f75b Fix UpdatePathAggregator4ByteAs() ignores 32bit value Jeremiah Millay 2023-06-12 17:19:09 -04:00
  • 0cc8a9880b cmd/gobgp: fix parseEvpnMacAdvArgs Costas Drogos 2023-06-06 23:03:15 +02:00
  • a0e9ab24a2 cmd/gobgp: fix parseEvpnEthernetAutoDiscoveryArgs Costas Drogos 2023-06-06 22:56:32 +02:00
  • 0ab45505ac cmd/gobgp: add tests for EVPN parsing Costas Drogos 2023-06-06 22:55:48 +02:00
  • 03982e597e Fix setting of TTL on a nil connection in updateNeighbor Rastislav Szabo 2023-06-05 09:42:48 +02:00
  • d8306e9bb3 v3.15.0 v3.15.0 FUJITA Tomonori 2023-06-04 08:37:17 +09:00
  • 987c1794d5 Allow non-disruptive changes of TTL in UpdatePeer Rastislav Szabo 2023-05-26 09:59:47 +02:00
  • 5719c6d2ed graceful-restart: expose peer graceful restart state via API harsimran pabla 2023-05-25 11:56:21 -04:00
  • f8c6d24e32 Fix defaulting for UpdatePeer + make IdleHoldTimeAfterReset actually configurable Rastislav Szabo 2023-05-22 13:18:41 +02:00
  • 9cff3f4145 Allow EbgpMultihop change in UpdatePeer Rastislav Szabo 2023-05-22 12:41:26 +02:00
  • 9c969eb763 fixes #2645 Panic when adding FlowspecComponentItem with to large value Linus Mellberg 2023-04-12 14:35:12 +02:00
  • ba162b37b4 Fix node/adjacency/peer-set SID type Enigamict 2023-05-21 02:03:17 +09:00
  • cbd1492630 Add option to register BGP-LS Attribute in gobgp command Enigamict 2023-05-21 01:59:50 +09:00
  • 1a6dc92b95 Fix Serialize() method to advertise BGP Router ID Enigamict 2023-05-02 00:42:49 +09:00
  • 573ae9158b Add option to register BGP-LS MP_REACH_NLRI in gobgp watal 2023-01-12 08:47:32 +09:00
  • 2fbfee5f27 v3.14.0 v3.14.0 FUJITA Tomonori 2023-05-01 15:15:38 +09:00
  • 7109696696 Updating support of L2VPN VPLS address family (AFI 25, SAFI 65) menetelk0 2023-04-25 01:21:40 +03:00
  • 88da915c97 Use standard library context package Tobias Klauser 2023-04-18 13:56:58 +02:00
  • bab5b30693 move metrics to internal Vladimir Kikhtenko 2023-04-01 17:53:39 +07:00