mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 12:28:11 +02:00
ip6: rename got-ra to got-router-advertisement
This commit is contained in:
parent
649c21bbc9
commit
9dddb51af2
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ state_to_string (NMIP6DeviceState state)
|
||||||
case NM_IP6_DEVICE_GOT_LINK_LOCAL:
|
case NM_IP6_DEVICE_GOT_LINK_LOCAL:
|
||||||
return "got-link-local";
|
return "got-link-local";
|
||||||
case NM_IP6_DEVICE_GOT_ROUTER_ADVERTISEMENT:
|
case NM_IP6_DEVICE_GOT_ROUTER_ADVERTISEMENT:
|
||||||
return "got-ra";
|
return "got-router-advertisement";
|
||||||
case NM_IP6_DEVICE_GOT_ADDRESS:
|
case NM_IP6_DEVICE_GOT_ADDRESS:
|
||||||
return "got-address";
|
return "got-address";
|
||||||
case NM_IP6_DEVICE_TIMED_OUT:
|
case NM_IP6_DEVICE_TIMED_OUT:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue