meta-facebook: yosemite4: Add network configAdd network config and move 00-bmc-eth.network into meta-facebook common layer.Test on yv4:After do sled cycle can get ip success.Signed-off-by: Del
meta-facebook: yosemite4: Add network configAdd network config and move 00-bmc-eth.network into meta-facebook common layer.Test on yv4:After do sled cycle can get ip success.Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>Change-Id: I7b6452d5f4a25fa898ae512bcc745b8ae9ed640e
show more ...
meta-harma: network: add config 00-bmc-eth0.networkFor Meta's machines, we use to use DUID-LL as client identifier forDHCPv6. We also notice that the IAID is different between AC power onand rese
meta-harma: network: add config 00-bmc-eth0.networkFor Meta's machines, we use to use DUID-LL as client identifier forDHCPv6. We also notice that the IAID is different between AC power onand reset, which caused the DHCPv6 address is changed due to IAID isnot always consitent.Add settings to ensure DHCPv6 selects the correct DUID type and forcesIAID to 0 to ensure DHCPv6 address does not change between AC power onand reset.```ClientIdentifier=duidDUIDType=link-layerIAID=0```Signed-off-by: Potin Lai <potin.lai@quantatw.com>Change-Id: Ib16959f7f33de6494792eee104fb04ae7ff13eba
meta-facebook: harma: usb-netSetting the USB network address for SITV.Change-Id: Ice43dfbb230ec5a97f73449dc1460e75e2d8d9dcSigned-off-by: Peter Yin <peter.yin@quantatw.com>