> diff --git a/tests/atlocal.in b/tests/atlocal.in
> index 825d289..bada7e2 100644
> --- a/tests/atlocal.in
> +++ b/tests/atlocal.in
> @@ -93,13 +93,19 @@ FreeBSD|NetBSD)
> ;;
> esac
>
> -# Check for MINGW platform.
> +# Check for platform.
> case `uname` in
> MINGW*)
> IS_WIN32="yes
Also updates ovs-router README documentation.
Signed-off-by: Pravin B Shelar
---
README-native-tunneling.md |2 ++
tests/atlocal.in |8 +++-
tests/tunnel-push-pop.at |3 +++
3 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/README-native-tunneling.md b/R