aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/dpo/ip6_ll_dpo.h
AgeCommit message (Collapse)AuthorFilesLines
2018-03-05IP6 link-local tableNeale Ranns1-0/+38
- IPv6 link local table is a per-SW interface array of IPv6 unicast FIBs - the per-interface ocst is sizeof(fib_table_t) which is small, w.r.t. the cost of an interface - FE80::/10 in the 'global' table points to a DPO that performs a lookup in the input interface's LL fib. Change-Id: Ice834b25ebeeacb2e929d7c864d7ec8c09918cbe Signed-off-by: Neale Ranns <neale.ranns@cisco.com>