Skip to content
  • Tomek Mrugalski's avatar
    [1228] Initial changes for supporting options in DHCPv4 · b01c1814
    Tomek Mrugalski authored
    - getData() now returns const vector<uint8_t>&
    - several skeleton tests added
    - implemented Option::getUniverse()
    - Internally Option uses vector<uint8_t> to keep data. However, to avoid
      refactoring of all DHCPv6 code at this stage, API still uses
      share_array<uint8_t>. There is separate ticket for fixing this.
    b01c1814