Skip to content

v0.1.8

Compare
Choose a tag to compare
@taktv6 taktv6 released this 28 Feb 15:59
· 27 commits to master since this release

What's Changed

  • Add String()/Print() for StaticPath and add lots of path tests by @BarbarossaTM in #391
  • Clean up go-staticcheck nits throughout the whole code base by @BarbarossaTM in #390
  • Reflect if a BMP Peer Up/Down message has been ignored in the logs by @BarbarossaTM in #389
  • fix: example bgp with v6 and cleanup by @tobikris in #393
  • fix: do not reconnect bgp from passive side by @tobikris in #394
  • Add issue template for feature requests. by @BarbarossaTM in #395
  • Fix IPv6 MD5 Password protected BGP sessions not working by @benjojo in #399
  • remove debugging output from bgp fsm by @tobikris in #401
  • fix: nil pointer for local address with ebgp by @tobikris in #397
  • fix: metrics for bgp labels cardinality by @tobikris in #402
  • Index VRFs by name instead of RD by @BarbarossaTM in #405
  • BGP: Bind to VRF device on outgoing TCP con by @taktv6 in #406
  • BGP: Make TCP listener VRF aware by @taktv6 in #407
  • Move contributing ASNs to VRF & add check for all Cluster IDs in the same VRF by @BarbarossaTM in #396
  • Allow setting default Local Preference for eBGP sessions and default it to 100. by @BarbarossaTM in #403
  • Generalize set next-hop filter action to work for all protocols by @BarbarossaTM in #410
  • Multiple fixes for policy filters and add support to filter by protocol by @BarbarossaTM in #413
  • Implemented redistribution between protocols (groundwork + Static -> BGP for now) by @BarbarossaTM in #412
  • BGP: Implement integration test by @taktv6 in #408
  • ISIS: Generate local LSPDUs by @taktv6 in #338
  • Fix package naming by @taktv6 in #414
  • IS-IS: Implement first blackbox test by @taktv6 in #415
  • Add gRPC-base Routing Protocol (GRP) path type by @BarbarossaTM in #411
  • BMP Receiver: Close Connection Explicitly and with log message by @margau in #417
  • Add Logging Wrapper for zap by @margau in #419
  • ISIS: Extend integration testing by @taktv6 in #418
  • ISIS: LSP: Add extened IS + IP reachability TLVs by @taktv6 in #420
  • ISIS: Ensure adjacency goes down when interface does, trigger LSP gen on link up/down + refresh LSP when it gets old by @taktv6 in #422
  • ISIS: Minor improvements by @taktv6 in #424
  • ISIS: Refactor integration test by @taktv6 in #425
  • Fix: Repair ObserveRib for IPv6 by @margau in #423
  • riscli fix logging and allow encrypted grpc by @margau in #426
  • ObserveRIB: Add Support for observing a not yet ready RIB by @margau in #427
  • Fix VRF creation in ris-mirror by @margau in #429
  • Upgrade pipeline to go 1.20 by @taktv6 in #428
  • riscli: Add "get routers" feature by @margau in #431
  • RIS-Mirror: Refactoring by @taktv6 in #434
  • RIS-LG: Initial implementation by @taktv6 in #435

New Contributors

Full Changelog: v0.1.7...v0.1.8