[PATCH] examples/ipsec-secgw: Update fixed MAC address used by tap driver
David Christensen
drc at linux.vnet.ibm.com
Wed Apr 26 22:37:24 CEST 2023
Modify LOCAL_MAC value to match new locally administered MAC
address used by TAP driver.
Bugzilla ID: 1198
Signed-off-by: David Christensen <drc at linux.vnet.ibm.com>
---
examples/ipsec-secgw/test/common_defs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/ipsec-secgw/test/common_defs.sh b/examples/ipsec-secgw/test/common_defs.sh
index 3ef06bc761..6e04ffc1a6 100644
--- a/examples/ipsec-secgw/test/common_defs.sh
+++ b/examples/ipsec-secgw/test/common_defs.sh
@@ -26,7 +26,7 @@ fi
LOCAL_IFACE=dtap0
-LOCAL_MAC="00:64:74:61:70:30"
+LOCAL_MAC="02:64:74:61:70:30"
REMOTE_IPV4=192.168.31.14
LOCAL_IPV4=192.168.31.92
--
2.31.1
More information about the dev
mailing list