+4
−14
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Restore setting the ppp link-local address either to CONFIG_PPP_MAC_ADDR or to a random value 00:00:5e:00:53:XX instead of leaving it uninitialized. Recently the memory handling for the link-layer addresses was changed from an approach of copying pointers to managing the memory as a member of the `net_linkaddr` struct (ref ac3cb9da). The piece of code this patch touches however, relied on the use of the pointers to function properly. With the recent change, the MAC address was copied to the new member location before it was even set (either from Kconfig or selected randomly). As a result, the link-layer address was kept initialized to zero, which resulted in a IPv6 address of fe80::ff:fe00:0 which is exactly the link-local EUI-64 representation of the MAC address 00:00:00:00:00:00 (without flipping the "universal/local" bit). Signed-off-by:Marc Lasch <marc.lasch@husqvarnagroup.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE