X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fatlocal.in;h=06e738434692412316b9307f8c827914a4679375;hb=9a9808d7955b4cf50b6aac34101a68d76b173d63;hp=5c0db2a788268a2f97a2a591a1d5d6803e93d66a;hpb=909dad2b1fa7cdfa259da2fc5219170ddcf98d56;p=sliver-openvswitch.git diff --git a/tests/atlocal.in b/tests/atlocal.in index 5c0db2a78..06e738434 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -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