IS-IS is not an IP protocol, it’s a layer 2 protocol, meaning it has its own Ethertype.
Chris. From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Gulakh Sent: Monday, April 30, 2018 9:42 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] router plugin ISIS Hi, i want to extend router plugin code to support is-is, i.e., sending is-is packets up to the control plane! First, i registered ISIS in tap inject, by adding the following line: ip4_register_protocol (IP_PROTOCOL_ISIS, im->tx_node_index); in tap_inject_enable (void) function located at vppsb/router/router/tap_inject.c file! However, the problem remained unsolved. Is there a special issue related to is-is that i should know? Anyone can help me? Regards, Gulakh