Commit d6879125 authored by tepelmann's avatar tepelmann
Browse files

Activate default for DHCPv6 to ignore other messages, e.g. Solicit, Advertise.

Added initial auxiliary functions - to be filled.
Minor changes.
parent d1ba72f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@
    
  } //end group dhcpOptions
  
  group auxilary {
  group auxiliary {
    
    /**
     * @desc A unsigned 32bit timestamp
@@ -200,6 +200,6 @@
    type charstring DomainName;
    
    type set of DomainName DomainNameList;
  } //end group auxilary
  } //end group auxiliary
  
} // end LibIpv6_CommonRfcsDhcp_TypesAndValues
+2 −2
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@
    
  } //end group dhcpOptions
  
  group auxilary {
  group auxiliary {
    
    /**
     * @desc Raw DHCP Unique Identifier
@@ -289,6 +289,6 @@
      octetstring       linkLayerAddress
    }
    
  } //end group auxilary
  } //end group auxiliary
  
} // end LibIpv6_Rfc3315Dhcp_TypesAndValues