ip6: rename got-ra to got-router-advertisement

This commit is contained in:
Pavel Šimerda 2012-07-10 16:01:05 +02:00
parent 649c21bbc9
commit 9dddb51af2

View file

@ -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: