diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-01-08 14:10:47 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-01-08 14:10:47 -0800 |
commit | c45aaaf72fb3ad7125bcef7e8232d66ec2fb6d9b (patch) | |
tree | 8f592e51f9c8dce75caee97c11b5aebc7b07c04a | |
parent | 2ea27fef47942fbd1ade7e735f73a683969a9324 (diff) |
Fix First MAC Address on LF-POD5 Jumphost
Change-Id: Ibdf3ea886fcfca8246cd8cb24d52d12b689a733b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | labs/lf/pod5.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labs/lf/pod5.yaml b/labs/lf/pod5.yaml index 7da6abcd..6ce0724e 100644 --- a/labs/lf/pod5.yaml +++ b/labs/lf/pod5.yaml @@ -89,7 +89,7 @@ jumphost: address: 172.30.8.89 mac_address: "a4:bf:01:01:ad:73" interfaces: - - mac_address: "00:1e:67:fd:ad:71" + - mac_address: "a4:bf:01:01:ad:71" speed: 1gb features: 'dpdk|sriov' - mac_address: "00:1e:67:fd:9c:c2" |