GithubHelp home page GithubHelp logo

pfr's Introduction

PFR

PFR is performance routing. This type of routing is based on round trip time and packet loss instead of routing protocols metrics. This code sends icmp probes to list of destinations through several SPs at the same time and measure rtt and packet loss over these SPs for each destination of the list. Then the code injects specific(/32) bgp routes with appropriate next-hop into own AS (don't advertise any external AS), it directs traffic throught external peer with min rtt && packet loss. Gobgp(exec gobgp or grpc are used) is used for routes injection.

This code gets list of destination prefixes(top n) from ipfixcol2pfr to use shm ipc.
We should use some external mechanism to direct probes toward appropriate SP. SP id is contained into icmp payload, we can match the id(see ping_data.h) to use packet filter and send to corresponding vrf/vlan and further to appropriate SP.

The code isn't production ready yet!

TODO:

  • Handle IPv6 routes.

pfr's People

Contributors

mityagz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.