|
@@ -145,6 +145,7 @@ TEST_F(PktFilterLPFTest, DISABLED_send) {
|
|
|
// in its response. The send() function should be able to detect
|
|
|
// it and correct the source address.
|
|
|
pkt->setLocalAddr(IOAddress("255.255.255.255"));
|
|
|
+ pkt->setRemoteAddr(IOAddress("127.0.0.1"));
|
|
|
pkt->setRemotePort(PORT);
|
|
|
pkt->setLocalPort(PORT + 1);
|
|
|
pkt->setIndex(ifindex_);
|
|
@@ -234,6 +235,7 @@ TEST_F(PktFilterLPFTest, DISABLED_receive) {
|
|
|
|
|
|
// Set required fields.
|
|
|
pkt->setLocalAddr(IOAddress("127.0.0.1"));
|
|
|
+ pkt->setRemoteAddr(IOAddress("127.0.0.1"));
|
|
|
pkt->setRemotePort(PORT);
|
|
|
pkt->setLocalPort(PORT + 1);
|
|
|
pkt->setIndex(ifindex_);
|