
8 Mar
2019
8 Mar
'19
3:39 p.m.
This should work only for EL7 based systems. Find what provides it: yum whatprovides '*/openvswitch.service' Then check if it is installed: rpm -qa <replace with output of previous command> If not, install via 'yum install <replace with output of previous command>' Best Regards, Strahil Nikolov