diff options
author | Benoît Ganne <bganne@cisco.com> | 2020-10-20 14:36:55 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-11-12 11:25:16 +0000 |
commit | 019ce71c2d525758a46f4ea88e6722d61e7db1fe (patch) | |
tree | 57683a75864287358bd61821539fba4dc4ca4ace /src/vnet | |
parent | 071328283ef1210ccea8bef06b28be4f59c07d8f (diff) |
ip: fix doxygen doc for address add/del command
Type: docs
Change-Id: I96d5cdb41bd938f06d2d72f2625bf1b3d2c5b1b4
Signed-off-by: Benoît Ganne <bganne@cisco.com>
(cherry picked from commit 7bed48cb79ea13dc34ef263942b4a74030aeb11c)
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/ip/ip46_cli.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/ip/ip46_cli.c b/src/vnet/ip/ip46_cli.c index ee797ab7068..f58be898d9b 100644 --- a/src/vnet/ip/ip46_cli.c +++ b/src/vnet/ip/ip46_cli.c @@ -206,10 +206,10 @@ done: * @cliexcmd{set interface ip address GigabitEthernet2/0/0 @::a:1:1:0:7/126} * * To delete a specific interface ip address: - * @cliexcmd{set interface ip address GigabitEthernet2/0/0 172.16.2.12/24 del} + * @cliexcmd{set interface ip address del GigabitEthernet2/0/0 172.16.2.12/24} * * To delete all interfaces addresses (IPv4 and IPv6): - * @cliexcmd{set interface ip address GigabitEthernet2/0/0 del all} + * @cliexcmd{set interface ip address del GigabitEthernet2/0/0 all} * @endparblock ?*/ /* *INDENT-OFF* */ |