mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 20:30:35 +01: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:
|
||||
return "got-link-local";
|
||||
case NM_IP6_DEVICE_GOT_ROUTER_ADVERTISEMENT:
|
||||
return "got-ra";
|
||||
return "got-router-advertisement";
|
||||
case NM_IP6_DEVICE_GOT_ADDRESS:
|
||||
return "got-address";
|
||||
case NM_IP6_DEVICE_TIMED_OUT:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue