Re: [vpp-dev] IS-IS : router plugin ISIS + tap-inject #vpp #vpp_hard_code

2019-06-15 Thread Damjan Marion via Lists.Fd.Io
ISIS is not IP protocol, it just carries IP routing information. ISIS frames are encapsulated in LLC so you need to punt somehow specific LLC traffic to FRR. Not sure I can help more, as I don’t have clue about router plugin… > On 15 Jun 2019, at 08:45, morteza wrote: > > [Edited Message Foll

[vpp-dev] IS-IS : router plugin ISIS + tap-inject #vpp #vpp_hard_code

2019-06-14 Thread morteza
[Edited Message Follows] Hi, *i want to extend router plugin code to support is-is, i.e., sending is-is packets up to the control plane!* *and also interfaces for control plane are also taken from vpp 18.07.* First, i registered ISIS in tap inject, by adding the following line: ip4_register_pro

[vpp-dev] IS-IS : router plugin ISIS + tap-inject #vpp #vpp_hard_code

2019-06-14 Thread morteza
Hi, *i want to extend router plugin code to support is-is, i.e., sending is-is packets up to the control plane!* *and also interfaces for control plane are also taken from vpp 18.07.* First, i registered ISIS in tap inject, by adding the following line: ip4_register_protocol (IP_PROTOCOL_ISIS, i