Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

exazk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exazk

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Workflow

  • ExaBGP forks new process (exazk.rb);
  • exazk.rb is trying to acquire mutex on ZK:
    • on success - announce routes and write some information to ZK about master node;
    • on failure - withdraw routes and spin around trying to acquire mutex once again.

Requirements

  • Zookeeper
  • ExaBGP
  • Ruby
  • zk rubygem

Install

  • gem install exazk

Recommendations

  • set minSessionTimeout or tickTime (zookeeper) as low as you can, to have faster convergence.

Configuration example

neighbor 10.0.0.1 {
    router-id 10.0.0.2;
    local-address 10.0.0.2;
    local-as 65501;
    peer-as 65501;
    hold-time 5;
    
    process announce-routes {
      run /etc/exabgp/exazk.rb;
    }
}

FAQs

Package last updated on 18 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc