openvswitch3-3.1.0-150500.3.16.1<>,e+=p9|fPtI2I-Z5a+:Ζp"@Ghf+Mt! ji0cx;{ö:1$>hdO|J .E^ɢ&8!jLNT$ODFL@8t:tC$.~K 1#7PVAo&1RA:Hgs q{זAKjZG|^2EO~Z*1T Y4ͱT>T_?_d # GE [z2s^h^ $^ ^ X^ -6^ -^/(^1^330^4 5T#5#8#899L(9P89Xb9:b:BVb=4>4 ?4@4B4%F4G4^H6^I7^X7 Y8 Z8t[8\8^]: ^^@kbCOcCdDeDfDlDuD^vFwQ^xR^yT[zUpU_/_8_<_D_H_L_^_`_h_n_Copenvswitch33.1.0150500.3.16.1A multilayer virtual network switchOpen vSwitch is a multilayer virtual network Ethernet switch. It is enables network automation through programmatic extension, and supports standard management interfaces and protocols (e.g. NetFlow, sFlow, RSPAN, ERSPAN, CLI, LACP, 802.1ag). In addition, it supports distribution across multiple physical servers similar to VMware’s vNetwork distributed vswitch or Cisco’s Nexus 1000V.e+=h01-ch4b SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND LGPL-2.1-only AND SISSLhttps://www.suse.com/Productivity/Networking/Systemhttp://openvswitch.org/linuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ovsdb-server.service ovs-vswitchd.service openvswitch.service ovs-delete-transient-ports.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ "$1" -ge 1 ]; then # Save the "enabled" state across the transition of # ownership of openvswitch.service from openvswitch-switch to # openvswitch. if [ x$(systemctl is-enabled openvswitch.service 2>/dev/null ||:) = "xenabled" ]; then touch /run/openvswitch-rpm-state-openvswitch fi fi getent group openvswitch >/dev/null || groupadd -r openvswitch getent passwd openvswitch >/dev/null || \ useradd -r -g openvswitch -d / -s /sbin/nologin \ -c "Open vSwitch Daemons" openvswitch exit 0if [ $1 -eq 1 ]; then # Follow the upstream strategy that no running openvswitch # configuration is changed on upgrade so use fillup only for new installs. PNAME=openvswitch SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ovsdb-server.service ovs-vswitchd.service openvswitch.service ovs-delete-transient-ports.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ovsdb-server.service ovs-vswitchd.service openvswitch.service ovs-delete-transient-ports.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ovsdb-server.service ovs-vswitchd.service openvswitch.service ovs-delete-transient-ports.service ) || : fi# Do not restart the openvswitch service on package updates. # Restarting the service may break the existing network state. # For example, openflow rules are not automatically re-installed # after an OvS update if no SDN controller is used. Moreover, restaring # the OvS can break remote administration during the update so let the # admin decide when it's the best time for an OvS restart. # 5771f476573445710834234a6a9f7bd999a027e7 ("fedora: do not restart the service on a pkg upgrade") if [ $1 -eq 0 ]; then # Package removal for service in ovsdb-server.service ovs-vswitchd.service openvswitch.service ovs-delete-transient-ports.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi88 -Kpx 7Ep=m*,X2wLV oA&3{ P #c J \a bhTB9 KVCVDh~AA큤큤A큤A큤AAA큤A큤A큤A큤A큤A큤Ae+1e+1e+6e*e+6e+1e+6e+4e+/e+4e+/e+4e+/e+4e+4e+4e+1e+1e+1e+1e+/e+4e+4e+5e+5e+5e+5e+/e+/e+6cZScZQcZScZQe+1e+6cZQcZQe+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+1e+/e+/e+/e+/e+/e+/e+/e+/e+/e+/e+0e+0e+0e+0e+0e+0e+0e+0e+0e+0e+0e+0e+0e+0e+0e+0e+0e+1e+0e+1e+1e+1e+1e+161ded9230bf6beb7a16be0f5a14ea6b23161dea665eb803fe782ce652f41915e2f41ce611aaa40a7e08122af5dd75345c07d47862c3bb7bf25b03921be253dfea82e9687396318b9521ce7bb55682aa831726c9be466678bc9aebccca0420ce0bd4fd1bdb10fb8aa07124e110d0b7cf1d1151021eeef94f924009923924c60d30da54aa99b042f3cce303c67de849c25c100b6a9752ef3591b3caceca4941b664237c26e9cdbe50d185467e2d29798ca068817178b55f12779456b8b45fc28eb9cc813ec95e776f5e8f21045ee5a06ca2a5f1137cb2603b2cdea0958ebf24af8cf59b62f9c1c3219c82cb07fe39dd7d60c586543c631a754431af200169f5ab957f04c84b4004957a6331db0116d6b40950ef88189a1978fa198358dfc8db5ac4a06d8452aaa733915d78fe8c3849d51de181040fd58749b2ab61c709e357f6bc06aa54f01a4084b87aff108f490452527f75a92093ad78072a8444c4d7b43573a0c7165cbc84bdd4a07dac8693944e28c0e83818cae551202475a12229dcfdf4a41e2edc4f212004e146f48a77b4747815d7f26c369a0a0c19a9e6108de34c02f9a6fa07366a7b3fd21cdb9eb222aafb24072987eb0fd90714ee943cb94430470d9348382c00327acbc3f131ff012d35c77022f77bcc39c0f1d18fa88021a6491917e852b3abac8e7f696abaa5caebf7ab903eedd533c0272503b7bb2cfa3ce44c5e9194fa1d8a9bad2141d8f37d0bc28eba0e8c369457b98b4aaaae630754be375f6fd021b92f862c50980d255ed530bfdb1d545aa7955d5d6ec16c03d8df658876967ddb71f44473c1799a81e02d6a0231efcf87d8082737b7bb65df0b67111744ada56b0f2c5073f037d1d1861665a514eef90e34431bf7a4bd19b7af07066d39196701158bfd5a0ebfb5c565e3aea10089dba5ea2fe8f6a259bff058d9bf2b488052b0f2e8dd37069e39eba0dd27e47ad3109a7f7e6245d397e7144dc0ddef776ad9d84246c1bade2475a37aeee9319cbabb100607144ca515d85bea2232f8c447bbc494381d522d0310577ec87b30addab00374ae9edc1bece512ce7519af6d9b51136594241ab5405e7baf68ddd80688f6cdfc5b94da399ff0d12ef0ff41f887b04dd604250193ddd88691ecd168dacdecca2d0d6581d8840e3f0b0dcdd58304d83968b9a7e3fe836008dd798a176a715c12cc696cc63e2bbde7f7250bf489b1a493f871918cd796b5018bd33debdc0394dea843e64b97f3abe62403eef01acbb4eef502072c55ea7668ec71fdd4d66b15dab1ca953d66e3a75abdb7a0c3dd64a089b7215e8c54bd49c649cc40f499aa6ddf641e12ea8eb2ef3f680dc3cdb9887fddbcf1be8294bab2149ccd002468eb8dad8453616eef5b385cd6127965d16360585a78b64d1f255f4acb2ee96f0e9a88560019031ecd9072a5c3852ff992046f6e376f795ba33950e872afc00e954de61cae32bbb798a94ab5dbe453ad723fc748f050121cfd73494ba05d5abae998d8cf550c83e7147a3279531f2d3cdad57cc5a8c5f275de66f61ad497239057aac3af72033d9e77fb94e3aa03b5bc836e43bc47024d8c1dc7e451699fadcc4ffdd1277b7cc3838f28a5d73ccc5855ac83f691070cb7b13006c82b6418470d3a5ac3eb4f15708a6f492990df6bdc62950d081f26aefe398cceff7c9c397ab53964a7c36eafc7a6352e6aa8a0eff9bc00e585a1d65a7a1143f7739dac86b58c7b410ccab767637b06ef1723856dfd71ce3d799a195f4f018b308c7f46db1c68e65017fa7d770c5ef0655a0fba399daaa4f9573ed596a629f2c5552d1706c40d85e8dd88a758bc45665646dc5a09caa02d0fa9dd9c18063421434449f947c5b1309f1b599ab214ad18beab04a589456167a64217d94446adfac35a12094536f4ef90f3681323654b0ddc24e3be933a5a744da1ed9afdd22b032fc64b4d1dec20e3bd056fe030ff5715e4cab6c74718d1fc827dbd2bd0029ec1e14e3e44a0ea79f5d2e3456a891807e9f30a630497d8f46e179e55a8f7f8c581b089b1db6f2c52efe54c1f2bb18396ea8feaf5c930ebca372eefea6d8f8440602bd2413fab8441b33f11c108f686a06305da55a242e9ef817b31d91799c8cf66df35db520ee6061c128914647a8d8e8a041fd4e0522d1a034685174748b2fbaf6f0dadd7eb4c756c99facb191430d675ec125ba284e4179c0c1759d74be63550e877fbb2ddc521527e26e02dc997936b5fdae72a77ecd06918e548333fa3c8e7d764791225612418e63b7e61d204d11ddb163c4ae4c7391ebae7645de44afc2b21852b1b4b3e226d01c1b57cb5014223a092958fc67efd68d2893f8c2c30805ac6a36f245b29484d4027a39b0673c590c479c7af9cf5ec9458dbc7e0c717fd14cf12be0019c0599748d8f99ca63dc76a8ade408d847942e2d228171c66f848c31cd9930f157de34bfd4fa6aaecfafa1075cda46f6c4efceea8bdb0c6d8af591df0f72a4c558d511860bed4c3428a0a3b3ae7127b9a15d7a688de84a2822644b3cc40a9bbd7b0fda270a4a16dfca24dd4e34779de21ee8294f2f671ea22beca2e4d2c5b5a266c0cdd77c8fe1df9ba4058fe37514c4bf8426ee2ba99481cc10b125c17798f85917d572168ed5493cfcf5a876b8c7fce2b19b9d2b5feab92ed4e75a8ee5f5af7d6268c23c49a30ef1b7370c8ecc57d8655a728b4db08686ff460453fcca6082f3a00ec9801f7ba90e67b1180aefcaf4e170e246808be4df9b0defd3f2ff22e12458a57b0a78b59e305d4e2dd4db57376840e6690f5edfb2b742fb04461465b5e05049aeb4bfad64ffb2854cdcd1e5ef7993c0836eb3facf0a6024e40f760ac02cf351fb2cdd4e1dbaa49bb75f4bd06016938be280b967395d4d5221365e0dfca256f361c188c194990603e2b79107741ce035d3caf0ec9f7ea3b5011ce953f6a025f89064990f106246a027994496f8cbfa1ef310f539e60a44b3ccb5a476f4cfef0478e272ce29a31a1ace127143bfe0c0a191bc04158d6c484964ab047224dc485c17a7d0b143b91317a6edcc775af62d64412d8df7b2fd23dd828d99fa00f50469c41d15a9428f082fcfa0a239d90cbe0c0c13eaefff0e4c7dc8b361cfacf22aaaffa37a1c1ef46a90fc5e60aa3875bbe57f18a17f373904ca712cd3a8960314f3b603c8e09602037eda85210371cf55b796a05e62d231368c016cdf0345d6da054e48e6d278fa4f67d4bbc03613127af59b05f603d13574d062232e5d1ac258f453bdbe54739f1c729ebaa609053e95e8e1d0d14d70d1506286bc4a34413051d93f16cd75564c29c60ee29c30c816serviceserviceserviceservice@A@@rootrootopenvswitchrootopenvswitchrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopenvswitchrootopenvswitchopenvswitchrootopenvswitchrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopenvswitchopenvswitch3-3.1.0-150500.3.16.1.src.rpmconfig(openvswitch3)openvswitchopenvswitch-commonopenvswitch-controlleropenvswitch-dpdkopenvswitch-dpdk-switchopenvswitch-switchopenvswitch3openvswitch3(x86-64)@  @@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/env/usr/bin/python3config(openvswitch3)coreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libofproto-3.1.so.0()(64bit)libofproto-3.1.so.0(libofproto_0)(64bit)libopenvswitch-3.1.so.0()(64bit)libopenvswitch-3.1.so.0(libopenvswitch_0)(64bit)libovsdb-3.1.so.0()(64bit)libovsdb-3.1.so.0(libovsdb_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)modutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadowutil-linux3.1.0-150500.3.16.13.0.4-14.6.0-14.0-15.2-1openvswitchopenvswitch-dpdkopenvswitch-dpdk-switchopenvswitch-switch4.14.3eYeie/diddd 3dd?@d@d dxcIc` @``&m_F@_s!_N7^b^א^^E:@]@]L]-@] u@\F@\!\@\\|\w@\f\I\I\Db[@[%@[ͻ[@[[9@[ug@[@[ @ZZ@ZZZI@Z@ZTZC@Z'Z@Y5Y@@YJYyYoIY`@Y^&@Y)j@Xf@X8'X2X&WH@WWίW]@W"WWzOWs@WrfWj}Wi,@WH6WF@WBW>@W=W+5VbV3VV޾VxV'@VՄ@V͛@V͛@V͛@VGTTFJDuraisankar.pitchumani@suse.comDuraisankar.pitchumani@suse.comDuraisankar.pitchumani@suse.comDuraisankar.pitchumani@suse.comDuraisankar.pitchumani@suse.comDuraisankar.pitchumani@suse.comDuraisankar.pitchumani@suse.comDuraisankar.pitchumani@suse.comDuraisankar.pitchumani@suse.comDuraisankar.pitchumani@suse.comDuraisankar.pitchumani@suse.comDuraisankar.pitchumani@suse.compgajdos@suse.comdmueller@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comdmueller@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjengelh@inai.dejcaamano@suse.comjcaamano@suse.comjcaamano@suse.comJaime Caamaño (jcaamano@suse.com)tbechtold@suse.comjcaamano@suse.commchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.dedmueller@suse.commchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.derbrown@suse.commchandras@suse.demchandras@suse.deolaf@aepfle.demchandras@suse.demchandras@suse.dejengelh@inai.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.dero@suse.dero@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.dejengelh@inai.demchandras@suse.demchandras@suse.demchandras@suse.dejengelh@inai.demchandras@suse.dedmueller@suse.commchandras@suse.dedmueller@suse.commchandras@suse.dekmroz@suse.comkmroz@suse.comkmroz@suse.comkmroz@suse.comkmroz@suse.comkmroz@suse.comkmroz@suse.comkmroz@suse.comantoine.belvire@laposte.netandrea@opensuse.orgdmueller@suse.com- Fix CVE-2023-3966 [bsc#1219465] openvswitch3: Invalid memory access in Geneve with HW offload - Added patch, +openvswitch-CVE-2023-3966.patch- Fix CVE-2023-5366 [bsc#1216002], openvswitch: missing masks on a final stage with ports trie - Added patch, CVE-2023-5366.patch- Renamed the patch, CVE-2023-3152.patch => CVE-2023-3153.patch- Fix CVE-2023-3153 [bsc#1212125], VUL-0: CVE-2023-3153: openvswitch,openvswitch3: service monitor MAC flow is not rate limited - Added patch, CVE-2023-3152.patch- Fix CVE-2023-1668 [bsc#1210054], openvswitch: remote traffic denial of service via crafted packets with IP proto 0 - Added patch, CVE-2023-1668.patch- Fixed the install check error by adding provides for python3-openvswitch - Added provides for OVN as it may be required for any dependent packages.- Added versioning changes for OVN and LDFLAGS to fix compilation error- Added OVN version 23.03.0 as it is built together with OVS and as such from this same source package. * For a list of changes, check https://github.com/ovn-org/ovn/blob/v23.03.0/NEWS * Added Patch 0001-Run-ovn-as-openvswitch-openvswitch.patch- Rename package python3-ovs to shift the old openvswitch version 2.14.2 to legacy module- Remove reduntant obsoletes and add proper obsoletes version - Do not obsolete old package and let user decide. - Add conflict for openvswitch-doc- Updated package name:openvswitch3 for version v3.1.0 as legacy openvswitch version(v2.14.2) also needs to be supported.- Update to version v3.1.0. Some of the features are, - ovs-vswitchd now detects changes in CPU affinity and adjusts the number of handler and revalidator threads if necessary. - AF_XDP: * Added support for building with libxdp and libbpf >= 0.7. * Support for AF_XDP is now enabled by default if all dependencies are available at the build time. Use --disable-afxdp to disable. Use --enable-afxdp to fail the build if dependencies are not present. - ovs-appctl: * "ovs-appctl ofproto/trace" command can now display port names with the "--names" option. - OVSDB-IDL: * Add the support to specify the persistent uuid for row insert in both C and Python IDLs. - Windows: * Conntrack IPv6 fragment support. - DPDK: * Add support for DPDK 22.11.1. - For the QoS max-rate and STP/RSTP path-cost configuration OVS now assumes 10 Gbps link speed by default in case the actual link speed cannot be determined. Previously it was 10 Mbps. Values can still be overridden by specifying 'max-rate' or '[r]stp-path-cost' accordingly. - OpenFlow: * New OpenFlow extension NXT_CT_FLUSH to flush connections matching the specified fields. - ovs-ctl: * New option '--dump-hugepages' to include hugepages in core dumps. This can assist with postmortem analysis involving DPDK, but may also produce significantly larger core dump files. - ovs-dpctl and 'ovs-appctl dpctl/' commands: * 'flush-conntrack' is now capable of handling partial 5-tuple, with additional optional parameter to specify the reply direction. - ovs-ofctl: * New command 'flush-conntrack' that accepts zone and 5-tuple (or partial 5-tuple) for both directions. - Support for travis-ci.org based continuous integration builds has been dropped. - Userspace datapath: * Add '-secs' argument to appctl 'dpif-netdev/pmd-rxq-show' to show the pmd usage of an Rx queue over a configurable time period. * Add new experimental PMD load based sleeping feature. PMD threads can request to sleep up to a user configured 'pmd-maxsleep' value under low load conditions. - For more details, check https://github.com/openvswitch/ovs/blob/v3.1.0/NEWS - Includes secrity fix for CVE-2022-4338 (bsc#1206580) and CVE-2022-4337 (bsc#1206581) - OVN package is not included as new version with API chnages are not yet released. - Removed upstreamed patches, * 0001-Replace-deprecated-var-run-with-run.patch * openvswitch-CVE-2021-36980.patch - Added ovsb tool install patch, * install-ovsdb-tools.patch - Removed patch "0001-Run-ovn-as-openvswitch-openvswitch.patch" as compatible OVN is not yet released.- security update - added patches fix CVE-2021-36980 [bsc#1188524], use-after-free in decode_NXAST_RAW_ENCAP + openvswitch-CVE-2021-36980.patch- add openssl(cli) dependency on pki (bsc#1185839)- Replace deprecated /var/run with /run (bsc#1185176, bsc#1185177). * 0001-Replace-deprecated-var-run-with-run.patch- Update openvswitch to 2.14.2. For a list of changes, check https://github.com/openvswitch/ovs/blob/v2.14.2/NEWS Includes security fix for CVE-2020-27827 (bsc#1181345) and CVE-2020-35498 (bsc#1181742). - Removed patches no longer applying to code base: * 0001-rhel-Fix-reload-of-OVS_USER_ID-on-startup.patch * 0001-ipsec-Fix-Strongswan-configuration-syntax.patch- Replaced `%service_del_postun -n` with `%service_del_postun_without_restart` (bsc#1117483).- Fix wrong default directories for OVS python utilities (bsc#1176273). - Add upstream patches to fix openvswitch-ipsec service (bsc#1176273). * 0001-ipsec-Fix-Strongswan-configuration-syntax.patch- Update openvswitch to 2.14.0. For a list of changes, check https://github.com/openvswitch/ovs/blob/v2.14.0/NEWS - Update OVN to 20.06.2. For a list of changes, check https://github.com/ovn-org/ovn/blob/v20.06.2/NEWS- Fix preserving old default OVS_USER_ID for users that removed the override at /etc/sysconfig/openvswitch or for users affected by fillup bug below (bsc#1172861). - Add patch to workaround a possible fillup issue that could cause existing openvswitch configuration to be unintendedly altered during upgrades (bsc#1172929). * 0001-Use-double-hash-for-OVS_USER_ID-comment.patch- add missing provides/obsoletes for python3-openvswitch-test- Update openvswitch to 2.13.0. * For a list of changes, check https://github.com/openvswitch/ovs/blob/v2.13.0/NEWS * This version drops python2 binding support. Only python3 bindings provided going forward. * Tool ovs-vlan-bug-workaround is no longer provided. - OVN was split to its own repo but is still built together with OVS and as such from this same source package. OVN initial version is 20.03. * For a list of changes, check https://github.com/ovn-org/ovn/blob/v20.03.0/NEWS * Packages openvswitch-ovn* are renamed to ovn*. * OVN now has its own sysconfig and log paths. - Add OVS patch to be proposed upstream: * 0001-rhel-Fix-reload-of-OVS_USER_ID-on-startup.patch - Patch instead of post-processing configuration files to set running credentials (bsc#1157338): * 0001-Run-openvswitch-as-openvswitch-openvswitch.patch * 0001-Run-ovn-as-openvswitch-openvswitch.patch - Will no longer change group ownership of /dev/hugepages to 'hugetlbfs' (bsc#1140835). System admin should mount hugepages on a path and permissions of his choosing for OVS. Add patch: * 0001-Don-t-change-permissions-of-dev-hugepages.patch - Will no longer install udev rule to change group ownership of vfio devices to 'hugetlbfs'. Group name does not make much sense in this case and ownership of vfio devices should be coordinated system wide or per device. - Will no longer run under group 'hugetlbfs' on new installs with DPDK enabled. OVS will now run under group 'openvswitch' whether compiled with DPDK support or not. - OVS persistent state is now saved on /var/lib/openvswitch instead of /etc/openvswitch for new installs.- add missing sortedcontainers dependency to the python bindings- Update openvswitch to 2.12.0. For a list of changes, check https://github.com/openvswitch/ovs/blob/master/NEWS - Removed patches that are already included upstream: * 0001-rhel-secure-openvswitch-useropts.patch * 0002-rhel-let-ctl-handle-runtime-directory.patch - Rebased patches: * 0001-Use-strongswan-for-openvswitch-ipsec-service.patch- Fixed missing obsoletes for old python-ovs (bsc#1138948).- Add unbound as a build requirement to support asynchronous DNS resolving for remotes.- Update DPDK dependency to support DPDK 18.11.2.- Add upstream patches to fix bsc#1135884: * 0001-rhel-secure-openvswitch-useropts.patch * 0002-rhel-let-ctl-handle-runtime-directory.patch- Use temporary directory for python build.- Fix problem preventing new installs to run as non root (bsc#1132029), including: * Align with upstream so that no running configuration is changed on upgrades, specifically to avoid changes on the user Open vSwitch runs under. * hugetblfs groups is created as system group. - Add missing opnvswitch-ipsec package and systemd service. - Add patch to use strongswan instead of libreswan for openvswitch-ipsec. libreswan package not available currently. * 0001-Use-strongswan-for-openvswitch-ipsec-service.patch - Add missing ovs-delete-transient-ports systemd service. - Align installed headers with upstream. - Fix problem preventing rpm build '--with check'. - Fix python environment that had directories pointing to /usr/local. - Version bump to 2.11.1. Some of the changes are: * netdev-tc-offloads: Fix probe tc block support * rhel: Include all header files in the Fedora's devel package * reconnect.c: Don't transition back to ACTIVE when forced to RECONNECT. * OVN: Make periodic RAs consistent with RA responder. * OVN: Always send prefix option in RAs * OVN: Use offset instead of pointer into ofpbuf * ofproto: fix the bug of bucket counter is not updated * netdev-dpdk: Print netdev name for txq mapping. * dpif-netdev-perf: Fix millisecond stats precision with slower TSC. * ifupdown.sh: Add missing "--may-exist" option * dpif-netdev-perf: Fix double update of perf histograms. * dpdk: Stop dumping memzones to stdout. * dpctl: Drop parser debug information. * netdev-tc-offloads: Properly get the block id on flow del/get * netdev-tc-offloads: Improve log message for icmpv6 offload not supported * conntrack: Replace structure copy by memcpy(). * conntrack: Lookup only 'UNNAT conns' in 'nat_clean()'. * conntrack: Fix race for NAT cleanup. * ovn-nbctl: Don't segfault when ovn-northd doesn't configure dynamic addresses. * datapath-windows: Add annotations to find vport functions * datapath-windows: Guard vport usage in user.c * datapath-windows: Fix potential deadlock in event subscription * datapath-windows: Fix race condition during port creation * datapath-windows: Fix nbl cleanup when memory allocation fails * netdev-linux: Remove ingress qdisc before trying to add shared block * netdev-tc-offloads: Remove ingress qdisc on tc init flow api * ovsdb-idl: Fix memory leak of idl->remote. * travis: Remove 'sudo' configuration. * OVN: Add port addresses to IPAM after all ports are joined. * dpif-netlink: Free leaked ofpbuf by using ofpbuf_delete * OVN: update RA next_announce according to {min, max}_interval * rconn: Avoid occasional immediate connection failures. * dpdk: Fix case-sensitivity of dpdk-init knob. * NEWS: Clean up the 2.11.0 release notes a bit. * conntrack: Fix L4 csum for V6 extension hdr pkts. * packets: Change return type for 'packet_csum_upperlayer6()'. * ovsdb-client: Fix typo. * ovn-nbctl: Daemon mode should retry when IDL connection lost. * ofctl: break the loop if ovs_pcap_read returns error * netlink: added check to prevent netlink attribute overflow- Disable dpdk on ix86, aligned with dpdk package.- Combine %service_* calls to reduce generated boilerplate. - Reduce scriptlets' hard dependency on systemd.- Version bump to 2.11.0. Some of the changes are: * Linux datapath: - Support for the kernel versions 4.16.x and 4.17.x. - Support for the kernel versions 4.18.x * OpenFlow: - OFPMP_TABLE_FEATURES_REQUEST can now modify table features. * ovs-ofctl: - "mod-table" command can now change OpenFlow table names. * The environment variable OVS_SYSLOG_METHOD, if set, is now used as the default syslog method. * The environment variable OVS_CTL_TIMEOUT, if set, is now used as the default timeout for control utilities. * ovn: - OVN-SB schema changed: duplicated IP with same Encapsulation type is not allowed any more. Please refer to Documentation/intro/install/ovn-upgrades.rst for the instructions in case there are problems encountered when upgrading from an earlier version. - New support for IPSEC encrypted tunnels between hypervisors. - ovn-ctl: allow passing user:group ids to the OVN daemons. - IPAM/MACAM: * add the capability to dynamically assign just L2 addresses * add the capability to specify a static ip address and get the L2 one allocated dynamically using the following syntax: ovn-nbctl lsp-set-addresses "dynamic " * DPDK: - Add support for DPDK 18.11 - Add support for port representors. * Userspace datapath: - Add option for simple round-robin based Rxq to PMD assignment. It can be set with pmd-rxq-assign. - Add support for Auto load balancing of PMDs (experimental) - Added new per-port configurable option to manage EMC: 'other_config:emc-enable'. * Add 'symmetric_l3' hash function. * OVS now honors 'updelay' and 'downdelay' for bonds with LACP configured. * ovs-vswitchd: - New configuration option "offload-rebalance", that enables dynamic rebalancing of offloaded flows. * The environment variable OVS_RESOLV_CONF, if set, is now used as the DNS server configuration file. * RHEL packaging: - OVN packages are split from OVS packages. A new spec file - ovn-fedora.spec.in is added to generate OVN packages. - Revisit DISABLE_RESTART_ON_UPDATE and DISABLE_STOP_ON_REMOVAL options (bsc#1117483). DISABLE_STOP_ON_REMOVAL is removed. DISABLE_RESTART_ON_UPDATE is replaced by '%service_del_postun -n'. $FIRST_ARG is replaced by $1. - Add extra openvswitch headers (bsc#1125897).- Obsolete old python[2]-openvswitch-test subpackages (bsc#1124435).- Fixed package name libopenvswitch-2_10-0 to libopenvswitch-2_11-0- Version bump to 2.11.0+git20190123.ad83fc9ab. Some of the changes are: * Linux datapath: - Support for the kernel versions 4.16.x and 4.17.x. * OpenFlow: - OFPMP_TABLE_FEATURES_REQUEST can now modify table features. * ovs-ofctl: - "mod-table" command can now change OpenFlow table names. * The environment variable OVS_SYSLOG_METHOD, if set, is now used as the default syslog method. * The environment variable OVS_CTL_TIMEOUT, if set, is now used as the default timeout for control utilities. * ovn: - OVN-SB schema changed: duplicated IP with same Encapsulation type is not allowed any more. Please refer to Documentation/intro/install/ovn-upgrades.rst for the instructions in case there are problems encountered when upgrading from an earlier version. - New support for IPSEC encrypted tunnels between hypervisors. - ovn-ctl: allow passing user:group ids to the OVN daemons. - IPAM/MACAM: * add the capability to dynamically assign just L2 addresses * add the capability to specify a static ip address and get the L2 one allocated dynamically using the following syntax: ovn-nbctl lsp-set-addresses "dynamic " * DPDK: - Add support for DPDK 18.11 - Add support for port representors. * Userspace datapath: - Add option for simple round-robin based Rxq to PMD assignment. It can be set with pmd-rxq-assign. - Add support for Auto load balancing of PMDs (experimental) - Added new per-port configurable option to manage EMC: 'other_config:emc-enable'. * Add 'symmetric_l3' hash function. * OVS now honors 'updelay' and 'downdelay' for bonds with LACP configured. * ovs-vswitchd: - New configuration option "offload-rebalance", that enables dynamic rebalancing of offloaded flows. * The environment variable OVS_RESOLV_CONF, if set, is now used as the DNS server configuration file. * RHEL packaging: - OVN packages are split from OVS packages. A new spec file - ovn-fedora.spec.in is added to generate OVN packages. - Remove upstreamed patch: * 0001-python-c-ext-Fix-memory-leak-in-Parser_finish.patch - Remove DISABLE_RESTART_ON_UPDATE and DISABLE_STOP_ON_REMOVAL options (bsc#1117483).- python2-ovs provides now also python-ovs which is the standard for singlespec python packages.- Backport upstream fix for python json parser memory leak (bsc#1116437) * 0001-python-c-ext-Fix-memory-leak-in-Parser_finish.patch- Improve python packaging (bsc#1115085) * Rename python*-openvswitch subpackages to python*-ovs to follow the openSUSE policy that packages should be named after the modules they install. * Build the JSON C bindings and as a result the 'noarch' BuildArch needs to be removed. * Drop the python*-openvswitch-test packages and merge them with the test subpackage * Build the python bindings using setuptools * Include the egg-info package. * Use libopenvswitch as dependency to python bindings- Version bump to 2.10.1. Some of the changes are: * dpif-netdev.at: Add missing backslash. * ofproto-dpif-xlate: Avoid deadlock on multicast snooping recursion. * dpif-netdev-perf: Print SMC statistics. * dpif-netdev-unixctl: Change 'masked' to 'megaflow'. * ovn-controller: Support processing DHCPv6 information request message type * ovn-ctl: Fix the wrong pidfile argument passed to ovsdb-servers * ovndb-servers.ocf: Add ssl support for managing OVN DB resources with pacemaker using LB VIP. * ovn-ctl: Allow passing ssl certs when starting OVN DBs in ssl mode. * expr: Disallow < <= >= > comparisons against empty value set. * expr: Set a limit on the depth of nested parentheses * ovn: Fix IPv6 DAD failure for container ports * dpif-netdev: Add vlan to mask for flow_put operation. * ovs-save: Parse geneve tlv map correctly. * extend-table: Fix a bug that iterates wrong table * odp-util: Fix a use-after-free bug. * ofp-packet: Fix NXT_RESUME with geneve tunnel metadata * dpif-netlink: Fix null pointer. * ofproto-dpif-xlate.c: Fix uninitialized variable warning. * dpif: Remove support for multiple queues per port. * dpif-netlink: don't allocate per thread netlink sockets * ovsdb-types: Refactor structs so as to comply with C++ standard * bfd: Make the tp_dst masking megaflow-friendly. * ovsdb-data: Improve grammar in error message. * condition: Reject <, <=, >=, > with optional scalar against empty set. * condition: Fix ==, !=, includes, excludes on optional scalars. * netdev: Properly clear 'details' when iterating in NETDEV_QOS_FOR_EACH. * lex: Fix buffer overrun parsing overlong hexadecimal constants. * sflow: Set agent address properly based on collector address. * ovsdb-client: Fix a bug that uses wrong index * ofproto: Fix build with some GCC versions. * ofproto-dpif-xlate: Fix conntrack fields on NXT_RESUME * ofproto: Handle OpenFlow version mismatch for requestforward with groups. * ovs-save: save and restore groups on restart * sparse: check if floatn-common.h is available. * flow: Fix uninitialized flow fields in IPv6 error case. * ofproto-dpif: Fix NXT_RESUME flow stats * ovn: Add the documentation for the DHCP opt 'wpad' in proper section * meta-flow: Make "nw_frag" a synonym for "ip_frag". * gre: Rename fallback devices to avoid udev's interference * ovsdb-server: Alleviate the possible data loss in an active/standby setup * ovsdb-idlc: Use ALIGNED_CAST to avoid spurious warnings for index rows. * ofproto-dpif-xlate: Fix translation of groups with no buckets. * ovn: Add DHCP support for option 252. * ofp-port: Don't leak on error in ofputil_pull_ofp14_port_stats(). * ofp-print: Fix a memory leak reported by fuzz * ovs-save: Don't always include the default flow during restore * lib/tc: treat vlan id and prio as independent fields * odp-util: Don't attempt to write IPv6 flow label bits that don't exist. * lib/tc: reject offloading of non-Ethernet packets * dhparams: Fix .c file generation with OpenSSL >= 1.1.1-pre9 * ovs-ctl: Allow add-remote without vswitchd started. * system-traffic: Fix conntrack per zone limit test. * erspan: set erspan_ver to 1 by default when adding an erspan dev * ovn.at: Skip ACL rate-limiting test on slow/overloaded systems. * daemon-unix: Use same name for original or restarted children. * dpif-netdev: Prevent unsafe access when retrieving meter stats. * utilities: Drop shebang from bash completion script * ofp-actions: Re-fix error path for parsing OpenFlow actions. * nx-match: Avoid double-free on some error paths. * netdev-dpdk: Support the link speed of XL710 * ovn-northd: Support learning neighbor from ARP request. * ovn-northd: LR respond ARP from valid subnet only. * ovn: Fix the issue in IPv6 Neigh Solicitation responder for router IPs * dpctl: Fix memory leak in dp_exists(). * ofproto-dpif: Check for EBUSY as well * tunnel, tests: Sort flow output in ERSPAN v1/v2 metadata * erspan: add big endian bit fields.- Use correct user for logrotate script (bsc#1104049, b096fa42ddc2)- Fix package name for shared library.- Version bump to 2.10.0. Some of the changes are: * ovs-vswitchd and utilities now support DNS names in OpenFlow and OVSDB remotes. * ovs-vswitchd: - New options --l7 and --l7-len to "ofproto/trace" command. - Previous versions gave OpenFlow tables default names of the form "table#". These are not helpful names for the purpose of accepting and displaying table names, so now tables by default have no names. - The "null" interface type, deprecated since 2013, has been removed. - Add minimum network namespace support for Linux. - New command "lacp/show-stats" * ovs-ofctl: - ovs-ofctl now accepts and display table names in place of numbers. By default it always accepts names and in interactive use it displays them; use --names or --no-names to override. See ovs-ofctl(8) for details. * ovs-vsctl: New commands "add-bond-iface" and "del-bond-iface". * ovs-dpctl: - New commands "ct-set-limits", "ct-del-limits", and "ct-get-limits". * OpenFlow: - OFPT_ROLE_STATUS is now available in OpenFlow 1.3. - OpenFlow 1.5 extensible statistics (OXS) now implemented. - New OpenFlow 1.0 extensions for group support. - Default selection method for select groups is now dp_hash with improved accuracy. * ovn: - Implemented icmp4/icmp6/tcp_reset actions in order to drop the packet and reply with a RST for TCP or ICMPv4/ICMPv6 unreachable message for other IPv4/IPv6-based protocols whenever a reject ACL rule is hit. - ACL match conditions can now match on Port_Groups as well as address sets that are automatically generated by Port_Groups. ACLs can be applied directly to Port_Groups as well. - ovn-nbctl can now run as a daemon (long-lived, background process). See ovn-nbctl(8) for details. * DPDK: - New 'check-dpdk' Makefile target to run a new system testsuite. See Testing topic for the details. - Add LSC interrupt support for DPDK physical devices. - Allow init to fail and record DPDK status/version in OVS database. - Add experimental flow hardware offload support - Support both shared and per port mempools for DPDK devices. * Userspace datapath: - Commands ovs-appctl dpif-netdev/pmd-*-show can now work on a single PMD - Detailed PMD performance metrics available with new command ovs-appctl dpif-netdev/pmd-perf-show - Supervision of PMD performance metrics and logging of suspicious iterations - Add signature match cache (SMC) as experimental feature. When turned on, it improves throughput when traffic has many more flows than EMC size. * ERSPAN: - Implemented ERSPAN protocol (draft-foschiano-erspan-00.txt) for both kernel datapath and userspace datapath. - Added port-based and flow-based ERSPAN tunnel port support, added OpenFlow rules matching ERSPAN fields. See ovs-fields(7).- Fix conditional to only include vfio udev rules when building with DPDK support - Exclude %_docdir from main package which seems to be packaged by default on older openSUSE releases.- Restrict DPDK version to 18.02 since Open vSwitch 2.9 is not going to work with any newer releases.- Version bump to 2.9.2. Some of the changes are: * OVSDB has new, experimental support for database clustering: - New high-level documentation in ovsdb(7). - New file format documentation for developers in ovsdb(5). - Protocol documentation moved from ovsdb-server(1) to ovsdb-server(7). - ovsdb-server now supports online schema conversion via "ovsdb-client convert". - ovsdb-server now always hosts a built-in database named _Server. See ovsdb-server(5) for more details. - ovsdb-client: New "get-schema-cksum", "query", "backup", "restore", and "wait" commands. New --timeout option. - ovsdb-tool: New "create-cluster", "join-cluster", "db-cid", "db-sid", "db-local-address", "db-is-clustered", "db-is-standalone", "db-name", "schema-name", "compare-versions", and "check-cluster" commands. - ovsdb-server: New ovs-appctl commands for managing clusters. - ovs-sandbox: New support for clustered databases. * OVN: - ovn-sbctl, ovn-nbctl: New options --leader-only, --no-leader-only. * Bug fixes - Use openvswitch user/group for the log directory (3f556d66edb9)- Add support for RedHat distributions. All SUSE macros are now conditional and the spec file has been adapted based on the upstream one (fate#324537) - spec-cleaner fixes- Move openvswitch user/group creation to %pre scriptlet. The default ownership of the configuration files expects the user and group to be available as early as possible (bsc#1091408) - spec-cleaner fixes.- Preserve 'enable' status of openvswitch.service file when upgrading from naming scheme is broken, and as such a device will not be available for use until a valid dpdk-devargs is specified. - Virtual DPDK Poll Mode Driver (vdev PMD) support. * For the complete list of changes, please see: - http://openvswitch.org/releases/NEWS-2.7.0 - Add patch to fix DPDK configuration migration for < 2.6 installations * 0001-utilities-Add-script-to-support-DPDK-option-migratio.patch - Rework spec file * Enable DPDK by default and drop openvswitch-dpdk* packages. DPDK is only enabled on supported architectures though. - Remove openvswitch-dpdk.changes - Remove openvswitch-dpdk.spec - Remove pre_checkin.sh * Merge openvswitch and openvswitch-switch into a single package since there was no compelling reason to keep the switch functionality in a separate subpackage. * Split OVN package to ovn-common, ovn-central, ovn-docker, ovn-host and ovn-controller similar to the Debian and RedHat packages.- Relax the DPDK dependency a bit so we can support stable and possibly new minor releases as well.- Do not restart the openvswitch service after a package update. Restarting the systemd service may break connectivity so let the user decide when it is the best time for such an action. (bsc#1002734)- Version bump to 2.6.1. Some of the changes are: * ovn: Do not reply to ARP or ND NS for a VM's own IP address. * ovs-ofctl: Tolerate differences in IPv6 formatting. * netdev-linux: double tagged packets should use 0x88a8 * expr: Fix abort when simplifying "x != 0/0". * dpif-netdev: Fix crash in dpif_netdev_execute(). * ovn-controller: Container can have connection to a hosting VM. * stream-ssl: Fix memory leak on error path. * Other bug fixes.- Version bump to 2.6.0. Some of the changes are: * First supported release of OVN. See ovn-architecture(7) for more details. * ovsdb-server: - New "monitor_cond" "monitor_cond_update" and "update2" extensions to RFC 7047. * OpenFlow: - OpenFlow 1.3+ bundles now expire after 10 seconds since the last time the bundle was either opened, modified, or closed. - OpenFlow 1.3 Extension 230, adding OpenFlow Bundles support, is now implemented. - OpenFlow 1.3+ bundles are now supported for group mods as well as flow mods and port mods. Both 'atomic' and 'ordered' bundle flags are supported for group mods as well as flow mods. - Internal OpenFlow rule representation for load and set-field actions is now much more memory efficient. For a complex flow table this can reduce rule memory consumption by 40%. - Bundles are now much more memory efficient than in OVS 2.5. Together with memory efficiency improvements in OpenFlow rule representation, the peak OVS resident memory use during a bundle commit for large complex set of flow mods can be only 25% of that in OVS 2.5 (4x lower). - OpenFlow 1.1+ OFPT_QUEUE_GET_CONFIG_REQUEST now supports OFPP_ANY. - OpenFlow 1.4+ OFPMP_QUEUE_DESC is now supported. - OpenFlow 1.4+ OFPT_TABLE_STATUS is now supported. - New property-based packet-in message format NXT_PACKET_IN2 with support for arbitrary user-provided data and for serializing flow table traversal into a continuation for later resumption. - New extension message NXT_SET_ASYNC_CONFIG2 to allow OpenFlow 1.4-like control over asynchronous messages in earlier versions of OpenFlow. - [...] - For a complete list of changes, please see http://openvswitch.org/releases/NEWS-2.6.0 - Remove obsolete patches and files * 0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch * 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch * openvswitch-2.5.0-detect-dpdk-installation.patch * openvswitch-switch.logrotate * openvswitch.service- New upstream bugfix release 2.5.1 (bsc#1001657) * DPDK: - New appctl command 'dpif-netdev/pmd-rxq-show' to check the port/rxq assignment. - Type of log messages from PMD threads changed from INFO to DBG. * ovs-pki: Changed message digest algorithm from SHA-1 to SHA-512 because SHA-1 is no longer secure and some operating systems have started to disable it in OpenSSL. * Bug fixes- Add new DPDK_OPTIONS environment variable to hold the dpdk vswitchd options so that the systemd unit files can be used to launch an ovs-vswitcd DPDK capable instance instead of doing it manually. (bsc#987265) * 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch- enable openvswitch-dpdk on aarch64 since dpdk builds on aarch64 now- remove aarch from openvswitch-dpdk until we have a dpdk that builds for aarch64- Add missing licenses (bsc#988513) - Misc spec file cleanups highlighted by the spec-cleaner tool. - Allow aarch64 builds for openvswitch-dpdk- Allow the OvS daemon to run as non-root (bsc#987545) - Add missing 'Conflicts' statements to all the subpackages as required by the Factory review tools.- Remove the ?_with_dpdk macro usage since this is not being set without explicitly passing --with/--without during an OBS build. This reverts back to using the %{with dpdk} style which is set automatically based on %bcond_with* macros (bsc#989335).- Fix subpackage dependencies to not require the non-existent python DPDK subpackages (bsc#986835). We do not provide DPDK versions of the python bindings so nothing should depend on these subpackages.- Update rpm groups, acronym forms.- Multiple fixes for the openvswitch-dpdk package (bsc#985878) * Rename main package name to openvswitch-dpdk * Do not build the python and kmp packages since they do not depend on the DPDK capabilities * Remove the open_virtual_switch capability. The openvswitch-common will be used by reverse dependencies to require either of the OvS packages. * Provide virtual capabilities for all DPDK subpackages. * Fix the dependencies in the python package to require either of the OvS packages. * Suggest the kmp package only if it's actually provided. * Small cleanups.- Add %check directive to run the openvswitch testsuite on demand. The openvswitch contains hundreds of tests covering simple and complex openvswitch configuration so it's beneficial to run them during package builds. However, running the testsuite is not enabled by default. Also add the following upstream patch: * 0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch- Build a DPDK-enabled Open vSwitch (fate#319170) * Apply the following changes to the openvswitch.spec file - Add support for building with DPDK capabilities - Add conflicts between the two packages. - Add new 'open_virtual_switch-*' capabilities for openvswitch, openvswitch-switch, openvswitch-test packages which can be used by reverse dependencies to select between the two openvswitch implementations. * Add pre_checkin.sh to generate the openvswitch_dpdk.spec file based on the openvswitch.spec one. * Add upstream openvswitch-2.5.0-detect-dpdk-installation.patch patch to detect and link against a DPDK installation.- Keep %prep small for speedier `quilt setup`. Kill __DATE__ from source. Drop all .la files that are in %_libdir.- Add missing %dir directive for /var/log/openvswitch- remove aarch64 conditional, no longer needed- Multiple spec file and package fixes. * Drop obsolete log-check-module-loop.patch patch. * Drop conditional code for older openSUSE releases. This also removes all of the sysvinit files which were pulled in when the package was originally developed. * Drop support for building the GUI. The GUI code has been removed in 7868fbc6c97c2 ("ovsdbmonitor: Remove.") upstream commit and it does not exist since v2.2.0 so drop the code in the spec file. * Use the upstream systemd service files for the OVN components instead of maintaining our own downstream. * Drop the unofficial ipsec support. It hasn't been enabled in years. * Drop support for building the upstream kernel module since it's being shipped with the kernel package in latest releases. Restore the %bcond_with kmp to make it easier to build the external kernel module if needed. * Fix some suse-missing-rclink rpmlint warnings for the ovn subpackage * Base our service unit to the upstream one. * Stop silently enabling the GRE protocol in iptables by default. * Install the upstream sysconfig file to pass more information to the openvswitch service unit. * Use make install instead of %makeinstall * Drop brcompat leftovers. * spec-cleaner fixes- address dimstars concerns- Prevent systemd from autogenerating a service file for openvswitch-switch which conflicts with the opevswitch one. (bsc#966762)- Add missing %defattr to ovn files section.- Add additional install requirements for python-openvswitch-test package.- Add support for building both 2.4.0 and 2.5.0 from the same spec file. Needed to fix SLE11 builds as OVS-2.5.0 no longer supports python < 2.7. SLE11 SP3 and SP4 use python 2.6. - Added: openvswitch-2.4.0.tar.gz- New upstream version 2.5.0 (LTS) - Dropped support for Python older than version 2.7. As a consequence, using Open vSwitch 2.5 or later on XenServer 6.5 or earlier (which have Python 2.4) requires first installing Python 2.7. - OpenFlow: * Group chaining (where one OpenFlow group triggers another) is now supported. * OpenFlow 1.4+ "importance" is now considered for flow eviction. * OpenFlow 1.4+ OFPTC_EVICTION is now implemented. * OpenFlow 1.4+ OFPTC_VACANCY_EVENTS is now implemented. * OpenFlow 1.4+ OFPMP_TABLE_DESC is now implemented. * Allow modifying the ICMPv4/ICMPv6 type and code fields. * OpenFlow 1.4+ OFPT_SET_ASYNC_CONFIG and OFPT_GET_ASYNC_CONFIG are now implemented. - ovs-ofctl: * New "out_group" keyword for OpenFlow 1.1+ matching on output group. - Tunnels: * Geneve tunnels can now match and set options and the OAM bit. * The nonstandard GRE64 tunnel extension has been dropped. - Support Multicast Listener Discovery (MLDv1 and MLDv2). - Add 'symmetric_l3l4' and 'symmetric_l3l4+udp' hash functions. - sFlow agent now reports tunnel and MPLS structures. - New 'check-system-userspace', 'check-kmod' and 'check-kernel' Makefile targets to run a new system testsuite. These tests can be run inside a Vagrant box. See INSTALL.md for details - Mark --syslog-target argument as deprecated. It will be removed in the next OVS release. - Added --user option to all daemons - Add support for connection tracking through the new "ct" action and "ct_state"/"ct_zone"/"ct_mark"/"ct_label" match fields. Only available on Linux kernels with the connection tracking module loaded. - Add experimental version of OVN. OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. - RHEL packaging: * DPDK ports may now be created via network scripts (see README.RHEL). - DPDK: * Requires DPDK 2.2 * Added multiqueue support to vhost-user * Note: QEMU 2.5+ required for multiqueue support - SELinux: * Introduced SELinux policy package. - New package: openvswitch-ovn - Removed: openvswitch-2.4.0.tar.gg - Added: openvswitch-2.5.0.tar.gg - Added: openvswitch-testcontroller.init - Added: ovn-controller-vtep.service - Added: ovn-controller.service - Added: ovn-northd.service - TODO: Explicit DPDK support not yet added to spec. - Spec file work and cleanup. - Includes fixes (or obsoletes) the following issues: * bsc#948840, bsc#941466, bsc#936780, bnc#935750, bnc#867964- Tighten up openvswitch service ordering. bsc#968205 (openSUSE), bsc#951314 (SLE).- Don't install INSTALL.* files.- Removed: openvswitch-switch.template- New upstream version 2.4.0 - Flow table modifications are now atomic, meaning that each packet now sees a coherent version of the OpenFlow pipeline. For example, if a controller removes all flows with a single OpenFlow "flow_mod", no packet sees an intermediate version of the OpenFlow pipeline where only some of the flows have been deleted. - Added support for SFQ, FQ_CoDel and CoDel qdiscs. - Add bash command-line completion support for ovs-vsctl Please check utilities/ovs-command-compgen.INSTALL.md for how to use. - The MAC learning feature now includes per-port fairness to mitigate MAC flooding attacks. - New support for a "conjunctive match" OpenFlow extension, which allows constructing OpenFlow matches of the form "field1 in {a,b,c...} AND field2 in {d,e,f...}" and generalizations. For details, see documentation for the "conjunction" action in ovs-ofctl(8). - Add bash command-line completion support for ovs-appctl/ovs-dpctl/ ovs-ofctl/ovsdb-tool commands. Please check utilities/ovs-command-compgen.INSTALL.md for how to use. - The "learn" action supports a new flag "delete_learned" that causes the learned flows to be deleted when the flow with the "learn" action is deleted. - Basic support for the Geneve tunneling protocol. It is not yet possible to generate or match options. This is planned for a future release. The protocol is documented at http://tools.ietf.org/html/draft-gross-geneve-00 - The OVS database now reports controller rate limiting statistics. - sflow now exports information about LACP-based bonds, port names, and OpenFlow port numbers, as well as datapath performance counters. - ovs-dpctl functionality is now available for datapaths integrated into ovs-vswitchd, via ovs-appctl. Some existing ovs-appctl commands are now redundant and will be removed in a future release. See ovs-vswitchd(8) for details. - OpenFlow: * OpenFlow 1.4 bundles are now supported for flow mods and port mods. For flow mods, both 'atomic' and 'ordered' bundle flags are trivially supported, as all bundled messages are executed in the order they were added and all flow table modifications are now atomic to the datapath. Port mods may not appear in atomic bundles, as port status modifications are not atomic. * IPv6 flow label and neighbor discovery fields are now modifiable. * OpenFlow 1.5 extended registers are now supported. * The OpenFlow 1.5 actset_output field is now supported. * OpenFlow 1.5 Copy-Field action is now supported. * OpenFlow 1.5 masked Set-Field action is now supported. * OpenFlow 1.3+ table features requests are now supported (read-only). * Nicira extension "move" actions may now be included in action sets. * "resubmit" actions may now be included in action sets. The resubmit is executed last, and only if the action set has no "output" or "group" action. * OpenFlow 1.4+ flow "importance" is now maintained in the flow table. * A new Netronome extension to OpenFlow 1.5+ allows control over the fields hashed for OpenFlow select groups. See "selection_method" and related options in ovs-ofctl(8) for details. - ovs-ofctl has a new '--bundle' option that makes the flow mod commands ('add-flow', 'add-flows', 'mod-flows', 'del-flows', and 'replace-flows') use an OpenFlow 1.4 bundle to operate the modifications as a single atomic transaction. If any of the flow mods in a transaction fail, none of them are executed. All flow mods in a bundle appear to datapath lookups simultaneously. - ovs-ofctl 'add-flow' and 'add-flows' commands now accept arbitrary flow mods as an input by allowing the flow specification to start with an explicit 'add', 'modify', 'modify_strict', 'delete', or 'delete_strict' keyword. A missing keyword is treated as 'add', so this is fully backwards compatible. With the new '--bundle' option all the flow mods are executed as a single atomic transaction using an OpenFlow 1.4 bundle. - ovs-pki: Changed message digest algorithm from MD5 to SHA-1 because MD5 is no longer secure and some operating systems have started to disable it in OpenSSL. - ovsdb-server: New OVSDB protocol extension allows inequality tests on "optional scalar" columns. See ovsdb-server(1) for details. - ovs-vsctl now permits immutable columns in a new row to be modified in the same transaction that creates the row. - test-controller has been renamed ovs-testcontroller at request of users who find it useful for testing basic OpenFlow setups. It is still not a necessary or desirable part of most Open vSwitch deployments. - Support for travis-ci.org based continuous integration builds has been added. Build failures are reported to build@openvswitch.org. See INSTALL.md file for additional details. - Support for the Rapid Spanning Tree Protocol (IEEE 802.1D-2004). The implementation has been tested successfully against the Ixia Automated Network Validation Library (ANVL). - Stats are no longer updated on fake bond interface. - Keep active bond slave selection across OVS restart. - A simple wrapper script, 'ovs-docker', to integrate OVS with Docker containers. If and when there is a native integration of Open vSwitch with Docker, the wrapper script will be retired. - Added support for DPDK Tunneling. VXLAN, GRE, and Geneve are supported protocols. This is generic tunneling mechanism for userspace datapath. - Support for multicast snooping (IGMPv1, IGMPv2 and IGMPv3) - Support for Linux kernels up to 4.0.x - The documentation now use the term 'destination' to mean one of syslog, console or file for vlog logging instead of the previously used term 'facility'. - Support for VXLAN Group Policy extension - Initial support for the IETF Auto-Attach SPBM draft standard. This contains rudimentary support for the LLDP protocol as needed for Auto-Attach. - The default OpenFlow and OVSDB ports are now the IANA-assigned numbers. OpenFlow is 6653 and OVSDB is 6640. - Support for DPDK vHost. - Support for outer UDP checksums in Geneve and VXLAN. - The kernel vports with dependencies are no longer part of the overall openvswitch.ko but built and loaded automatically as individual kernel modules (vport-*.ko). - Support for STT tunneling. - Support to configure method (--syslog-method argument) that determines how daemons will talk with syslog. - Support for "ovs-appctl vlog/list-pattern" command that lets to query logging message format for each destination. - GRE64 and ipsec_gre64 tunnel protocol is deprecated and will be removed from OVS v2.5 release. * The openvswitch-testcontroller package is new. It reintroduces the simple OpenFlow controller that was packaged with Open vSwitch prior to version 2.1, at request of users who find it useful for testing basic OpenFlow setups. It is still not a necessary or desirable part of most Open vSwitch deployments. - Fixed: log-check-module-loop.patch to work with new version. - Removed: openvswitch-2.3.1.tar.gz - Added: openvswitch-2.4.0.tar.gz - Spec file work and cleanup.- Add calls to /sbin/ldconfig in %post and %postun - Fix typo in Url- new upstream version 2.3.1 - Compatibility with autoconf 2.63 (previously >=2.64) - ovs-pki: Changed message digest algorithm from MD5 to SHA-1 because MD5 is no longer secure and some operating systems have started to disable it in OpenSSL. - Keep active bond slave selection across OVS restart. * v2.3.0 - 14 Aug 2014 - OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in ovs-vswitchd. - Linux kernel datapath now has an exact match cache optimizing the flow matching process. - Datapath flows now have partially wildcarded tranport port field matches. This reduces userspace upcalls, but increases the number of different masks in the datapath. The kernel datapath exact match cache removes the overhead of matching the incoming packets with the larger number of masks, but when paired with an older kernel module, some workloads may perform worse with the new userspace. * v2.2.0 - Internal Release - Internal ports are no longer brought up by default, because it should be an administrator task to bring up devices as they are configured properly. - ovs-vsctl now reports when ovs-vswitchd fails to create a new port or bridge. - The "ovsdbmonitor" graphical tool has been removed, because it was poorly maintained and not widely used. - New "check-ryu" Makefile target for running Ryu tests for OpenFlow controllers against Open vSwitch. See INSTALL for details. - Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows. - Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen' instead. - Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses tunnel API for GRE and VXLAN. - Added experimental DPDK support. - Added support for custom vlog patterns in Python - removed datapath-Add-support-for-Linux-3.12.patch no more required - removed sle11-device-ops-backport.diff , not used before- fix rcX link/bin/sh/bin/sh/bin/sh/bin/shopenvswitch-commonopenvswitch-controlleropenvswitch-dpdkopenvswitch-dpdk-switchopenvswitch-switchh01-ch4b 1708075837 3.1.0-150500.3.16.13.1.03.1.03.1.03.1.03.1.03.1.03.1.0-150500.3.16.13.1.0-150500.3.16.12.7.02.7.02.7.02.7.02.7.0 openvswitchopenvswitch.conf.db.~lock~default.confsystem-id.confopenvswitchopenvswitch.useroptsovs-appctlovs-dockerovs-dpctlovs-dpctl-topovs-ofctlovs-parse-backtraceovs-vsctlovsdb-clientovsdb-toolopenvswitch.serviceovs-delete-transient-ports.serviceovs-vswitchd.serviceovsdb-server.serviceovs-bugtoolovs-vswitchdovsdb-serverrcopenvswitchrcovs-delete-transient-portsrcovs-vswitchdrcovsdb-serverovs-appctl-bashcomp.bashovs-vsctl-bashcomp.bashopenvswitch3AUTHORS.rstCONTRIBUTING.rstNEWSREADME.rstsysconfig.openvswitchopenvswitch3LICENSENOTICEovsdb-client.1.gzovsdb-server.1.gzovsdb-tool.1.gzovs-vswitchd.conf.db.5.gzovsdb-server.5.gzovsdb.5.gzovsdb.local-config.5.gzovs-actions.7.gzovs-fields.7.gzovsdb-server.7.gzovsdb.7.gzovs-appctl.8.gzovs-bugtool.8.gzovs-ctl.8.gzovs-dpctl-top.8.gzovs-dpctl.8.gzovs-kmod-ctl.8.gzovs-ofctl.8.gzovs-parse-backtrace.8.gzovs-vsctl.8.gzovs-vswitchd.8.gzopenvswitchbugtool-pluginskernel-infoopenvswitch.xmlnetwork-statusopenvswitch.xmlsystem-configurationsystem-configuration.xmlopenvswitch.xmlsystem-logsopenvswitch.xmllocal-config.ovsschemascriptsovs-bugtool-daemons-verovs-bugtool-fdb-showovs-bugtool-get-dpdk-nic-numaovs-bugtool-get-port-statsovs-bugtool-ovs-appctl-dpifovs-bugtool-ovs-bridge-datapath-typeovs-bugtool-ovs-ofctl-loop-over-bridgesovs-bugtool-ovs-vswitchd-threads-affinityovs-bugtool-qos-configsovs-bugtool-tc-class-showovs-check-dead-ifsovs-ctlovs-kmod-ctlovs-libovs-saveusdtbridge_loop.btdpif_nl_exec_monitor.pyupcall_cost.pyupcall_monitor.pyvswitch.ovsschemaopenvswitch/etc/logrotate.d//etc//etc/openvswitch//run//usr/bin//usr/lib/systemd/system//usr/sbin//usr/share/bash-completion/completions//usr/share/doc/packages//usr/share/doc/packages/openvswitch3//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/openvswitch3//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//usr/share//usr/share/openvswitch//usr/share/openvswitch/bugtool-plugins//usr/share/openvswitch/bugtool-plugins/kernel-info//usr/share/openvswitch/bugtool-plugins/network-status//usr/share/openvswitch/bugtool-plugins/system-configuration//usr/share/openvswitch/bugtool-plugins/system-logs//usr/share/openvswitch/scripts//usr/share/openvswitch/scripts/usdt//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:32619/SUSE_SLE-15-SP5_Update/efc2af1a08d334236aaec590a6f516f3-openvswitch3.SUSE_SLE-15-SP5_Updatedrpmxz5x86_64-suse-linux   ASCII textdirectorycannot open `/home/abuild/rpmbuild/BUILDROOT/openvswitch3-3.1.0-150500.3.16.1.x86_64/etc/openvswitch/.conf.db.~lock~' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/openvswitch3-3.1.0-150500.3.16.1.x86_64/etc/openvswitch/system-id.conf' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/openvswitch3-3.1.0-150500.3.16.1.x86_64/run/openvswitch.useropts' (No such file or directory)ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7cb23f88f5bd048bb4db6f055218373f6294df93, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3f6e2ec9d852c2345c13b8da4d8df98a6a5307fc, for GNU/Linux 3.2.0, strippeda /usr/bin/python3 script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=20963949eb4e15b8d7135afeb9c310737445064e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=304af90e30084253f89727a56cb5fd3a717d2fdd, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f08d9ea00b8a3f5b05c3e427c15f0eb746563cbd, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2520c4673bd31a9ee3c62796df6caebee24f1aac, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7b9fc72029596645854e4028b755ecbd8bf7a949, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=71a21f6de0a1372a7cc607b1c5468cdeed58f696, for GNU/Linux 3.2.0, strippedUTF-8 Unicode textHTML document, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)exported SGML document, ASCII textXML 1.0 document, ASCII textPOSIX shell script, ASCII text executablea /usr/bin/env bpftrace script, ASCII text executablePython script, ASCII text executablePython script, UTF-8 Unicode text executable !*45?IJKLMNOPQRSTUVWXYZ   RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR%@8ٳ#p# Save the "enabled" state across the transition of ownership # of openvswitch.service from openvswitch-switch to # openvswitch. if [ -e /run/openvswitch-rpm-state-openvswitch ]; then rm -f /run/openvswitch-rpm-state-openvswitch systemctl enable openvswitch.service fi ovsdbdir_regex="^[[:space:]]*OVS_DBDIR[[:space:]]*=" ovsuserid_regex="^[[:space:]]*OVS_USER_ID[[:space:]]*=" ovsvar_valueregex="[^=]*=[[:space:]]*["'"'"']{0,1}([^"'"'"']*)["'"'"']{0,1}[[:space:]]*$" conf="/etc/sysconfig/openvswitch" ovsdbdir=$(grep -E "${ovsdbdir_regex}" "${conf}" | tail -1 | sed -E --posix 's|'"${ovsvar_valueregex}"'|\1|') ovsuserid=$(grep -E "${ovsuserid_regex}" "${conf}" | tail -1 | sed -E --posix 's|'"${ovsvar_valueregex}"'|\1|') # Default DB path changed from /etc/openvswitch to /var/lib/openvswitch. # But try to keep the old path for upgraded users already making use of it. if [ -z "$ovsdbdir" ]; then ovsdbpid=$(systemctl is-active --quiet ovsdb-server && systemctl show -p MainPID --value ovsdb-server || echo 0) if [ $ovsdbpid -gt 0 ] && [ -n "$(find /proc/$ovsdbpid/fd/ -type l -lname '/etc/openvswitch/conf.db')" ]; then # We have ovsdb-server pid from the unit file with DB open at the old path. ovsdbdir="/etc/openvswitch" sed -i -e '1{r /dev/stdin' -e 'N}' "/etc/sysconfig/openvswitch" << EOF # OVS_DBDIR was automatically inserted here on openvswitch package upgrade to # preserve the currently used /etc/openvswitch as the database directory. # Note that new installs use /var/lib/openvswitch as the default database # directory by omission. OVS_DBDIR="/etc/openvswitch" EOF fi fi # Default OVS user changed from root:root to openvswitch:openvswitch. # But try to keep root:root for upgraded users already making use of it. # Use .conf.db.~lock~ instead of conf.db as conf.db might have been moved # to a backup on a previous run attempt. if [ -z "$ovsuserid" -a -n "$ovsdbdir" -a -f "$ovsdbdir/.conf.db.~lock~" ]; then ovsuserid=$(stat -c "%{U}:%G" "$ovsdbdir/.conf.db.~lock~") if [ "$ovsuserid" = "root:root" ]; then sed -i -e '1{r /dev/stdin' -e 'N}' "/etc/sysconfig/openvswitch" << EOF # OVS_USER_ID was automatically inserted here on openvswitch package upgrade to # preserve the currently used root:root as the openvswitch running credentials. # Note that new installs use openvswitch:openvswitch as the default openvswitch # running credentials by omission. OVS_USER_ID="root:root" EOF fi fi/bin/shsystemdlogrotatesystemdutf-8ae0b86a5edafc0bd0a5dca9acfb0a2bc42607ee61b38cc91e41882672de41a0a?7zXZ !t/m]"k%N.S,4 iRoC@$tB%gCh9SH~KT"V[Ì̷|`KE!+ RM"*HSumn8:FK錳٭7婈 /O{"|M*DO2U"\c\ǁ@ȡӼ > p٨:&:l}ʽ\f$ͬ_ޝn6Ni%+%Dn0f 8#'HwI~GxJoWIpY]dF?D bZ퀴`,mP1*8x zFͦ|m$E~P*H9i؇z,9;{I_y<.h,#Q?`=$܎MG-vR*N/ל 䵦.'|*z^#LJ#P(A2B1,fgs'z8;1_vM>/YQhs^Occ(@d~4U'G`ga g(>NNM$v!An{HWpé90F#Bm|!o[?O7uCom:6 GJ&d 7?M??:AQ[)&TY/ʥ>2_ $5f{;C oJ!=dNP˃}VvT#qn'gDĕo0(w!U[ *ǟmmSU>~};[~+~V6m U7 {f"*M 0SY_*O t@X9pѕ TAM0NE^ WY7^ MEJԮЊy;XbzoRۺfgf|UL`@,[)σ}Ԙj&KX[`0WegrnHs;;~0V?2TuBorh| V@!^*9Y@BQ{vՂ)@UgQw[=oTQrFxxܛxܔJ fn=<}*ߋs9ɎqhGEc}7aSS}Wd''} %R-k* l1V yA<~kIz*pL1 o%׍׺Ɨ>jY㋪J*gA~EАpVܗs..C7b1#H@!RVp q'juS G%XNClJ5/Ѷ"C^!> 8j^up0ZM$liSh.0_إE_/'ִָ鎄[i'=Y |(Rֺ^GX/Wo}PUb>R ˅݌*=z4p@peIo' ԁBtr,V 7l\A+3!bh+ \XW͎;ޒg.9)_$L0Œ/JI%';T+%=u-5cB~߄zaiIGjp"{7QR%ze=rW%4~.0@|(!$QT0U,~$j2ondYK#~RECVDealp_V|_7TyI^ z])V,b0{p֔lU5h $TBO.P(cWųދބjŧO&DpQW&T>YY%%[H`$6k QJm/QGg9@o,oR+3mż:n?4^m뗰vgx'bZ+7xk{>,Y`$ ùӭR? ʨc+5B?f_LU$5-O#{QNZ;OcR11t=I1x,|ם[ͺq&:gݕms$ɔ}`[ 96 4vBM+΢D/M^zi\H9M('pY-CV, pB|HZɱz5F@k6 ;7+2'E\rŒUQUɃvS F2; b+J_9l1@z%@,}W;[2s#w " 19R$&ɍE]B~P?,`X宷>;{{nm(4"S4xEQ@|T]T}jjz;#j߭A`|IkvW1:x }=JFl<{>;Sdn6'p[3џg? XoU}`e%a`N.ؐ*sm;7 Ndy>e3,3w8(igG%H~?{ 9Hgˢ5@ k}6+~9JQ-\&rcν?\0<9p`&H!,Gz~C#R3]ﰣ1}OQ bɻͿuTi#>~"@!r3G+0XM%:={ukqST3v_o"jo-V}(25jj,{p"~s*!ܲGc|IQpoK];i~T&o|vi;4Šn/ FTL7GoZ N*C0586A j!:X9W~]:E(^!]Yz?BK'Aua1BRj^iFq 5'Y&TmP5?K6ޛn,e~oi#u=Zj}P:bDCPn`hܞH+VuA﫟^-K{1/+1OVZ0ꍅ[az:ͨ%kUU4T3VwvFon~+,hqi }"J̜]~0JNVa[O>s>gK-K3ZAfu{0Oli-06į2ɹ[{@BPW=o<Љβ16 t0 .Yd[T]5jGuGH:Ǩz]`۶,0e)T?Cs p@IaUOܡGBr9(B:* Q?dPǑ0!"Vӂrm z<1ͥZڜOK90Wh؍7Kn7Z+31[V+)Z#;]GC 7XP9Hǧtmuа KZ+amoQ^Gc7F(<ћT{qyTD5۹v9PM@}1;|2jlؓtsP.|h! ~uj>>|Uw,8fR"S9pWghAE&|8w {qku2QWCltX)j;D`ADCGKg ,mu1W<OG#ײhK%/نNK +AإJ; ,5A$I5C`XM[b*߈mV7k2Hύ栢Y-.00K`Ms|^ }g~0(g2{KezfY|lsnn_ " G "Yt@"iD #*d|XFi'~&w $ ƤzP+g@G%<N2d xD99<>.;71\1}˭*Gj6i`Z4MJWGa/1#rPCd ʹG@VT(2[7[XfYzJ&  01哩" xXʬlu +,gBJo6oIїsv/4Xj6|;վȈSb#tMCĔRNyWZV,r,?" 2${XU% !ڴ3kBxaxʵK:cw|GH 5S_+-vYwvK|{(lV'8nM Fw !M̽Wy@8g_o] |nuv 殺M[khxTyp?XDs|&x}dc!6kj:+၊ƍtgtzߥ®V{iqY6T6n.7GX"*MsKmm?gd d?=-S~s6m &ON>ހЫjx&A$r*T6O}FE8+9%)r ];,^c,#Gob{KKU!vRr v6+I q~^|F`*YʹEq&W cF+M#q(iT_lVDbOmrNMKemS6 tvۗGJQVʂ9 Uec/4Jmi#s0}˂7hPٵk7fzĶ'2"]$“1HfG.tFΧŜ荃9N/H4ڕ!QH[nJQs#C,TQ7lT׭I5A?`AHxdIs'`I8nPbwHċhY/HMc8*l2 EI[c}9M-“=¼89jM!'TXOZ+y(7M0{Vr>RBr$g3yCY՞}\^êXSgf%ߧ ջLjMA*''yWgIu,y]a f)g/*@+*<ڽ,d<0;< AO1}t=ӗ[`V9)4 4  &/lxRSr|hrbMFXǁ xI -ȿݣoZpl{9>O>2ӞS*V]dϒ/{g@)z읫Fs:JZu%O%(%7W x>j<ɵX)I՜Q0Xb>srHoN)Ǔb2f0peCB?{g45ipgHczjP%g)B|{0ԗ{7GY2)^6Uޔ3O"ƈP+@v}>)dځà[n:~d,:UŧI#ߙlSE} -Ά-ٱs횘^_c%JgQY}^G,Xr}.Hnm P;Id<_kS$y936UމpOF͖MdsJSH${"ڻ4bX|<tT΋UeSY.>N0݄$ k=򌨸`_V-:M\Fa .3aޤ1>J:gٲ&eKI?^?IP$7Z_-jvڂ^6p`!1W(~O(x=*<;t=!}@̾c^=US:*,5& 8 4e섆6r)%$H,޻: ٩~'Xis(yB* 哓4&:G,; ^ݯހ78nY?rr\T8 ƝդfRq ڇo-Ot p?@+f/jij9.$X1u[ m=1-3"~buJDWv(y[?w To@R".DEPdaKf:~{C&!.r UM=_MnV3j=%\kGT+w`ndmX܈/sJ>&j&eMi"y+|H_9_xj*+svem~PI: 3(k&* V5C{%lN;kղSHHp:22Do2~JTQܚBZZ6@`M-"O?C4} !hk6H2hkQ5x}~a[3Xw>pWUk4;M`GPXJ G״Y-ddT2Γy#Ow~Z:s=3u[T>o&GWTttgʰYŀrvKBXWY+RpQp^+F.qxMR<=ۏ D &ya1+, 6u/N[fJS$=ޖM ?G[4l!a5fs_di[6uce1N84b]kk0 OJMrz8Sb{W"5Xy@ˋc|'slנkWĒ2ߪ8Ҵ\ksDǑ`T;LJ #V&^Wht"â K؂&6ԯpͳP=sߡ .YmaaއFhn&g_ی.uz:yuhyeb|+kqQ"9CC$TH5zmkX]zz"Ci|WLUuiW,vGÑM'L!ꑈXXGLx`BV< D2/|?^P d7[7ɋRq謿iQ4Gc_g >d_9V3ɂ)xtR &s)XM>wd*> UnFZ2NgWT:!`[Ms{0?im."/w 4"EEsFL/2.9(8| +?hv\e522NnEg$mfⱥwoc# 5rBvjdA{|A0Vz V@R̠09Cqo.WD\ BŷӚ+?1vB)7: #wN;&)Cu\ѽB;WֵG3#ɠCl |*]AV荍N6`.WK Pb"p-|C Ӱt[)KR@߮X{2Sc،OIMC~e60_SW"fmyw(q^ WTrhə GjiߡQ>Q9۴_9ԯ$\&@i ?ȠM 7fVM,v!.jX] &XW]~ŭ2p*ۯ\n˷ @8 9!9,4NE9s[vxCl#GZb8JK =` yB` acsZ@/OQT ͧĔF&\.iR;@:D3cKFln9{%QT.PBa] }B5]x;~Ἵi6ĔЁ wG7ijvaK){'t;h_rKg+eu^u@),3JbKu+(eP$}~=tAf;3ؚLV !Sh5[be8Y96L zc҃ύw0R Z T{Ewb5E>15B,ӉR;-x38mK:+w.%: =%$&znÚ9kA͗Kb͜ԈPD!?Ms#FLBҼId-ZԬ懖jczvqz=26nZyfG&AjʋP.ߋ&W X 4eQKJ$TKa/i`}-Ct~i?U+n&"_b7wĄ\p+ ]݌o7˥Swq aB?Z5T g>Szm2CvOUjzܻ.CGXM"*J/uhvu|4[ .~.7 ?2 nM.Z@Px4>D_ІMBCcE P9&FҸP\'_;+ABf`4|:e d k\ ,L"bLDgߤ,*4vC 囅@Oڲ96}DHW[JCk^#hpˆ10ߌ\6$l,ո3_ O 9-]u N,Œ vXc2u.3'kmtk¯SDV (ȼtkݏbaE SV+cUgr? TUԡS`} q&S`bKP$Qc؂$$ciZ$*CR 9>ۅg1kKް+ mኀ8T*d#3έ , sF 8DuiSa%(D!G: 'M#%!h 9 ^j"iڏZ6da Rg1cC`˽-̌m`3]wڻ$U7~ݞuiMsӥt/oEvFzqA,`}f FO$Q4}1,+ỳ |O3n`nܩ=?yE㞷7\^h@>2]{_Zywe\!^D;!="@gܸju1Aɝ=Ds>drɽAnVvoTu6WsÂ%o_7>$V<ԠTMơ9LXIiʴӘÇ}H"0ѕjLD408OWx c9T:WZ!3el A*4|u;:K֮葺[3WbTw5EC,a%c!7nl4!}1[|]Hb̠'f~1tx"NT-]Dc\f[CĘ;3oHIl RȐp[VUMT*mNRO+?U $UNf$\K=fxKtZ3m$):q7BN 0ZpHGj6!E>a32K^%o V%ZRdd&v6.?^yFRS,m?7hI28wۊN:àG߯x MݷT[qadw&. r Rk흋Jµ)g&|Stmuwt氈syc bHU`I;΃1c id+F&)[..3ɎƖ6ft4gPqk}6Pl-{B @l豣܈C,@)>33s_;$-L/D/NQ0K9 ǥ^NG?s,@TQ 0c'@dDŽ7z#w['+\vc% 6{xCGUW#)$h B\P-ҔOO)LgrT @ZtsѕN"!{qcj8aQCChaW>^ź(n\jXx_Wz&}3-S x_XV=Jo'!i+(*b]ެ15wڷcR*~Ttn)k$^TLp]3ce!|J8QĹQwia ܊r&i[ؘ@ b:(""Cc*(dr# 2Bo_57?LvC-7RH !w#"*DzM!7 'k9LU_=[7o^%#F?sB-ٽ~0VR4gR &7oے*`K<5>k0ЍTmPzq94nY`w:োV>AyĂ`~X Rʻ6ESgeI zOo(?%`ށ?xAC:nyV?dEaKsykL?zU 74A Ct+iӟhj՟LX1kjDK5Uq%V䲦:R.C_]{?`\,BpbtHO帕(@ekcL vw "B74%!&o{ #uGMv<^ב/$ٻ-6 GJ@^[ru DuN-Ŷ2=xW)OnZ7 "7ksnrj}=bC< +<>]†+XSxmZ0\cXIB} 3)@:! *uAwv7@ 1,gF1 :G{#^P>,^$-)8PTC_q[@Iz-j8Ѷ1x?PSa:8< ;($1wM[>7MwN9i1>kwT.ΧHwJ\M'MG5zE`)b:K3k,kyyM 6948$ #4F)S.]sQH#N + s_#Mat&'D?ۖr)~WSTu~iy'wQ y 7j@8ti`gdl cqKoȹQ$&;Ͽ;^|U7t"ߟ)+s˺Z17}FbB.g!B^T&x =IrQe#Qvr \;luCNeY\R{<'z.?g۝뭶xjqT!( !A&d<5GiNL r롔uָsdX V%>?k@Z1!0bZLUšur?:7@<#}#(bv̇WP=LM'K͑!J`Zg05?!t ‰lrjDr?,A/Mޜq>)ZzH4Dv 0T ǡkltGsiyr^__alZe~L_ 5#jy_ &_VFHNwH |!MD? ˻xn̵X&>(uTmvNk\B\7DHD#PwwEfz/̎vÉ8ZVׇ%fj[]3)k\c_YāKm-lL!A6wtw~¤L-q.N4d(hcHU.6!9/aY1dy'>vyxܥC<')8n\]DSzM9Lǜ;ȕDmT?*TbSM*`Ը"ZK +|LoJ-[8x"XU"ӚD7P^ZC,8%qa+32SjK#I"e4S"8i#6Wi?R!v|(@l `J*ڑjkOk(x.X1** M3 $/܈Jq0+j~Z~_JҪ) - ,c.hљ MFNϥ(0 d^W>M>OVeInb)`> ]H1,7hyE_C`f|TqhP2NDg$H1A ~`Lmˆ>|@)0ێ#n0޿S@Ÿ3+j/7P~UJw  r}IJGG8@I4Z) T. M#z`c7GQ~Yw>ԭBuzS2kFHM Ŋ0#rRBq]KR DO t#UoO`霬699uoOG}vrw>[zð{ 5M^FKQV "]!ʼnrN DcI~_gJ"[`xFȜ3d qʈPIog/MC;Q^T5u@V5[L;w-T P/*6C]}qcWMZ yd'FVD+EJd!\0ѿ(NP0:Uƒ1 hh5*wJ~3q f=D"ѡwB57]ZdSJ.UF<8Qzs8- [.o } 6UG2l{[ϿEhB) ?" #6ۣgj0@p/-?CJG5ׯo3U xn4Ք {Fw:U a7Ioz!BabU&*y+3:-I9'<'y"քȆ~j%}%Z! KMƳ^^ LD΁9lS7#2ӯ;g|>ds_Sx8"0ۘhZ;s`{- _z"[Mdq΀R *Qi%n97<݀8#U T3R50^^rn=$8e'"57FL8GifɞU~̩Ko6-$]_hkpFb\Yul"%OB𵪴<*IZb W-38!%P4u0@48Mzdq[Iv*czÖ _= KNyxUwk½-_up1XNV)GcV@jq0ǤCAs⩋*X =^d٪;@0xͳ+h5XxOD_WiϬ/L/Pq| =g_HDkL=!: g1Ժэ(~W~;nף 6j@qB6XMcW+ԫlWJUXZrS&R2U}I!%L,x邐 ]^-M?1S1#GPNaҷt1mdG<0 u?S2' )aRv2 e||;Buja}W@ ٸŒ,𛢵w'([&}MT'D1$뎋kGn~ЂiY-9'92)ʨK0Duntkϝ߳"ρ5 ˢx 8՚ƫYE8+]?SI1p'(_6thq qv034KP@(-vBdv\HoXHqsҭek"S+c0e}W.-BC-a5a(A޹0)čr꼗+ܾFRXpGqfC_÷vE*oذ(3'>XHn -Bˤe4J*6,YwC_fp#TئqfKtyt8eDQ @< w|_A * Z8>`\.Ǵdhi}wLN VWWQp[:%8x?͐8^*o`\'v5Uqʚ6W(߅pyA$%!(ztv]{C}&Ciշȁj ӎkV{ pZTIb00+2yV0¥6]G^0DrONzμDW^)ͽ)v W/+ qj j+<pFJqۤQ،@VZ0ī)R{˸"O1PZ޵YA(vM>`X>40I5n1%`M఍|J9瀉.sf5u9%|7S ?^N[#Gz@mSbESx6gU9ɟvC&Nl}|_]ב6npPO-qf]b-B@:wLt73r"$ ui&N&9ɔc Pc[ t^[wJ(._'R):w oA"Ƞx-AxMK /Vuf>6TH򰓂 _f'pT m60iHi"Orճ@뭁XU`'Y_{ %9# ϋ6]ܠgVJ&K8vqZOHY|Z|"|rX:Et,ONדx ]O|Bp@eݡ#ӽOYE0v`( }u5 lx0e`3JDbp~PU!LBPQfY43J8 3Kqp\;+e@4M"e {FWSŬ3^vA% @@d3z$_42Ϩle(C<|0e`Cf1"+F-"Ad#~R ¹D٧zVO坴FbS#8)L6<_ǔ"uI2yVs%?C-^㕬i F]|%F:LLCY^gҁwozqƺ4dq_fF6?73 nn.׫GB5a_&5t2,[f9˹MQY2Uiv SF6$tL8FԠqL($ԩ OzU. (56Dr1ltS\StU:֟" ƍ>mL2Á!^$eImxܳ<ųO:Jd9xI_VaN D|=q4+[rW(,+ KE'rK\_ɧl!f Ỽk8@w\j5ćԡlJ܉B"nQU d!Css`~!Gz-T|@*Ɂews Fjyr S?* Z\>"cNJ+>WbGpV4t~'3}ftʦpYp/eX&',Vb]d+PƲϿXTC njLV8t'y۬ FWx{x% -w{s sk 9DMK 5 _,ٴ" 3G O7b|k ZBUfn <%,˞5_vӫ qXvn tX:OlE9 H)eq~yGwge_!Dnк#VUodKXtq2- N7 f0fV :GS"[)"{Q? <F SDraʤT}pD0ȷ,@Xb}Iy;a~[4t6\W!&0dҗΦrPtu{=l(&[^|B2sZ{,@=fA1K*j]v<}p70yr*zDֱo βr#VQ`() Kp GɖF+ O~U['cQL`qn2+IMA x>R#7f[#nS.!dze(egPRWʣQYn #/(4BJ'7 jwpKЊFup̻T <0U{' f3z(\Tf/Y+g[%WNdrO~>խWjcͩ`$5[!0'|N.ӺٱЊ2Ё}気r^I7@gߣt6ͺ,h0Q1`i%0{b $%qxfNV!4JpH;dVϖ!zbk%/,e4#mRo f8s/Ɋ?tl!Rop|(GEnr>v<j4T |5xC>R^T>Xp,ײδs}uN_4\2=Hx5q!L04_li/  c'Pm6=2 N"29* }_]9Ɯ 0S1(hיU4t&SViE9^QZaA`C1ٔh+ \#ȳptWB!<6l/T}s:#iHvM0Z[.`Ƶy $j(h5ȾuOFc!Coiÿ$7 R=[ssdPwjnfω.O ~M.~Dmƞhy>MqqmWüt+7dh˗WOxΠ`RDj% OŻ<Pp~ surROLFx- 3ܒZkI/Q+ao)|2QK5cPBmD"-^s3s*:.}7w\N)Zޯ*Y\ 2T,\4,2Dgk?g[pLz/5,*#ꈴl-8n͈u.6f&Pi* njܗP?M_vtW\~d".5ؔzgG7~F98)U82jP^C@|/UO6_Vf%:?cdnzBýyd3J49dϗR$jo߅h@sh}QZ鞰ϳ3#sa~`Rk|Me=`0%~6ĉ)VBLզM\!QhӡdN F!K"7]AKymH#cx-w,EHČ#4VQR>3#߁0znݒo[0z0*{mߏ 00hx@'eTOsU{ޘvpwR])Spjzc%=ٕS6`%q!߷ l@"f4:K3sYp/"@5 ×JyKAYpBAXɊa&]'hU˶mԸ1ir$Ϋ79ZoG;I%n$#y'MG aqnL`Vbz2a!om)=D@c6a_ҕf"VGT\Pi9KYD)8G etto]IN%R(d, }w.~k_2.y8n@L?edlgYEChxM<(T1vWd,>/urM MwyGP]<i'J";x ԓTt[2k_nN/ܞHc"IQQ7 %{ŒZp[n_ACهo_pK^c XcUHS=:k XyGeĻ YGO[K110xm\94/; 7QܿxwcOwcdohv[RZ`[~AѢp5/[pSFdz3[vj3DqlɃk-l1˷zV(~F G̸)&6$Kɫҳf0N2ѡY.XBc+Db)q vX`dē[ @T&dDLå #wI n3!PSȊ&*MU#F}f1%%s{8>/j,r0ƄHWx^*mjr;r"qPO,F(˾{"jf' W< 49x|raV&0Ycxh6c(,w̙R$j=$#}ǁ!boNJ{h}Yhwђ5Ɵa"Z>0Ҧ`֚]m^C4茯*w .t9:TeMDcj?(s@+JegOŋICwFNvT:Bli-.LZP8}/ܮVWa ?"Ef9s>!r ctoL~e[OWf[k5IêTdn[|G"Ow $v4@LctSJY\RѲkϾfy VWx\oDpRꞿImMLrXǕ-lYCfuo32E?Kf,\MmsyٕG6JƜkz%qP 1{KV`Sv 6'L1 2jPXx5 yWh ɫb['헢 }]t)),clUtUm8RRr&H)\ pfᨖ 3WL>?L9;C̽p b L䦀o3$dEo$? N@CFV]&@:s w-@hzh# ԸvNV5kPTTyٓw!db ҤSgSbǸ:wGQiB{ TZ1PKlXeih|qrtww.-b6ޭt[BNtݙ#?z_6o Aܐ->cJ`|6FZ9uҧ"ʜ~p,el!TdjG/?B@BX_vLr3w(ҹh1]'Z 2|*"yq&Xo(´%pX]- ĺ|L0*j^yR:}L\G+^Oӯj~v}U- Lm[~س&k9h}죸J)ݧMz|d:7>?9 #ͺ ͔cq!KY4(*ҝ=]d<稪9/ƯHl J?Dwϓ\#  ;0ɝK:A^v5klp(yG:~-`ׁ)XRo^Rd2iJX7h&'TZ,#1r>54Yɪ)0tZd17 zPm8ZyuͿH D('<ؘ 4=AeLՐNciN M=S+Hдz5Z,͓$#`L^` @[&T-4s9K^1.3.6& :!c&> ꔮ=В»N[]> űe]r2 *mTF #`5O&QMWȬG2M$N ! =]%"7vL͑}pL[}I|WokxbZx)!ײ!DC0J~g^.š'#`Sn R[1ȧP욬52m+y>t Y4u읞mێ@YCAo9D4i&s%Z;"􁅱z^ NK귏;B4PC:IWԺN.k@"no(4FRD|xxwNI:îUF 5{V}A-Bp̜jNIwh^ck;|27]% 93Ƶ,y0Xa-L4 4n-z=ޫP5zHht&"d>T&?VcI9rbk6'_M$Uh64Ô]%:[(1@\Ь{=}E^&k]lD nh%`(_# xe#ŭ׶H37QnZf{\~LIQaTE=|4Z|sr>(Nzm^uC0U^; n28m!F&yf&J5&*ܖWn WAΠʕ$RƥjA W} iF3CEe?c8G)K%ӯd 料v"~@ϨJ=ejYMչ qR\zx[h  Ni̧^#]Ӹc'iŒ&!!zEshA,2#} 'Hp޼ƆIH)֎v]Fge pY?y}&2$G0$#@WCE=g![!cfnm(H˵޴XzZ9cL']`En/J7q_@I M]ꖣؠ֙5V3GQÖ{&Z$Q@Y3n̕|r\p.멢oL"eW9?38?QӺ +8&*R=SX38xxT+rWyrg{[)RnJGZq3\B;`x{L2 yĸDOʌ``f]3M˧ᇁs<y*|Fa&:oD"7Tx*H ] $~c;&f5ˍuH{ fϰguM`# 3KCe6znE`(|%z|!hq=Q|"GMdwg' G؃5ݶbgSmYɴ3IV[ސC1nrM|ej}բs*Ss 1mUڰ׫c . rpJpE6t3qU5'*-Nh`xU|FPΒ萑 Mo^q])M}+7|J.^J6X]g9U*%;K@-8%0nj`a=OtMrTz YBYJ[\R2ؐY:eDo|-irr si@DRLཌOLǧ]Ά*T fKO S:p?!GivǤ|ÌW8,LI`o<@/t)sBcGR XSOWTƫѺFA$?+7q+oP*q)\NZDMg1!r)/Jp(t\K*|z ֹ(X5VJ=$UY̰-MXze]=r%"O1^X3P\Q2H*NEܡeseKTJWfH%>2E5Ė-i#lg'B#I% )I1SY)/ la}0W5Aa<{@oN7`QpO1Îy$ܱy$6*KKxNiUpўW~/{g"%3|4*9,lAN淦"57.1AS'ytFjgg3QvN-(zuHe8$6-*NbEH>y7ΏnqfgտYOr*Lʙ;mGGьLc G =)J=;?+y?iQWtp*wv N <40l_܎b$kD8UMv}्J7{%B0DV/iy2*pagʥ,H#. @EV@O5'kڒ7'E,h &{hBmdֲXLP? 1'G˓SODvτ3zٴ=v|\qpwIdw!d ,-qӓ!=/߭Н@E|7XyIiwB-Q ((B@8<}m>ElΫԕ2p8,<آ] u>:i ϚR)~;,dX7jsqgfɶC[V=.6餖 R<]eVXl#:R 8ļ^}cߟ~l 7X'fEhHaxe۸0>r+[x$M/R52n H F G*S⫰Ջm*俙S۶zjOd&.{Ӱrz>_#EƇpYR_+!LYE |tF/]Õ? [.^װ1EUPW"bcEzImHaœ=.3őpb$(&=" تGB"Eƿ O"w7:.eׯ;ʿBJ}bB6(@ KV0-5nBЃW 4Ј_گn8Y2M#Ct ͤZ٬}br; G g&@S"4{:J/4*,`/6HG`, }g0hUFfv {d#'4V*Dǭ);F=E_[ i ;+s2q7A1(" ^//7C͎dBRhuv߂9v6_ ЯʖOdia9jwd?Y[7J9ѡ<'#8K90oϟ02kMUCNGjFŝcX=n=k6f9Ihz)~v@:ي/* X(dsTz?NDZCcQ,j$e-|Sy%HQc`߇5rM}|}Xr{h|'lXZA̢H ڇ[stQ7L'I&I`ٲ7*li +*9/0/O!|mxc\aǚ+t&Hq`w%x[847}gđCӀFFU ,t`WE5WpXn&6aW"IPǯ,sK>nFL$̤&"_-Y2Ze=!ɑ H(&*9lb#,P W"F ̢b/H*ا(Ywx4 P;fS|0=|d':gqV"< %ܤ&2DZ(PKJe O/S%VqV8TPg'3fy0.*켽f:kT$IOfJ&ur+Κ hfGAu9eLڥZl7~9(3(KpgXs s5sB@m /5"QZp om }:o O+7zr tpnin! ="k(e _7o{Mbtl ;+HYp1TN 7~v:M3ǀ-^(J% hVv0D_.*]z˂KYBA=&|0d6|LH]xJ\HgO컙L"5̎BV ǞOηP'MOpu )1|F$iRIuhF4|)^S B _RUPP`C_a Ct 6pU!RǼw7fwW#J~'}hr}]М5ևI@B-Di EEi"u`vD¯HݹCŅJwBUkv냯+іc1SVZ?ZٕS;KzR $ٝBDQZ՜YIxCo?v%\ڟ H qm>BJBE>к/H aD;`? 9dE"<9m@Yp hy&Πkq$|'+Q%u>ɗ jAMBLʾb0PᵬTL͐ĺ٨l'2̇ZIX7-,3QFu c CD,([uQΊd qݧ +hϺ)Oc,D],D)XND4VYaa @h&%fN-6q{yK b, Esh@?0Y:Ѷf՟hµ//Ky1Js;rCp1Z ]F髊E ~\]P5 a_ JlS~rQE^U@䬵"zZ5Mg#K}KE8%-zN& = H[2psCTziG#h!#.Tj>pyd!`дeҦΙ=Db* Q{+IK/?SK,ڕ3=t 9噿ʞ݂|Zb&AqUxXu{F: _ׅ޿y*N "#&mfqspߏcx (J9lp1&ⵓLPj?idlso^q{afmWRs?&}߃StպJ:חn~@_H̯&m}t w=tXQH|岰:xt$s d B z :c<ŖÍ9Ao80xz 4c~⹊N(Jd-?:E"d4:" %)wR͈10ݜ+Ij[F KQ`_ߢZ\ a\Oq[Tna`+**߆&Sǻݮ0)#k!OH@0F0gVACփEX%?(h~;Ed~TC=r$D47nl`.S"He9em->?2[znQ?"f00Z-0Rg+&w@X3<0guoyeN :c;n-v IrฎTjV֤_ʢXtכfIP.q)WP[fh&dX (ǩF ǵ:R'1&!1?҇ܡ3Z baDj5<7tt LA|̖LVY|*8,V0忨 J.w[bE/΁mDR~ rIqfO& RQ|Mwe+U9K !jqΡKg鼥_$$B-)(/h.29nnZ68$ϛ~-$##D7C1*L=m< yXF_4nGK=q SU^7U')tNKq_ |ꖝq d' ާ`g Syg7%C \ lm xJO8?sϸXo$&X"B9P4#^˱z:W Q;M-P>{TMJD.,87:Kg2ݭPeҒ15\E$"P { H9KS/]L gW Xr' siyEOv9OsOˠsIBB \AG#R'Smne/ijEэk@烆2YZS/ Jx [jxAݹB~E{$rӀ s|و}NɹՋ0IflnIkYUc++VróIu߁csMW ]VV*|u ֣RHjn_E`'&Q}J#.:h8B5GORaP OQGtgr7w7y%%:b?qp|}*Ւ?xJCz mN|VI4yOxtyTA[!+" 4dB_7 7Sd|RMü Mm(-IwVl˔'"XKC ^ߗ5E3u U\9AX Lr>{AQWkbCG* !]d #tQd93M,j2ܗkQm[$FL3Udf q4xGrQbu[j:{!a +R]l~6Q~up~)qԵgwsJɜ#y4 <u,0ƅWAƊ+Dyχxؘ }΁'ũu&!֮dzuvlIAzMwQx&r,9>=ME`x,.([gĺ ;L'Fu\_:p(0OnJᗁ3`r iOS5 5r4UIOECĦ9%/(7~3Ǽ܉sW-1R&"~gvG|m+"@b_Nm5knnr xLC_pG?Tz̀ S^`&X1,K E%%`wτĺw cB`rϩ={,1*B\%PL&>Yϼu/"b@^?(™ 9RX_\yPTc O~?JWL;جC-mayAr#ʧۅ7heqj9[^s PB~;FtPnN:KV#xjq**TLz}b _9g;aFdR5bʁRRMY^ʙ A4yv/qfa̡}4|NAjLYExֽ,&XbG3_Vn拟T笇W]4oKZ\8bp!8A|pa &+rϖ&bET TWU+&Hת.a3rM͉~LfeIU&5o5"ܩo/ Ԍ!ۄK@c*MHgڮWw7+Yk+IpV-0~ˊ~ElnЋ.]q~6K bRo7y"j K Ibm)Yc#ɿ=xpޚ;b9H.v<7=#/<4ʺ#r=~wphs65̭KC :BP1J߰Tc.& :F".H+6?\lGgř5,P> ½FM_(t5^9k1Ģ!Ӊi MLN8mt4=@+Bʫ%sv/;Or*z>N O'F˪p]Mfd0Kj3jt]Wb `h2`0B* oBTiJ$&e뱵C_ެ.CQݮWv|0(˅ER?:!xw2:d"sf ="4#U.L-\ע`E0 6T}!͓a\ɵê=,*q#h jDk|#Hf}Sikcv Gc*/\<6!@ZJ(R\:VAu+Su#NV(;L98H苋0Nqje(*\mtReCܦwsˈ ]h|dXmJ3#DT*Al?%7y$wF6'IGT9apkI|xNH5u D5_>[}OۍA:w-yq7ã{/2zMʱlE%UAs@LJْ|OOZ%^ZuT{9h&af[>@r-N{EjOy) f50ɸs>QCX7ǞOљJ{\$)Xu,b 'c“|&a4eL@jZ~o`k_ f6#S-?`O[uh #WM+GO1!I&QL4 yU3q3̏95J +՘,F 7Pe;x؟qXC!I oUƤN҄OEP׳cêH'K!;ts.H -Q64~&XwcZߵį{I8uW$!X$oc. +J*6NxbO]M/x?^rAxP @502q>V0KFNN/x6CEvL[./G3J+[`=|ZnYΜ]dO\ٝf m SId7.B/'tqɼxFJ- ϷY͋J^_R8S76!]/8($_cMxp:(sHW?uV [K(Ɇ߳hC&Ń<m'e:wI=|݉ǼB&(oT(lJ&"Ŀ.+!:V@k(A/Ѱ4[mMiqkm",w5ӗlޒF@q??x-s#)ٛv`圧HT K5y7TE:m n۩H)pNե|XLh _Dr#v h䪇ާ>% ^^J0O2C!FM\ɠ!=,yGj(o'|նfrJb#zȈɹyw`AB򥲝>naFJ6.ªu^8JB}!4(wޯ:>vTsM= RU0 %ѝ+ L,˭Os j=3 w'm#2{!O*rQ|Ҕ2gFOk3Oh\3hToSjTN\Eu` U˝*7Ջ8="XL)![nFХn?UbB b椠 AM!<sEnR:h~SC>gU='M x?^f + i=px> G5bkVrֺ@#w- ]Va?9í? :xEɝ~[F! n?~/ b 9`zf{SJYEu7v_i|oGrFE5dYQ t"gbPk6xot0^Q4PJ9#T Eco@qVדP\K[-A~ vyN9u;C>4bR&s" q f[^ǚ&Z/&99й׶7Aǥmyo'%ԞȉmGl(p;OP' dٕ5ދr= _)Gvcwwj1->g^e5p>R|o':34rFD 7A \Af|"g݈dGL܈=FYH.%qQȾ=P&'lɊv cڮLR|'Wwq4BQ@5lN_dwAfNIq̲U pJنf>`;rK"9pox(T?16"ǙN\L'h"F9_  '#7בRVLL$m@h!o + I`y_WJֱ짭X2;Vxo>wxjl(uz.4#XG&DD3nʽ^xL8I#nx Æä9tȼY,]Ԟ¹L'-.Z9 =LY 2μBG cW2Aa0$9q@:mzb <_ډ÷cOJ/ pjL|̈́E&Gjr.CYUԸ9Eù[Њ*!pKGBHi`9!d&huNbs&K`vZ^?_*)m{KGݑo`vYy%_0֕wgH'q@z^M b%}->[B"./qe=^ nY.yr(|c.թF $Q4pG|Q.h^cJu ˆܵQz_4%$&5{(OCKfa nǯ-}m\O,J54 ώ,SDbMԔ[ [גe~eCy]0. ~d{uhCJW{˴(pOt>Y8$1>!4)_$:GKHbx \rS -b30htON9dt|s2Cԟ3]wť@vH%XԖ0=r'5!I\9F܌Z]fl8X_F. )#YҤ_B4gE.iq~'C׀ށ_1V\nk\W5wybB,}ɔ;#Υ&OΦ}tt&\w+E塂 BCl+1142ߨ|8i`ul^\sH:[2FCC )kgXBǴ A*CnT7KQϡCVW,02ukHY<1 lt1boadW9; 5}7=]y -ſy})Untfp\[2\$1#!t{b$wG> gv=) -/9fk&) YmjT4.*GjOGM|u" (}VJ_7kGcՉTЋ|̛=+1JAQɃϡ2&,ͽ;E/ ,2T  XXc͹Y555ӓHO?J1!Wm.€Z=}-% HƑ[v4ki_S1ĿP{Z̰"LI\p7 p%_ϗU wdLTV.^afiWo3|[Rpou{pc\dCXqx"Ĉ 8pɠOuZ<`2Q{UP{ (fb?y_)w$ E8/Oa/jPZF"QK6t'pnߕ%-g>Zj ݌Dxp!k, OaصtʣC 0;&-$}Z>&a)LI| 'F^4 sd)nCȗgR #6 !~lCrc;,. *C|SNDr- QaB- 9)4*J9už͌4< CSovK y0sE1 #VB ௐAiSQd1FXR0dH|Аn4Xefゆ*okqxxkl}:`|%SM7<^N)f[Fl> Ydٰw^L`a\,+7+̋*&}?ү N݂$g5cB֫R)5]q, oԕgs/Ck6_9%#)\Z>3 R[[5c5ٷ3Bd+kT TXh8rqΫY92=2 P!J0;c" ٿj st#/Oc#nN^찳?v!_aUue,x/D8^o3_` j!)cC?d!B~j׏t#QMùA)[ëU)XQ9gdHBO^Jawz7OY3p  s` Rzwn@qR"c|,Dt5b~%\BC@DovP#Mo+L9ga[68fQitmu.4^.}%j#~F„Ҟ>ͽxDe"oFڮ/.?gc:-}3Ow uk\=>c[T7n{P\(tIFjWaH-SLU2Yi`ݩtd"Mm#pn*2# V丹F ~|j9 g+O UBR6VQMbfgU C%{ބ[CB7'pR$h6FdXh @zH2={OUM§Ұɫ88 ҭha}^e#\_4) )dty wB(zI+R"Ƃ7Fǯ7e9u1]AUT1@CaXh~Ib5SRpYB; ]6CĈP̧%2oTi#& M+ް9,J&c^t`z* So4@YJ}̡$L|﯁E2x$ )؃`A"jv<߾n˘Ł~l 1cZ%z̸@E0]hZIxw>$6T-;g{.=hu-T4>ai3uynf;I>K'_+jҔm/fts#;3K5003jШ"Yf -.(i.kxTPqpW;s.oyd |e;C] ?Dh̜"(h&]@reޔʍ[hgk=Adjc'_m WWWA#8^YE=PF [j4L}lXHQ@碸=G$OLi䰨}XqCm0S^ ;ڵ_;yoU"5ٛHďt|0(m)zYqz(~?-7՚VsS93+VO%i&8s;͎~j]Ud7KLA2_- {: q<1'eV M02%N_`g9Bog ӽzSU(.YcIxq$/2t*t;)rzXo> +c #:b> GX4˛Ogؑ S2 KoFV\$(i9طeN,C129j*e̽K0NM &,IׅQv D3wv_bI 6yS 4+ Hn/rLЍ[a@HX &þ SZC4Gm֥A-Hݢj߫7AG "4x([pDcp߱=K𬩿yy0_dDh͍Y.IBѕ˗/O[OȐ 4?k=3ׅZIvQ>Yq;ə`H IF᳿+@AԌS5<Eof/DEbGMfg ') }/>o$6 0r_v:V5EY4! 鶂S[[,_x0'9f0gjfDUe*Er) 6 7)~SO}LMD|Xt60.ɡRV _[h-O3.2>65fjt.,{^ ,pF@X5tnb]ǻu}=yʜ&8e;֭FDbn|5抪xGJT6&$f5|g/Wz%噼.vvO%p_$]d0-̀/D`5P砟;Գ?ZW~D LQ:y-B!UE㍳4n}`̬T Mg2;9a]3K!_SbS0 7yZSN9W;rZrpN}h* SPemτxR]i&XtKR_W{?~y0`wh(%cy|^kv[Mŵq[vͨ ,Sf!8g@asEM9R.[ٜ0Tє \f*CΣ^½~j]hB_r빆XFezG)bPxr7-l}lӎot(aMw>xgF#RtC1xC|0d ̟CHjK_cqrh<"⺀hီ9l̐N/sntV?(kY唠^^7pU܁ ^I;]5= _`sym5wKъq<'wi[-UGJc L7`}"`/$ޮ#)@[rR(Ar6[6 ܿy;`JoOjfN<_uex[@*>{h1l+NeJ 䓄z6ϡ?VwE.P̪Ν{uoH_,d(?9U`g.\)chlώUC7,wmol]h#rtj4ƽ>!˛"*z+yU'FP߻ڛu>wR0WYW[6PWϐ^x^?~F.hMS08.A}ϩIQەaU\GJ0⿧B&iLw\p?HJ& MhHkܛ c|-]2 5o1Hf 7X۩+u+Ӑ-p2}Z*"br~/k9Y!ģl0$P ;Oz0=Me x%D"3vuay{96北(VYT眬lfۺZ*Y0v"1vnʽ"o8N b ~祔ME+R̬C>\+UQ(<¤ 5_I=kO~ڌ(RV& =ܟsy3\Zɘ"\;0*yZ1{O,Z8m !yBnka/ @˩4FNIgxWG Q KNJs}D@r6.Meˆ|"^G](?_Ϥ&Q<}ơ7Z6B\ FR^G枠`#ZyqxYʱWǴ})P%W5=55s1.limc N48OEbu)Qd>ka^Iv8e:pw ]-gڨp[/uKByP$? &ձ!% AإZ5ggw5!jSƋi*{j,*)׌^<-1tq ƳP۟&˕R+Ar02=q:k=O@Ha2yhra^@tF0\Xgcc&Bbd eN^rqZ^}&Pr|[$cc^ #a+ Wb+mWufapl16u^RH.f"1U:͟[w7-=k )/Lם3=%o Ak.1Rð겲 #C:8DU˭>SiN lm.yc'6\ᄌkUWsQG8^b΃..x~!Hl%r,̦FklSuRNܓ߃{n^)#:{0(Ad?_'`oE>1EP- '#ր* h ([vE:ȞuxU ^=໳2$%X]sNpPb@1KǴ;q*YRW!@>%^hЯ #%ܦ(TXh$Lxy(kʽu?>9z% JLFa5DfOn7[j*= N(iR~S >v&,Io[IK>KP^Mmvk =c:ι[R׹c*<0ѫ{Nw_!cqB\ ~XNzDB7 7bvetlX \q )JP/Uz{b@O|ERe|G3kM5We4CwI;-z}A ڏv1|pQR\7Xϑ}LڭRz= s4u]lti,hO&Ԑ5MEa/U~oM4TV8,Ց. "*a}z>PυG7mAńEY͍6&{H;x nlnˁD翹x 93M'WΝR}Sټ]Z D ע.OȚW5נ:5Q$Vpd[ҵ2죻iWe]Ԟ~~AG;?@ei+Nr2 落h7E_M:vF1vN dvfY-;noyX[?4p%gOWj.CW2iǯ@FM +ءӌ`W\_ Ԙw\[z N๞1%f0eJ$Ys'4\oY P-x`' @~Lw!#C񝍳51Euq^`@acAq,;F8Տù_r`}M.:& 3[L9œլ|Y# Fbg:˔B["u S~xsT̒ŸXW aVsi_pfΧ%LIjSa.Ҹ3ThW ̟+j*3A#j84Z>96`lԹ _k/Cw h =2:ZD`sRc)ꗔkX$M x7a 4>ą_3֥A6FN3e*ը16Cy0kQ.Xl 윇4F`?1,۠Ok8Gb(*x 8Ԫz& cV1Ώ;D: _qoxbkr~O6Gkpy>H6)5:f!{\Oƭ(w'v=8n|S"Ws YVa-SZU^U6ai2p&%C) =j29`]EZ.$ys&&mWА%mʳVvo^zJcAi)O1x )t!~ڶ`CJay&E{ngN4vБA@SŇ3pGHؓuV7.)~Ua1 Saݞ9"㹏ϟu3HCPIz3Z9ߔ[F KSx7[Pc= lk =~ Jq-VQodL c‹`8NrЃHx /t䘨 v7rD<2^ڷ n5o%0F{nsGǏбP⨌EAܧn_^==V/jl@W~`;w0g/6Ɛ!˔PR3qxG-Mm\-υYh.!";COC%pUi~ +ɋQ{;}G YLUԗ demZN6$$$.yVT3768$FFWlO dث![Qyn.ز-i,#6 ?]UR!dpT)4zZ{Bub|(&6\̿E:տ#IшbկEg;"-vZ=K%>4ȞѥnPX ܛ|jfRyý9L@zI@Gq 4kuGF0)-Es>\Fbq6ǀc M> SWp&WOp:až2﫡7A.}l*blD4ltG#NH90cjD i*Ke͒QA#M\nrLFuhZ|j<`.s0uR6˻xѱo`7!Gv">f*h4rŀ/sڑ\< NS!oEШѐ `ibպ,p؂%(qߵ= ZgIAO⢛K4"tw`VTwW$΁]'by)?y5#WնDE ť\m!5y[PUo^ʢ pKc4o!#^Uɵ GG/Ci?[2T1J8<rfor c-ҁGU"l0fi|EV-vScœmM89yv-DC`N": &v[%y /qM S\̊ =0SWkb\_9茔ĆRFxz__"s͹n'MXP@[``yw .mat Kf<"wt.7zz2r%)f}ăC KS{.)9'rL0ZiCOR^G)ODx;Ǟps`7i}RTJJuPr\lj9Αanw^y+ފ0ԃE%SS"9_ bji)S&V C5Uz =7 w>ENbu%kU*G{Zyۮ ~,%W3?d)-O~w+i$X9{Gt.u!6;^~?xbpÔL揖|Jw@ Pb?`KS!r[\@,9Qʴ_wcIWz7Tb#7ȝH+M׊ YV%AWSJ -;P\tCڷMZjUJSax3+DH|VPO(SEGe-s#)5m O&IFm _bUBDavJ4BH4bEyH.6?>_5cA$O%-^NG؃ _d0f#o2a0Wm7`A)ӃÁr9wuVTŘa4G4Iظk҅0J偉IHzfˑ:;x%+NagA&=#Sm /Nj1El=/wͬu:&TQO٢8)"'84Wxa&:hjB, ^lHn;u=wn& UcsQCѸL hEtCb |5jU< y$ȹ!OK$%AuDWrC!%VQwϛ6iЫu!+$$'=PFDr0靡C .M> mKHK4O*:@)0h/v l3 !C~^盋;suD.'.'o(a^AAxvr"<^aw(t%1JU/tsS1)QGjbXd:,@9ض0^E]NZ s;[ڔEZյž/imjsC*(s8g5@黣|RoFYhQ4n]Q,`qsGz !$*=alՉ,%<ٙVBZlm.y2"<\48blƓk@$U ل(h{^oఄ ~8i`_2t llHDӶ`xD5|sM zw\Sh2"A_me݌5\JTX6H +\ez24?N]jw/)D :0hcOuO e\7<&Uh!s>L5`[Ƶ@/&kÏFNn4-B0g,khS2_B>ɄO.f%rW4N g"yr!u m)"O~"ǎ|\C*r35PkGku=[~K%i#LE=V󫺅Tw\L$:)]161n-45إY TmB S&]/v2K()۪Xj$not8b) 5otЊܻ-H1咋T?tF9jÉЕTqM(7MbT*h=B>_q;ƒn&+[[(U"hiΐpKUSzAhL=7Q{6"sg[IJ%:=m8D@jmKK,ITB;iͨl@8k&L*(۬SN{Kk%km4 "C O;~4mx?P40K %?C/eEU v)[_̤Mne9Tz!ST78<$DT0ziuHth ֘t3kbI͊M@Xua3ũrJfPto3ʡFV}b`Ckh;TbZx7H" Pҭm_?{>nFS){P1 R>_|⯄]q/M^d8B]8h;SF<W G0Yˠ=%RMP9 ȹƽRDw#!}@hCIJqa$F[q5ט,Պ"cߊg:Gw܏ d.iG++(E^FO>;U/, b9LJqzYt`ë,#ar;styxN>#,~ Tj]#v:ޗ*8[3L窦I7J͈w)3¥FlK ޖGOkkx5@Ai:?cM+8qN(洞}/Oڰh/:;i#Ÿ34,̜Ⱦ#9Xt(nYܷgh>8P2s#B:p)v3{y" :8"-|;@- <F"ڝI iwi11@>i%zE0ԇB,PL KxhPPUk6R&x8fo'r`Ct2GU"Gkv]X.,hjXC|1y;#'!uԈCiyVD5Zo|Vpw;?8k殺$,u9]Pd/@x9n݀a3y ]27(K "J+JЉbo~Xn<_\j3Xe$˦ggN]M)]xpk@bAsN-0ր99>[{@(fB$]fG/K-o 9 AqŏܖSyvM2ǜ9SA3h ܪRf+t_RHG@Zƾ~. 5Q4w)EڠM[LZ#H(sy@GPm&]얊Έ p;fC {!0Wyyj]6:}R5>)uS!ȆeCnN>9,~Gw4*1m竢z!I KKM.@ ވOe8ӋQV:wJLq;iCa-#VB(EvWv/Qr 2y䑅6U=B*a ip_ 6p=rƳ?88j~L.FB>B_`=?j ಩LsWPÏB)_%dϟ-Ʃ&SܼlaWD^ie0"&f{?{ 5{ńÁenJpl Y@!m(WXȠ< g:ue#S<5r_@+[1~ k#4K+CGg~mJߧoD {0n2eaF!ɱ4ZyD:KUs)}cT}hN{GWq]Uζ1u0F>J#_6|E._gMrb $t0Qh_##Y"KF8Fb.l\8N ڔԘU'.۾&b[5{eL PW]eQ| dkqMc,u ٷ$ikRmfn R%E]貌^2J)DnFM1#K{lR"dV6Lˬ=L*Ro+PW_#]#~.fOyEhx^ƼUnGUvu(x5XP^3r&3|{UYQ6j#2bh`@P/ȂМĵl$f"XMti#€ktb;ld4 lFҁL! `^5S55i6z0TR A{sV/codj7W.d @kѲA&Rֽe 6Ix߉65 ʰۮxr%SY؀ efO[6Up[aG R |EP2H3|gq8-qU,¬!)UYp}&* N/ DhBr(S.Af!'ON-Q)FkA-hoo>n_ xI٤QysƠHqcsaj(9VsÄH!ԅ w,$wT&(`Z`mI8,5B5WtǗ]?IKc1E䳩&5'1jyQЯ`/Ւj77珼p]Yᦣ]{.)곚^7f̭X7aw֐1^21H; uHt2[`Ϗ :at:K8o#p&)LN : l;Dc8s=Zlq)F7;WᆹL ş*'w(*KSx-b>os\" fcփjh F<9fs3a&q)@r*̃*g81Su( ~s@1J*Iti$tH5{ L=>kdr uV 4ޱC{a~M|?5|3['樝ݯk?{+$Izhct30 4_1;.O܀!kvQ|:J|זgӚdBTx FmiJR?|״Hl/(șuֵC>h_!bLw_o3DD"^7=4?r;W7c(Y'L$^ u ź- XKE uG#^jlg$ܖ<\zB!>/iFoD &rdD7Wa+şb:)=Wj47m|F(!lR <Cm + Ttp@![k8m3yoiOQGe0kYNzW}jєm^vyQ+:|2SK,P ^;붞Bh0KGyj$t:rɒ=ֻ9)Afyv8[aK]wGԜC @ZS +)jeį8kj{q|X% grW<㮔N.cff'V^b ɩe`V%J/#\fXFI mf^v{wӽFZ<,S%^TC,(sn 3e2QEDI7ՅA`ގ΄14=U(=RӍ.nfE9^fbAnS9}/It˜ǜg3 .]sh38{mr1ƔauCȻYz{;Djgʼn} meg5 ]=}Ót!7ψ/X$&$hw%v0ހ>M?D_+&o46*skD:=}= P/YÇo ѹUF|X;b]zs{6.ݒkNc9q6lnd:|dgUqu -q, 0ѯmHۚtb4Ru )Ijy~ XZoڶH!S F[xU!ݘz|Ɗ_)ç9fJʘv+hf@ jق̳y<:OZR7I8l|V(B\VP,C؎SlwR nPn`7Os.PK4 XX?w_L(l 0TW307׌`{UaY}les9VJqU]xvWʹImaSjFhްA"&"Os$E݂=W<3=\θn/< X@ن~Q@E3G`)CET$~ZNRŁa7۴vl-o~qn!Y,Z^OG{<U܃qHUWM,.ϞN@qUuAdtJH 9WT>~4_DJ.a'*_;fu8JK K$n¶#Zy݇G]瞧ί6q$b[9˩ŋMi*,ܿ+SKtsA}QqCs-s)2"]3R%ȷ9/:!H< .mt)4%X#u:ũGfpq4?PƗv4dTۆyOtCCB@7AX_ B1h“mq  e4ҍCWO4Oip&{\ƲutwL!ҢRMOg~B\3~-ʹζHȇ`w5>uoE'oDmgy53]^UT8~T ?ނs@c5? 𴳂r#+HZ&muUhRnX$}!i'r-b ,=NX"LDqVĜYV$}j0| xLؑ#TɄg'rdFU:E%9^ߚTn&NuF;zPGG2U*W6 37=R,~H8/A"rHQۉٴS`t)kP-@p34} t iM@0V/az'T-;]JLHz.~`>/M&Q3.Dq8jйP5(>>Sׅ;Vn|\X[՗! /T,ouW/Kkխ`k?BaLg0H &'q_ޑ$*m[L?(x1`1F}9:Ewy\_^3YUªCXW_\dDϤo]Рʫ9n0h&F|,ᭋ@ WA`li(GclCc{w&tW!1_ώs^@Lb FGnM(μo ?߂\TV.W:2VVַB!÷ӀtR {r l-6x?? OϖgH6`_M9M$V?x`=NE6m~ @Mm'͉eQjZ\mqxQY*qvfy͟@}PCNw`! 1>u$mþ!udb KՅpXD_Q ]8}^\ժG/Bk 'YsQ2>[ZQ&nxQq4,˚w_Ԁ0`JqL.au,V !qY&uuY0J)> rPiJiߊYDcDƓYO^-4oi0)lt afW78Oظhoإz-$ H/Y.VWh~lc0ZTG"-.e5$G| Rd\]Zi~u~NӥN%l p~T?˔~O~uvE K<0Dhe{0+klPhyR)UsOa9RsjΚZ^M Swڀ3h⚣R] QԶ^P4uj7ypܼD "ŔEOY@cB5˛RaKM/GsÂ`IB F'C 'nSe&j<.l(9hx?$S)->y&|+MՠI¼9 JO}bL2@S3Dҗ Ӌrx]敖Wٮkh`,{*UϾ1 IL?-խV7>X_DBB=HNwIiz,0e ̵LNb]|!q=:)bLr[xR*̫o/W =K W\j}NNs X5N0(Oc |ס KO>N$ta?UC:ٛ6a8M YMpOҧq9Nr"Hh NN''/?}V3o mĭM%H,r *ެ3ɵKZ@bGqshOK0wu)Z#N\̱櫃d[䛓)rBVͮ F¯=x%|S;Q(_z;b&NiqsHXCTl*kGj`@{aЦg_85[t(/1H(OuOUG3ƼL7ũ -~eI R5B'1Ck"ҳ/x"XfI<<>z W; TM_lHvQ$k2cT~X3- L'4_ho(;d0;_h,5#5bx۶km% :DlҼa0<]j+\c75R֤?*%7Vs,+QIw cT-$Djyj- -ZDM)2~='7/a/P.ji{jS/oaYfճ?jWuՋ1CU]:-2@BIb n+.7]&Ru%b`rlvЮ L'MCCN ԩԠ4v9뮠!vpSeh5b_TdGI8*Z8%阔&Xl8yhwdpG^2 qMGcƋ\LcIk:e?Gx@29ꢵ^( u~bb(3kmJ#~ؤWٲ֭yޟH8#Ӷ|`|HvՄزӈG'"E`ʕ?㓺k·; gnI(S4sVzcťOe;m2 ܓ@)~f 8j]nLx{ O:OWX4L|tkiH%]vHlwg"^$r^7 (ep!bH:VI )NI̹-lV] 1g VV&B*ckח>h\ugtt/վIBjLHCc~"3l=5ܪ*j{tnQ2yw1ro#؛^$cAт`fj1"b)@NN1qU}C(!>>v؇ ڪFPUV Nivh fang**06DT#-]jS1jc9]MMy4=Q5AZyՊ Xu.᫑4DG|-N-l}돋Җp}jd@5@ SY%7,yȘGOUr y YIʪ%bQ†i㼐N:ٳ ʎ'2{Aj[f@`]iV$f-㑡66rdo]X s_o y+,49x(;X_<˙plS(BYwo☳پ~EDrӊݾurD97*G0U-1x];ɷkjL&{7"e!,s1W*+ElY[2̮nNzHVr[Xdګ!KΓ=VAMkT` (da}Z& KV GS0{4 IJYl]*=s.Dw4웘UWB\FEu_ [Yry'0띫|\/hCTڷ s4\chEPφ c6kEYLSx=FH*PhC/ GSVmD51lAb6ͧNc.UbKM-ik*7|2GyG_=6J(cly9 }jlP^ObĴD#݁ |ߝr ⽃?]948"eC 1^7G4JUjw~߲X8{>e#F { R׉U$j F[Vj`b$Fۺc @>j6}Z9^fٚ$7zSvz&*4Iy'֝JY6ȕD3^oIom` {YOuBfzQ[8Q&G/wlCsrzW ZT_al<3jA,+,n!Eufᳫ~ =f0o7q~,VgFKk#[(2MQP6ľAWItׅF;8{ =[.YC7ӀNeѤ Ave%mkesTgJ,A[+P?ܬs=RD[n 7IX 4[3܃)^$(VgO!QL z#êfYmn [1TjtzqE$ɖfӂJu4aқ{b# .;)lTbS*qeS'PF*ڑ`JPZeI̒dìjESmOЂ{C,h SƠ7|ɸ拨X~ ?j~eHfYn85Pҝ+V:e9h޽m*!s}vVT)ˍO +\󙨡"d;3Kx ?$aފb@Bc1Y,ՀieHvUBjێѮ"fW|Cj5B]6o',^o'T,Lذ7֕a#<<7i>6d-꧜_:u,BlTZ+9?!eI9$8}MH-bp9״ G'7D8Ϩ Ԭ,0ٙz 7ʀ)Dm IkAbH^x>:g(z`p9)po&06.ӮJk] &JQT6j16B8"ȾO1[' A{0[vќGSEAݎaag8xI,|h"Tw! 8E0%UzR] ofߚ;U c9ukú=\SvKd@?0B:E/=oM<~`Xvwo[%IzIV:?KDUaW$[RK9<҉kPShOUӿl'45T14 ZnrVm bKD`s<tM5fz)RӖ л!-1wmw'7Y&yIy]X";%_"x+ üL6s0,u\]= C!n5hQ0ÙH DPzfyJ]Dɠ?pk,Kn '`d!l=F f$rѯY  Noj(y0m = yMbzRiHZ, th⛋ЁL$I ECߓQM{FE3ʌ[Xtg]mc~E6IBAmLl65yx"7r>r"x!Ʃr0T? ꖩbiQi5 /ƌ;;пZ.݊΅b0άZN_kĜ|S/W`7$ggx!Xfb>t4Q$YV桘Zbw<+STuoP#п#Tbش܆Zc`+ s§_CH˷@)`lmIy.

LGJ);ksL^Q̡K7[AΩ_fr>@tC ۖwM UfԱW5s,LwG=>,. mchK*"e )ȊͬAgi7]GrN7"*!28&TIÿLWlT_ p>傎hGl_S%fKabiz0IͨZZOhCORiqr:~f隄ZO7@MYS9")S]cj S4jd>3YI!])o.90nbӿC0'mbޢ577ᗇZ~CeɫpuP% (j7K+p%&%9"}q1d3[@j0֠cIeo$EPpִybe7nҝq~<Ć۫Ȋƾa҅k]A HS=8Ⱓen>k#?oǧH/~p[c½̜l-k/0 ԯ#=w/̾KCpDW⤋u#iUgf4Tߝ#v5M@OjG? :(Diq+(ҟ4h`{ LH/-* zް"ec,qXܖG:/ eFSy,E YKP(n mX\qĐ}&xTI+vZY.$G W|P ^vHjbq#z䶣΋ZQ89{FR:Hb|j}[ei0qNFtU[qͪ6Q9T & >%s-,#~HW9j_j6R+tt]|='w8Qwg&sjՒMqW_Tڻ $PVGN^1Ac-v^>#OJ&UWZmFgPj'%~)E8q+ƲJQ9(+pL<) 5Ƀ`>H D1y>Jt"'ˮ0;@X9/j,w{QŊ@??&W,9nG$xª?\fu dh#nqغDȾ(ע@-ic8kSy)#~"pc۷ Ѭ "AcM? YZ