aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/src/commands/command_strategy.c
diff options
context:
space:
mode:
authorMichele Papalini <micpapal@cisco.com>2022-10-11 14:40:15 +0000
committerGerrit Code Review <gerrit@fd.io>2022-10-11 14:40:15 +0000
commit5ee46ef7ce250a52d85eeafc0dd27de0cd5d6f67 (patch)
treefeb69edecb37ef327bcff0a922f123ceebfc58c2 /ctrl/libhicnctrl/src/commands/command_strategy.c
parent0b65acf82a4a1199220d4473d426a9da221e9629 (diff)
parentf4d8a383451074a026ac385e97ec4d03a659cd66 (diff)
Merge "feat(strategy): forwarding strategy for local faces Ref: HICN-802"
Diffstat (limited to 'ctrl/libhicnctrl/src/commands/command_strategy.c')
-rw-r--r--ctrl/libhicnctrl/src/commands/command_strategy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrl/libhicnctrl/src/commands/command_strategy.c b/ctrl/libhicnctrl/src/commands/command_strategy.c
index 5605822e7..f7f5974d1 100644
--- a/ctrl/libhicnctrl/src/commands/command_strategy.c
+++ b/ctrl/libhicnctrl/src/commands/command_strategy.c
@@ -15,7 +15,7 @@
.name = "strategy", \
.help = \
"Strategy type (e.g. 'random', 'loadbalancer', 'low_latency', " \
- "'replication', 'bestpath').", \
+ "'replication', 'bestpath', local_remote).", \
.type = TYPE_ENUM(strategy_type), .offset = offsetof(hc_strategy_t, type), \
}