diff options
author | Michele Papalini <micpapal@cisco.com> | 2022-10-11 08:44:22 +0000 |
---|---|---|
committer | Michele Papalini <micpapal@cisco.com> | 2022-10-11 14:13:40 +0000 |
commit | f4d8a383451074a026ac385e97ec4d03a659cd66 (patch) | |
tree | 9428883847bf927285a104aa57254c86da65dc2f /lib | |
parent | 03fb1444ad41d254469b4749382d1bf2b7cc48da (diff) |
feat(strategy): forwarding strategy for local faces
Ref: HICN-802
Signed-off-by: Michele Papalini <micpapal@cisco.com>
Change-Id: I22b48d700b1b46599e570d841932d74c5ac65891
Diffstat (limited to 'lib')
-rw-r--r-- | lib/includes/hicn/strategy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/includes/hicn/strategy.h b/lib/includes/hicn/strategy.h index c71db451a..196d59efa 100644 --- a/lib/includes/hicn/strategy.h +++ b/lib/includes/hicn/strategy.h @@ -29,6 +29,7 @@ _ (RANDOM) \ _ (REPLICATION) \ _ (BESTPATH) \ + _ (LOCAL_REMOTE) \ _ (N) typedef enum |