Squashed commit of the following:
commit
476c846954b981c4d700f658f358e67f2e662c70
Author: Michael Altizer <mialtize@cisco.com>
Date: Thu Jul 2 10:33:42 2020 -0400
appid: Fix the format of the IPv6 strings in the Service State unit tests
{
SfIp ip4, ip6;
ip4.set("1.2.3.4");
- ip6.set("1111.2222.3333.4444.5555.6666.7777.8888");
+ ip6.set("1111:2222:3333:4444:5555:6666:7777:8888");
IpProtocol proto = IpProtocol::TCP;
uint16_t port=3000;
uint16_t port = 3000;
SfIp ip4, ip6;
ip4.set("1.2.3.4");
- ip6.set("1111.2222.3333.4444.5555.6666.7777.8888");
+ ip6.set("1111:2222:3333:4444:5555:6666:7777:8888");
ServiceDiscoveryState* ss = nullptr;
std::vector<ServiceDiscoveryState*> ssvec;