Signed-off-by: Ben Pfaff <[email protected]>
---
ovn/utilities/ovn-nbctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ovn/utilities/ovn-nbctl.c b/ovn/utilities/ovn-nbctl.c
index bb3ce3e..f18fe22 100644
--- a/ovn/utilities/ovn-nbctl.c
+++ b/ovn/utilities/ovn-nbctl.c
@@ -1327,7 +1327,7 @@ static const struct ctl_command_syntax nbctl_commands[] =
{
/* lport commands. */
{ "lport-add", 2, 4, "LSWITCH LPORT [PARENT] [TAG]", NULL, nbctl_lport_add,
NULL, "", RW },
- { "lport-del", 1, 1, "LPORT", NULL, nbctl_lport_del, NULL, "", RO },
+ { "lport-del", 1, 1, "LPORT", NULL, nbctl_lport_del, NULL, "", RW },
{ "lport-list", 1, 1, "LSWITCH", NULL, nbctl_lport_list, NULL, "", RO },
{ "lport-get-parent", 1, 1, "LPORT", NULL, nbctl_lport_get_parent, NULL,
"", RO },
--
2.1.3
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev