From 7bed48cb79ea13dc34ef263942b4a74030aeb11c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Ganne?= Date: Tue, 20 Oct 2020 14:36:55 +0200 Subject: [PATCH] ip: fix doxygen doc for address add/del command MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Type: docs Change-Id: I96d5cdb41bd938f06d2d72f2625bf1b3d2c5b1b4 Signed-off-by: Benoît Ganne --- src/vnet/ip/ip46_cli.c | 4 ++-- 1 file 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* */ -- 2.16.6