diff options
author | Benoît Ganne <bganne@cisco.com> | 2020-10-20 14:36:55 +0200 |
---|---|---|
committer | Matthew Smith <mgsmith@netgate.com> | 2020-11-05 17:00:40 +0000 |
commit | 7bed48cb79ea13dc34ef263942b4a74030aeb11c (patch) | |
tree | f2d78d174dc53c0cf4f098e73911d65a3fcafddc /src/vnet | |
parent | 38049e48a7a8da115f555bbb476b0fdbfb9cbb76 (diff) |
ip: fix doxygen doc for address add/del command
Type: docs
Change-Id: I96d5cdb41bd938f06d2d72f2625bf1b3d2c5b1b4
Signed-off-by: Benoît Ganne <bganne@cisco.com>
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* */ |