tests: Use separate IP address for guest -> host notification

This will allow an L2 guest to notify the L1 host.

Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
Rob Bradford
2026-05-06 10:45:55 +01:00
parent ad03b1b250
commit 9703971ae7
2 changed files with 4 additions and 2 deletions

View File

@@ -73,4 +73,4 @@ write_files:
#!/bin/bash
set -e
echo -n "@DEFAULT_TCP_LISTENER_MESSAGE" > /dev/tcp/@HOST_IP/@TCP_LISTENER_PORT
echo -n "@DEFAULT_TCP_LISTENER_MESSAGE" > /dev/tcp/@NOTIFY_IP/@TCP_LISTENER_PORT