summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-03-25dhcpv4: implement interface for sending INFORM requestsDennis Marttinen
Signed-off-by: Dennis Marttinen <twelho@welho.tech>
2023-03-07Merge pull request #496 from ↵Pablo Mazzini
insomniacslk/dependabot/go_modules/golang.org/x/net-0.7.0 Bump golang.org/x/net from 0.0.0-20201110031124-69a78807bb2b to 0.7.0
2023-03-07Bump golang.org/x/net from 0.0.0-20201110031124-69a78807bb2b to 0.7.0dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201110031124-69a78807bb2b to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01Merge pull request #494 from name29/masterPablo Mazzini
Adding support for new juniper format
2023-03-01New juniper formatEmanuele Fia
Signed-off-by: Emanuele Fia <name29@meta.com>
2023-02-27IAPrefix: tests for Getters, FromBytes, ToBytesChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27IAAddress: tests for Getter, FromBytes, ToBytesChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27Vendor class: new Getters & tests for Getters, FromBytes, ToBytesChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-274RD: new Getters & tests for Getters, FromBytes, ToBytesChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27RelayMessage option: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27ClientLinkLayerAddress: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27RemoteID: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27InterfaceID: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27StatusCode: test for all Options typesChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27DHCP4oDHCP6: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27FQDN: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27IRT: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27ElapsedTime: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27VendorOpts: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27UserClasses: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27BootFileParam: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27BootFileURL: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27DomainSearchList: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27changes bla bla new uioChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27DNS: tests for FromBytes, ToBytes, and DNS GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27ORO: tests for FromBytes, ToBytes, and ORO GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27Status: tests for FromBytes, ToBytes, and Status GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27ClientArchType: tests for FromBytes, ToBytes, and GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27IAPD: tests for FromBytes, ToBytes, and IAPD GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27IATA: tests for FromBytes, ToBytes, and IATA GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27IANA: tests for FromBytes, ToBytes, and IANA GetterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27New tests for ClientID & ServerIDChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27Remove 1.17 CIChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27Require Go 1.18Chris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19Tests for option deserialization & gettersChris Koch
Tests that for the correct option code, the correct deserialization is applied. Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19Simplify option parsingChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19dhcpv6: convert every Parse function to FromBytesChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19Option 4RD: switch to FromBytesChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19Improve NTP server option parsingChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19Pin lz4 to v4.1.14 due to bugChris Koch
https://github.com/pierrec/lz4/issues/203 Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-20Merge pull request #489 from hugelgupf/update-dependenciesPablo Mazzini
Update dependencies
2023-02-19Update dependenciesChris Koch
In particular, uio Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19dhcpv6 DUID: re-add Equal functionChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19dhcpv6: proper DUID typesChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-18dhcpv6: turn everythingmessage into a testChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-18Recursive pretty-printing with indentationChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-18Consistent short string messagesChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-18Remove superfluous print from testChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-18Normalize String functionsChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-18Example to pretty print every optionChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>