From: Roy Marples Date: Wed, 30 Sep 2015 09:49:06 +0000 (+0000) Subject: Add status code 6, No Prefix Available as a status code to report. X-Git-Tag: v6.9.4~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=568a60b7b0ccaf9bc507d176c67d7de142018b06;p=thirdparty%2Fdhcpcd.git Add status code 6, No Prefix Available as a status code to report. --- diff --git a/dhcp6.c b/dhcp6.c index dac062ec..c326c769 100644 --- 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 {