From 594c57d9b16cac5810f796f15ad7458bd0877435 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Fri, 22 Oct 2021 08:34:35 +0200
Subject: tunnel: T3925: fix configtest - source-interface does not work with
 gretap

---
 smoketest/configs/tunnel-broker | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smoketest/configs/tunnel-broker b/smoketest/configs/tunnel-broker
index 03ac0db41..9a1e79719 100644
--- a/smoketest/configs/tunnel-broker
+++ b/smoketest/configs/tunnel-broker
@@ -56,13 +56,13 @@ interfaces {
     tunnel tun100 {
         address 172.16.0.1/30
         encapsulation gre-bridge
-        dhcp-interface eth0
+        local-ip 192.0.2.1
         remote-ip 192.0.2.100
     }
     tunnel tun200 {
         address 172.16.0.5/30
         encapsulation gre
-        local-ip 192.0.2.1
+        dhcp-interface eth0
         remote-ip 192.0.2.101
     }
     tunnel tun300 {
-- 
cgit v1.2.3