[ovs-git] Open vSwitch: ovs-lib: allow non-root users to check service status (branch-2.1)

dev at openvswitch.org dev at openvswitch.org
Thu Jun 12 15:04:33 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-2.1 has been updated
       via  fb191f1c984b65be28b06c82b23dfd58a4511bed (commit)
       via  26190a7a4bf2c1c73ecc17ab94cb9a6cd7862f3f (commit)
       via  bb0bb5d14ca5ffbe14ef793df138e541aab8a6b7 (commit)
      from  6d83989b811bbc64632265d4bb8de7fe4a1042ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fb191f1c984b65be28b06c82b23dfd58a4511bed
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=fb191f1c984b65be28b06c82b23dfd58a4511bed
Author: Flavio Leitner <fbl at redhat.com>
		
ovs-lib: allow non-root users to check service status
		
It tries to log the status operation, so although non-root
users can see the current status, the lack of permission
to write to the log results in an error message.

This changes to log only if the user has the permission to
write to the log file.

Signed-off-by: Flavio Leitner <fbl at redhat.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


commit 26190a7a4bf2c1c73ecc17ab94cb9a6cd7862f3f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=26190a7a4bf2c1c73ecc17ab94cb9a6cd7862f3f
Author: Jason Kölker <jason at koelker.net>
		
rhel: Add Patch Port support to initscripts
		
Allows setting up type=patch ports through sysconfig ifcfg-* files.

Signed-off-by: Jason Kölker <jason at koelker.net>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
Acked-by: Flavio Leitner <fbl at redhat.com>


commit bb0bb5d14ca5ffbe14ef793df138e541aab8a6b7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bb0bb5d14ca5ffbe14ef793df138e541aab8a6b7
Author: Lars Kellogg-Stedman <lars at redhat.com>
		
rhel: support persistent mac addresses on OVS bridges
		
This patch adds support for RHEL-derived systems (RHEL/CentOS/Fedora)
for setting the persistent MAC address of an OVS bridge via the MACADDR
setting in the interface configuration file.

Without this change, when an administrator provides MACADDR in the
interface configuration file that address will be set in ifup-eth using
the "ip link set" command.  While this appears to work, any operation
that updates the OVS configuration will cause the MAC address to revert.

Persistent MAC addresses must be set using ovs-vsctl.

(Resubmitted with whitespace and grammar corrections)

Signed-off-by: Lars Kellogg-Stedman <lars at redhat.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Flavio Leitner <fbl at redhat.com>


-----------------------------------------------------------------------

Summary of changes:
 AUTHORS                                       |    1 +
 rhel/README.RHEL                              |   25 +++++++++++++++++++++++++
 rhel/etc_sysconfig_network-scripts_ifdown-ovs |    3 +++
 rhel/etc_sysconfig_network-scripts_ifup-ovs   |   12 ++++++++++++
 utilities/ovs-lib.in                          |    6 +++++-
 5 files changed, 46 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list