From 1c59df770b73954468c45039ebda4491f2c2dbe6 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 26 Jan 2021 12:08:25 +0000 Subject: fib: Changes to interpose source Type: improvement 1) stack the interpose on any path-extensions (e.g. labels) from the next best source 2) allow more than 1 source to contribute a DPO for a given prefix Signed-off-by: Neale Ranns Change-Id: Idc2fbb36cfbd2387081765d8af0f1fbe61612160 --- src/vnet/fib/.clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/vnet/fib/.clang-format (limited to 'src/vnet/fib/.clang-format') diff --git a/src/vnet/fib/.clang-format b/src/vnet/fib/.clang-format new file mode 100644 index 00000000000..9d159247d51 --- /dev/null +++ b/src/vnet/fib/.clang-format @@ -0,0 +1,2 @@ +DisableFormat: true +SortIncludes: false -- cgit 1.2.3-korg