]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add status code 6, No Prefix Available as a status code to report.
authorRoy Marples <roy@marples.name>
Wed, 30 Sep 2015 09:49:06 +0000 (09:49 +0000)
committerRoy Marples <roy@marples.name>
Wed, 30 Sep 2015 09:49:06 +0000 (09:49 +0000)
dhcp6.c

diff --git a/dhcp6.c b/dhcp6.c
index dac062ecb5aec0be07025ecec2ac63bebef07ea6..c326c7693af0b32188340dda604ba83b35c026ea 100644 (file)
--- a/dhcp6.c
+++ b/dhcp6.c
@@ -113,7 +113,8 @@ static const char * const dhcp6_statuses[] = {
        "No Addresses Available",
        "No Binding",
        "Not On Link",
-       "Use Multicast"
+       "Use Multicast",
+       "No Prefix Available"
 };
 
 struct dhcp6_ia_addr {