ofproto-dpif: Fix "sFlow packet sampling" tests on BSDs
[sliver-openvswitch.git] / tests / atlocal.in
index 5c0db2a..06e7384 100644 (file)
@@ -68,3 +68,13 @@ FreeBSD)
     esac
     export MALLOC_CONF
 esac
+
+# The name of loopback interface 
+case `uname` in
+Linux)
+    LOOPBACK_INTERFACE=lo
+    ;;
+FreeBSD|NetBSD)
+    LOOPBACK_INTERFACE=lo0
+    ;;
+esac