aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-03-02 13:26:35 -0800
committerBen Pfaff <blp@nicira.com>2012-03-05 13:13:54 -0800
commit5aebcc661392c52409d44618c24651ed92bd6ff2 (patch)
tree43f68127a86220ab9c1aefbc224b9a12ac1ceea1 /AUTHORS
parentb84642dc9ac1e08d802f37d0de31d920db2bdffa (diff)
bridge: Remove unwanted ports at time of ofproto creation.
The reconfiguration code only deleted unwanted ports for bridges that had been created in previous (re)configurations. In fact, we should run this step even for bridges that are newly added, e.g. to delete ports that were added by a previous run of ovs-vswitchd and deleted from the database between runs. Before this commit, the following left "int" in datapath br0. After this commit, "int" is properly deleted: 1. With ovs-vswitchd running: # ovs-vsctl add-br br0 # ovs-vsctl add-port br0 int -- set interface int type=internal 2. Kill ovs-vswitchd, then: # ovs-vsctl --no-wait -- del-port br0 int 3. Restart ovs-vswitchd. Bug #9957. Reported-by: Hiroshi Tanaka <htanaka@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index a36d0d24..3bd4e654 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -81,6 +81,7 @@ Gregor Schaffrath grsch@net.t-labs.tu-berlin.de
Hassan Khan hassan.khan@seecs.edu.pk
Hector Oron hector.oron@gmail.com
Henrik Amren henrik@nicira.com
+Hiroshi Tanaka htanaka@nicira.com
Jad Naous jnaous@gmail.com
Jan Medved jmedved@juniper.net
Janis Hamme janis.hamme@student.kit.edu