Added aliases for openvswitch

This commit is contained in:
Xavier Logerais 2017-05-17 14:25:43 +02:00
parent fa95e754a8
commit c45e51523c

5
aliases.d/openvswitch Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if (which ovs-appctl &> /dev/null); then alias appctl='sudo ovs-appctl'; fi
if (which ovs-vsctl &> /dev/null); then alias vsctl='sudo ovs-vsctl'; fi
if (which ovs-ofctl &> /dev/null); then alias ofctl='sudo ovs-ofctl'; fi