Code Monkey home page Code Monkey logo

pim_dm's People

Contributors

leoplo avatar pedrofran12 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

elvissmog leoplo

pim_dm's Issues

Multiple tables support

PIM-DM v1.1.1 supports the definition of multiple routing tables.

Unicast routing table:

  • By default, RPF checks and unicast metric information is obtained from the default unicast routing table (id 254). If intended this information can be obtained from a different table just by setting the expected table id at startup with -uvrf UNICAST_TABLE_ID.

Multicast routing table:

  • By default, all multicast trees are set on the default multicast routing table (id 0). If intended trees can be set on a different table by setting the expected table id at startup with -mvrf MULTICAST_TABLE_ID.
  • If the multicast routing table is different from the default one, multicast rules are automatically defined for all interfaces that are added to the protocol process. If interface eth0 is added to the protocol and the multicast routing table id is 5, the rules that are automatically defined are:
$ ip mrule add iif eth0 lookup 5
$ ip mrule add oif eth0 lookup 5

TO-DO Improvements

This issue lists some ideas and future improvements that could be performed to PIM-DM implementation.

  • BFD support
  • IGMPv3 & MLDv2
  • IPv6 multicast routing support (update Kernel and implement MLD) (DONE #3)
  • Better debug messages
  • More automation on tests
  • Change API used to access unicast routing information (ipdb will become deprecated).
  • Perform tests using other environment (current one does not have support for IPv6 multicast routing - limitations at the kernel level).
  • Multiple tables support. (DONE #4)
  • Have a configuration file to configure everything on startup.
  • Multicast routing protocol takes into consideration interest of own router (router has application that joined some multicast groups)

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.