Don't add iptables accept rule for -p GRE as GRE tunneling is unsupported

f38
Thomas Graf 12 years ago
parent dfd67ae683
commit 1046df0551

@ -50,7 +50,8 @@ start () {
fi fi
"$@" "$@"
$ovs_ctl --protocol=gre enable-protocol # Fedora kernel does not support OVS GRE tunneling yet
# $ovs_ctl --protocol=gre enable-protocol
touch /var/lock/subsys/openvswitch touch /var/lock/subsys/openvswitch
} }

@ -1,6 +1,6 @@
Name: openvswitch Name: openvswitch
Version: 1.7.1 Version: 1.7.1
Release: 3%{?dist} Release: 4%{?dist}
Summary: Open vSwitch daemon/database/utilities Summary: Open vSwitch daemon/database/utilities
# Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the
@ -204,6 +204,9 @@ desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE6}
%changelog %changelog
* Tue Oct 25 2012 Thomas Graf <tgraf@redhat.com> - 1.7.1-4
- Don't add iptables accept rule for -p GRE as GRE tunneling is unsupported
* Tue Oct 16 2012 Thomas Graf <tgraf@redhat.com> - 1.7.1-3 * Tue Oct 16 2012 Thomas Graf <tgraf@redhat.com> - 1.7.1-3
- require systemd instead of systemd-units to use macro helpers (#850258) - require systemd instead of systemd-units to use macro helpers (#850258)

Loading…
Cancel
Save