X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=ofproto%2Fofproto.c;h=1cc1e4e1c6f567bd94d0be6112257b19123f2eda;hb=501f8d1fd75;hp=1309b492ab03ef252c6bcfd8fca6970ab9522a93;hpb=9197df76b46ff6fbe1f7a522961730ffc55a860d;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 1309b492a..1cc1e4e1c 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -3115,5 +3115,5 @@ ofproto_unixctl_init(void) } registered = true; - unixctl_command_register("ofproto/list", ofproto_unixctl_list, NULL); + unixctl_command_register("ofproto/list", "", ofproto_unixctl_list, NULL); }