<div dir="ltr">HI<div>   </div><div style>    Thanks, so, to do kernel configuration, how does ovs-vswitchd do? by direct function call or some other mechanism? </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/2/9 Ben Pfaff <span dir="ltr">&lt;<a href="mailto:blp@nicira.com" target="_blank">blp@nicira.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Fri, Feb 08, 2013 at 11:18:07AM +0800, ?????? wrote:<br>
&gt;    Thanks your reply. Yes, I read that manual several times before i sent<br>
&gt; the previous post here. This manual tell me that ovs-vsctl  is  a db client<br>
&gt; to configure Open vSwitch configuration database maintained by<br>
&gt; ovsdb-server. So when you execute ovs-vsctl add-br br01 command, it<br>
&gt; actually only store this information in Bridge table of Open vSwitch<br>
&gt; configuration database.  Is my understanding right?<br>
<br>
</div>Yes.  After ovs-vsctl updates the database, ovs-vswitchd then<br>
reconfigures itself, and the kernel configuration, based on the new<br>
database contents.<br>
</blockquote></div><br></div>