Skip to content

Commit

Permalink
ovn-nbctl: Mark lport-del commands as writing the database.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Justin Pettit <[email protected]>
  • Loading branch information
blp committed May 8, 2016
1 parent 6eb51f9 commit 0c29eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovn/utilities/ovn-nbctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 0c29eb7

Please sign in to comment.