修改tsg-diagnose绑定的网卡,让其虚拟客户端和虚拟服务器绑定的网卡进行交换
This commit is contained in:
@@ -99,7 +99,7 @@ networks:
|
||||
driver: macvlan
|
||||
enable_ipv6: true
|
||||
driver_opts:
|
||||
parent: enp1s2f1
|
||||
parent: enp1s2f2
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 192.0.2.0/24
|
||||
@@ -114,7 +114,7 @@ networks:
|
||||
driver: macvlan
|
||||
enable_ipv6: true
|
||||
driver_opts:
|
||||
parent: enp1s2f2
|
||||
parent: enp1s2f1
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 192.0.2.0/24
|
||||
|
||||
Reference in New Issue
Block a user