aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/lookup.c
diff options
context:
space:
mode:
authorYichen Wang <yicwang@cisco.com>2018-08-02 17:12:01 -0700
committerNeale Ranns <nranns@cisco.com>2018-08-03 07:26:34 +0000
commit5c482a9de3b28a5609b1c2029d1c2dc12466109c (patch)
tree31e027e8d6764782c8fc46619c6373b7f529cc4f /src/vnet/ip/lookup.c
parent0e10dd17b66736ac604f8e85ba17c202c893fb28 (diff)
Documentation fix on "set interface ip[6] table"
Change-Id: I8dc6230b65e57ddc07f974bf6726393d8dbfd4a2 Signed-off-by: Yichen Wang <yicwang@cisco.com>
Diffstat (limited to 'src/vnet/ip/lookup.c')
-rw-r--r--src/vnet/ip/lookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/ip/lookup.c b/src/vnet/ip/lookup.c
index e0d1ac06dfb..8fa8e7e3ace 100644
--- a/src/vnet/ip/lookup.c
+++ b/src/vnet/ip/lookup.c
@@ -761,7 +761,7 @@ ip6_table_bind_cmd (vlib_main_t * vm,
/*?
* Place the indicated interface into the supplied IPv4 FIB table (also known
- * as a VRF). If the FIB table does not exist, this command creates it. To
+ * as a VRF). The FIB table must be created using "ip table add" already. To
* display the current IPv4 FIB table, use the command '<em>show ip fib</em>'.
* FIB table will only be displayed if a route has been added to the table, or
* an IP Address is assigned to an interface in the table (which adds a route
@@ -789,7 +789,7 @@ VLIB_CLI_COMMAND (set_interface_ip_table_command, static) =
/*?
* Place the indicated interface into the supplied IPv6 FIB table (also known
- * as a VRF). If the FIB table does not exist, this command creates it. To
+ * as a VRF). The FIB table must be created using "ip6 table add" already. To
* display the current IPv6 FIB table, use the command '<em>show ip6 fib</em>'.
* FIB table will only be displayed if a route has been added to the table, or
* an IP Address is assigned to an interface in the table (which adds a route