isisd: IS-IS over tunnel (GRE, GENEVE)#12979
Conversation
Signed-off-by: Josef Miegl <josef@miegl.cz>
|
Which kernel patch is needed for GENEVE case ? Please, share a URL. |
|
These are the kernel patches in question: With these two patches, a GENEVE tunnel created with |
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-10121/ This is a comment from an automated CI system. Warnings Generated during build:Checkout code: Successful with additional warnings |
|
@riw777 Do you know when this will be pulled into a release? |
This patch introduces a new BFP filter in
isis_pfpacket.c, which in addition to IS-IS over LLC also permits IS-IS over Ethertype0x00fe. This makes IS-IS work over tunnels such as GRE.Tested IS-IS over Ethernet, IS-IS over GRE and IS-IS over GENEVE (GENEVE requires upstreaming a kernel patch).
Resolves #2330 (may need setting
isis network point-to-point).