aboutsummaryrefslogtreecommitdiffstats
path: root/router
AgeCommit message (Expand)AuthorFilesLines
2019-05-24ISIS support for tap-injectHEADmasterJakub Horn1-0/+3
2018-10-08Fix build issue due to vpp's function parameters changeHongjun Ni1-1/+1
2018-08-21Remove FIB_1.0 support and fix FIB_2.0 issueHongjun Ni4-78/+12
2018-07-02Note about selinux rules used by router plugin and log added about sendmsg er...Tomasz Plaza1-0/+8
2018-04-04Add support for MPLS labels in router pluginChad Wang2-61/+145
2017-11-07Changing unix_file to clib_file in order to work with VPP 1801Michael Borokhovich1-3/+3
2017-10-26Fix multicast packet reception.Michael Borokhovich2-16/+23
2017-10-10Merge "[router] Remove call to vlib_buffer_chain_validate"Pierre Pfister1-2/+0
2017-10-09[router] Remove call to vlib_buffer_chain_validateJeff Shaw1-2/+0
2017-10-09[router] Set VLIB_RX metadata to valid sw_if_indexJeff Shaw1-1/+1
2017-04-05FIx compile issue for netlink and router pluginHongjun Ni5-37/+163
2016-10-04[router] IPv6 support and refactoring.Jeff Shaw7-692/+1173
2016-08-18[router] Support UDP protocol.Jeff Shaw1-0/+18
2016-08-12[router] Handle initial tap link state.Jeff Shaw1-2/+37
2016-08-08[router] Link state eventsElza Mathew1-0/+47
2016-08-03[router] Support igmp and ospf multicast.Jeff Shaw1-3/+62
2016-08-02[router] Correctly handle per-interface protocolsJeff Shaw1-46/+70
2016-06-29[router] Remove note about build failure.Jeff Shaw1-4/+1
2016-06-29[router] Support tcp injection on tapped interfaces.Jeff Shaw1-1/+13
2016-06-29[router] Combine node functions.Jeff Shaw1-270/+187
2016-06-17router: initial commitJeff Shaw7-0/+932