<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openvswitch.git/rhel/etc_init.d_openvswitch, branch master</title>
<subtitle>github.com: openvswitch/ovs.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openvswitch.git/'/>
<entry>
<title>rhel: Add 'SYSTEMD_NO_WRAP=yes' in ovs init script for SLES</title>
<updated>2018-12-13T19:26:29+00:00</updated>
<author>
<name>Martin Xu</name>
<email>martinxu9.ovs@gmail.com</email>
</author>
<published>2018-12-10T14:33:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openvswitch.git/commit/?id=9b58a50636d30e06dea7f9c3e4a22197e2db24f3'/>
<id>9b58a50636d30e06dea7f9c3e4a22197e2db24f3</id>
<content type='text'>
The variable equivalent to RHEL's 'SYSTEMCTL_SKIP_REDIRECT=yes' on SLES
12 is 'SYSTEMD_NO_WRAP=yes'

VMware-BZ: #2245358
Reviewed-by: Markos Chandras &lt;mchandras@suse.de&gt;
CC: Markos Chandras &lt;mchandras@suse.de&gt;
CC: Ansis Atteka &lt;aatteka@ovn.org&gt;
CC: Ben Pfaff &lt;blp@ovn.org&gt;
Signed-off-by: Martin Xu &lt;martinxu9.ovs@gmail.com&gt;
Signed-off-by: Ben Pfaff &lt;blp@ovn.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The variable equivalent to RHEL's 'SYSTEMCTL_SKIP_REDIRECT=yes' on SLES
12 is 'SYSTEMD_NO_WRAP=yes'

VMware-BZ: #2245358
Reviewed-by: Markos Chandras &lt;mchandras@suse.de&gt;
CC: Markos Chandras &lt;mchandras@suse.de&gt;
CC: Ansis Atteka &lt;aatteka@ovn.org&gt;
CC: Ben Pfaff &lt;blp@ovn.org&gt;
Signed-off-by: Martin Xu &lt;martinxu9.ovs@gmail.com&gt;
Signed-off-by: Ben Pfaff &lt;blp@ovn.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: Convert leading tabs to spaces.</title>
<updated>2018-06-11T22:32:00+00:00</updated>
<author>
<name>Ben Pfaff</name>
<email>blp@ovn.org</email>
</author>
<published>2018-05-26T00:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openvswitch.git/commit/?id=5a0e4aec1af5cf7741c490bce704577e51e536b9'/>
<id>5a0e4aec1af5cf7741c490bce704577e51e536b9</id>
<content type='text'>
It's always been OVS coding style to use spaces rather than tabs for
indentation, but some tabs have snuck in over time.  This commit converts
them to spaces.

Signed-off-by: Ben Pfaff &lt;blp@ovn.org&gt;
Acked-by: Justin Pettit &lt;jpettit@ovn.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's always been OVS coding style to use spaces rather than tabs for
indentation, but some tabs have snuck in over time.  This commit converts
them to spaces.

Signed-off-by: Ben Pfaff &lt;blp@ovn.org&gt;
Acked-by: Justin Pettit &lt;jpettit@ovn.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rhel: Skip systemctl redirect.</title>
<updated>2017-10-06T15:43:47+00:00</updated>
<author>
<name>Gurucharan Shetty</name>
<email>guru@ovn.org</email>
</author>
<published>2017-10-06T11:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openvswitch.git/commit/?id=f28cae87ea5c20a1b82cc440bd6f26b4d9ea7ab3'/>
<id>f28cae87ea5c20a1b82cc440bd6f26b4d9ea7ab3</id>
<content type='text'>
We still use SysV scripts for RHEL. Currently, invoking
/etc/init.d/openvswitch will redirect the calls to
dynamically generated systemd scripts. In the above case when you call
"/etc/init.d/openvswitch-switch start", it inturn calls
"/bin/systemctl start openvswitch-switch.service" and
that inturn again calls "/etc/init.d/openvswitch-switch start"

This patch avoids it.  This is similar to what was done to
Debian in commit 873d85653d8 (debian: Skip systemctl redirect.)

Signed-off-by: Gurucharan Shetty &lt;guru@ovn.org&gt;
Acked-by: Ben Pfaff &lt;blp@ovn.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We still use SysV scripts for RHEL. Currently, invoking
/etc/init.d/openvswitch will redirect the calls to
dynamically generated systemd scripts. In the above case when you call
"/etc/init.d/openvswitch-switch start", it inturn calls
"/bin/systemctl start openvswitch-switch.service" and
that inturn again calls "/etc/init.d/openvswitch-switch start"

This patch avoids it.  This is similar to what was done to
Debian in commit 873d85653d8 (debian: Skip systemctl redirect.)

Signed-off-by: Gurucharan Shetty &lt;guru@ovn.org&gt;
Acked-by: Ben Pfaff &lt;blp@ovn.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rhel: Change service providers to 'openvswitch'.</title>
<updated>2014-10-17T15:37:19+00:00</updated>
<author>
<name>Dongdong</name>
<email>dongdong1@huawei.com</email>
</author>
<published>2014-10-15T02:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openvswitch.git/commit/?id=8d7bc3f8dffa6a079b54a53de9c59895fe1ce9d1'/>
<id>8d7bc3f8dffa6a079b54a53de9c59895fe1ce9d1</id>
<content type='text'>
In Red Hat, the service name is "openvswitch", providers also should
be change to "openvswitch"

Signed-off-by: Dongdong &lt;dongdong1@huawei.com&gt;
Acked-by: Chunhe Li &lt;lichunhe@huawei.com&gt;
Signed-off-by: Ben Pfaff &lt;blp@nicira.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Red Hat, the service name is "openvswitch", providers also should
be change to "openvswitch"

Signed-off-by: Dongdong &lt;dongdong1@huawei.com&gt;
Acked-by: Chunhe Li &lt;lichunhe@huawei.com&gt;
Signed-off-by: Ben Pfaff &lt;blp@nicira.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rhel: fix the exit status of the openvswitch init script.</title>
<updated>2013-10-01T15:21:58+00:00</updated>
<author>
<name>Duffie Cooley</name>
<email>dcooley@nicira.com</email>
</author>
<published>2013-10-01T02:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openvswitch.git/commit/?id=f2073881648f4a6abfe7d5d9561b030ce526b2a3'/>
<id>f2073881648f4a6abfe7d5d9561b030ce526b2a3</id>
<content type='text'>
This is a fix for a request to make sure that the openvswitch status command
in rhel based distros gives a useful exit status. That was fixed in

commit 5e0c05bc058c78a11be6747f62e6ad88e5d06b70
debian: Fix exit status of openvswitch-switch init script "status" command

Signed-off-by: Duffie Cooley &lt;dcooley@nicira.com&gt;
Signed-off-by: Ben Pfaff &lt;blp@nicira.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a fix for a request to make sure that the openvswitch status command
in rhel based distros gives a useful exit status. That was fixed in

commit 5e0c05bc058c78a11be6747f62e6ad88e5d06b70
debian: Fix exit status of openvswitch-switch init script "status" command

Signed-off-by: Duffie Cooley &lt;dcooley@nicira.com&gt;
Signed-off-by: Ben Pfaff &lt;blp@nicira.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rhel: Remove the firewall hole that we create for GRE.</title>
<updated>2013-04-16T22:30:13+00:00</updated>
<author>
<name>Gurucharan Shetty</name>
<email>gshetty@nicira.com</email>
</author>
<published>2013-04-12T19:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openvswitch.git/commit/?id=f9ee9dcb378f460741989f60fadfb3ed53a320c6'/>
<id>f9ee9dcb378f460741989f60fadfb3ed53a320c6</id>
<content type='text'>
Till now, by default, we add firewall holes for
gre traffic. There may be users that do not use GRE tunnels
and they may be surprised with this behavior. So, don't add
the firewall rules by default and update the documentation
to mention the same.

This patch does not remove the default GRE firewall rule for
xenserver because xenserver has a feature called "Cross-Host
Internal Networks" (CHIN) that uses GRE.

Signed-off-by: Gurucharan Shetty &lt;gshetty@nicira.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Till now, by default, we add firewall holes for
gre traffic. There may be users that do not use GRE tunnels
and they may be surprised with this behavior. So, don't add
the firewall rules by default and update the documentation
to mention the same.

This patch does not remove the default GRE firewall rule for
xenserver because xenserver has a feature called "Cross-Host
Internal Networks" (CHIN) that uses GRE.

Signed-off-by: Gurucharan Shetty &lt;gshetty@nicira.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "rhel, xenserver: Punch holes through firewall for VXLAN."</title>
<updated>2013-04-16T22:29:56+00:00</updated>
<author>
<name>Gurucharan Shetty</name>
<email>gshetty@nicira.com</email>
</author>
<published>2013-04-12T19:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openvswitch.git/commit/?id=c2301fbfc8192297b9a68e0ac1168c729469a6d3'/>
<id>c2301fbfc8192297b9a68e0ac1168c729469a6d3</id>
<content type='text'>
This reverts commit 5902b4ed6.

For end users that do not plan to use tunnels or use only selected
tunnels, it probably is a bad idea to punch firewall holes by default.
Opening holes like this may surprise the user.

Signed-off-by: Gurucharan Shetty &lt;gshetty@nicira.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 5902b4ed6.

For end users that do not plan to use tunnels or use only selected
tunnels, it probably is a bad idea to punch firewall holes by default.
Opening holes like this may surprise the user.

Signed-off-by: Gurucharan Shetty &lt;gshetty@nicira.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rhel, xenserver: Punch holes through firewall for VXLAN.</title>
<updated>2013-04-08T17:40:05+00:00</updated>
<author>
<name>Gurucharan Shetty</name>
<email>gshetty@nicira.com</email>
</author>
<published>2013-04-08T17:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openvswitch.git/commit/?id=5902b4ed6dce58a7d282d52be1f67421f2465044'/>
<id>5902b4ed6dce58a7d282d52be1f67421f2465044</id>
<content type='text'>
Bug #15518.
Signed-off-by: Gurucharan Shetty &lt;gshetty@nicira.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug #15518.
Signed-off-by: Gurucharan Shetty &lt;gshetty@nicira.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>debian, rhel, xenserver: Ability to collect ovs-ctl logs.</title>
<updated>2013-03-15T16:16:13+00:00</updated>
<author>
<name>Gurucharan Shetty</name>
<email>gshetty@nicira.com</email>
</author>
<published>2013-03-13T22:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openvswitch.git/commit/?id=46528f78e5c0b7484e1735bb774ef2ad92e04593'/>
<id>46528f78e5c0b7484e1735bb774ef2ad92e04593</id>
<content type='text'>
We use ovs-ctl from startup scripts to start, stop, restart,
force-reload-kmod OVS daemons. ovs-ctl gives quite a descriptive
o/p while running the above commands. But the o/p goes to stdout.
Sometimes, this output is quite useful to debug issues.

With this patch, we store the o/p of ovs-ctl when called from
startup scripts in /var/log/openvswitch/ovs-ctl.log

Signed-off-by: Gurucharan Shetty &lt;gshetty@nicira.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use ovs-ctl from startup scripts to start, stop, restart,
force-reload-kmod OVS daemons. ovs-ctl gives quite a descriptive
o/p while running the above commands. But the o/p goes to stdout.
Sometimes, this output is quite useful to debug issues.

With this patch, we store the o/p of ovs-ctl when called from
startup scripts in /var/log/openvswitch/ovs-ctl.log

Signed-off-by: Gurucharan Shetty &lt;gshetty@nicira.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>openvswitch: Remove Linux bridge compatibility.</title>
<updated>2012-12-27T21:48:51+00:00</updated>
<author>
<name>Pravin B Shelar</name>
<email>pshelar@nicira.com</email>
</author>
<published>2012-12-27T21:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openvswitch.git/commit/?id=5ca1ba484bd9ade5116a49cf241cb98219d7d696'/>
<id>5ca1ba484bd9ade5116a49cf241cb98219d7d696</id>
<content type='text'>
Currently brcompat does not work on master due to recent
datapath changes. We have decided to remove it as it is
not used very widely.

Signed-off-by: Pravin B Shelar &lt;pshelar@nicira.com&gt;
Acked-by: Jesse Gross &lt;jesse@nicira.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently brcompat does not work on master due to recent
datapath changes. We have decided to remove it as it is
not used very widely.

Signed-off-by: Pravin B Shelar &lt;pshelar@nicira.com&gt;
Acked-by: Jesse Gross &lt;jesse@nicira.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
