summaryrefslogtreecommitdiffstats
path: root/src/vnet/fib/fib_source.h
AgeCommit message (Collapse)AuthorFilesLines
2021-01-14docs: Update FIB documentationNeale Ranns1-6/+17
Type: docs Signed-off-by: Neale Ranns <nranns@cisco.com> Change-Id: I3dfde4520a48c945ca9707accabbe1735c1a8799
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns1-0/+302
Type: feature the fib_source_t enum alone no longer defines the priority and behaviour, instead each source must be allocated these attributes. This allows the creation of other sources by the plugins (and soon over the API). Signed-off-by: Neale Ranns <nranns@cisco.com> Change-Id: I890ee820fbc16079ee417ea1fbc163192806e853