X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=README.md;h=d49ba4596cb71527c338186f480c8d9bdcf59c9b;hb=ea29fb51cd33c820a7c0118650928d52dbfb35b5;hp=b833ff393d626875c1705a9c1bb397307fd94766;hpb=4740a87cc1bf82da9b851586433ed0f21873673a;p=icn.git diff --git a/README.md b/README.md index b833ff3..d49ba45 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,11 @@ ICN provides DHCP servers for the provisioning and bootstrap networks. "id": "bootstrap_nic", "ethernet_mac_address": "00:1e:67:f8:6a:40", "type": "phy" + }, + { + "id": "sriov_nic", + "ethernet_mac_address": "00:1e:67:f8:6a:41", + "type": "phy" } ], "networks": [ @@ -189,6 +194,12 @@ ICN provides DHCP servers for the provisioning and bootstrap networks. "id": "bootstrap", "link": "bootstrap_nic", "type": "ipv4_dhcp" + }, + { + "id": "sriov", + "link": "sriov_nic", + "type": "ipv4", + "ip_address": "10.10.113.2/24" } ], "services": [] @@ -222,6 +233,11 @@ ICN provides DHCP servers for the provisioning and bootstrap networks. "id": "provisioning_nic", "ethernet_mac_address": "00:1e:67:f1:5b:91", "type": "phy" + }, + { + "id": "sriov_nic", + "ethernet_mac_address": "00:1e:67:f8:69:81", + "type": "phy" } ], "networks": [ @@ -242,6 +258,12 @@ ICN provides DHCP servers for the provisioning and bootstrap networks. "id": "bootstrap", "link": "bootstrap_nic", "type": "ipv4_dhcp" + }, + { + "id": "sriov", + "link": "sriov_nic", + "type": "ipv4", + "ip_address": "10.10.113.3/24" } ], "services": []