]> git.puffer.fish Git - mirror/frr.git/commit
fabricd: Remove processing for unneded PDUs and TLVs
authorChristian Franke <chris@opensourcerouting.org>
Tue, 5 Jun 2018 18:50:59 +0000 (20:50 +0200)
committerChristian Franke <chris@opensourcerouting.org>
Wed, 5 Sep 2018 09:38:13 +0000 (11:38 +0200)
commita2d41bb0ee1d18353f9cb58c9073f5805e0903ee
treee52ec1c75cb571e5c6eadf554ec060a2b5d7f26c
parent2c92bee49943b5703e183387ac0dd636a9c0e4c4
fabricd: Remove processing for unneded PDUs and TLVs

The OpenFabric draft prescribes that any IS-IS PDUs not needed for
OpenFabric operation MUST be ignored. So this commit makes fabricd
ignore any LAN IIHs and any L1 LSPs.

Also the draft specifies that any reachabilities given as narrow-metric
TLVs SHALL be ignored, so adhere to that too.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
isisd/isis_pdu.c
isisd/isis_spf.c