b56ca2fe45
Patch for https://github.com/containernetworking/plugins/pull/85 + Windows cni plugins are added (*) win-bridge (hostgw) (*) win-overlay (vxlan) + Windows netconf unit test + Fix appveyor config to run the test + Build release support for windows plugins Address comments From: - https://github.com/containernetworking/plugins/pull/85 - https://github.com/rakelkar/plugins/pull/5/commits/0049c64e3fb5527ab72b9ef1af25e3f6430f3309
44 lines
1.1 KiB
Plaintext
Executable File
44 lines
1.1 KiB
Plaintext
Executable File
{
|
|
"name":"cbr0",
|
|
"type":"flannel",
|
|
"delegate":{
|
|
"type":"win-bridge",
|
|
"dns":{
|
|
"nameservers":[
|
|
"11.0.0.10"
|
|
],
|
|
"search":[
|
|
"svc.cluster.local"
|
|
]
|
|
},
|
|
"policies":[
|
|
{
|
|
"name":"EndpointPolicy",
|
|
"value":{
|
|
"Type":"OutBoundNAT",
|
|
"ExceptionList":[
|
|
"192.168.0.0/16",
|
|
"11.0.0.0/8",
|
|
"10.137.196.0/23"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name":"EndpointPolicy",
|
|
"value":{
|
|
"Type":"ROUTE",
|
|
"DestinationPrefix":"11.0.0.0/8",
|
|
"NeedEncap":true
|
|
}
|
|
},
|
|
{
|
|
"name":"EndpointPolicy",
|
|
"value":{
|
|
"Type":"ROUTE",
|
|
"DestinationPrefix":"10.137.198.27/32",
|
|
"NeedEncap":true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |