projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a476899
)
brcompatd: Fix typo in previous commit.
author
Ben Pfaff
<blp@nicira.com>
Thu, 14 May 2009 22:35:47 +0000
(15:35 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 14 May 2009 22:35:47 +0000
(15:35 -0700)
vswitchd/brcompatd.c
patch
|
blob
|
history
diff --git
a/vswitchd/brcompatd.c
b/vswitchd/brcompatd.c
index d456b89584b8052440dce2b6b68405196d07e749..929f277c02f406706cbbb9ed3b6eb9199eed45b8 100644
(file)
--- a/
vswitchd/brcompatd.c
+++ b/
vswitchd/brcompatd.c
@@
-247,7
+247,7
@@
prune_ports(void)
* practice, they might not exist if vswitchd hasn't finished
* reloading since the configuration file was updated. */
if (!strcmp(iface_name, br_name)
- || cfg_get_bool(0, "iface.%s.internal", if_name)) {
+ || cfg_get_bool(0, "iface.%s.internal", if
ace
_name)) {
continue;
}