aboutsummaryrefslogtreecommitdiffstats
path: root/router
AgeCommit message (Expand)AuthorFilesLines
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