projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a152558
)
vswitchd: Add missing argument to check for update-resolv.conf config
author
Justin Pettit
<jpettit@nicira.com>
Tue, 7 Jul 2009 05:12:53 +0000
(22:12 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Tue, 7 Jul 2009 05:12:53 +0000
(22:12 -0700)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index 63c31c2518bcf65e77fa1c26a26f2703f0baad72..febf63bea52b1e1e4a037c4fbd093b4043382617 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-1079,7
+1079,8
@@
bridge_reconfigure_controller(struct bridge *br)
bool update_resolv_conf = true;
if (cfg_has("%s.update-resolv.conf", pfx)) {
- update_resolv_conf = cfg_get_bool(0, "%s.update-resolv.conf");
+ update_resolv_conf = cfg_get_bool(0, "%s.update-resolv.conf",
+ pfx);
}
ofproto_set_discovery(br->ofproto, true,
cfg_get_string(0, "%s.accept-regex", pfx),