datapath: Clarify meaning of n_buckets argument to tbl_create().
[sliver-openvswitch.git] / datapath / tunnel.c
index bf0ab56..c78e7dd 100644 (file)
@@ -237,7 +237,7 @@ static int add_port(struct vport *vport)
        if (!port_table) {
                struct tbl *new_table;
 
-               new_table = tbl_create(0);
+               new_table = tbl_create(TBL_MIN_BUCKETS);
                if (!new_table)
                        return -ENOMEM;