Skip to content

Commit d617c72

Browse files
p-shah256meta-codesync[bot]
authored andcommitted
srcmatch prog move to 9887
Reviewed By: lima1756 Differential Revision: D100418175 fbshipit-source-id: 74daaa706af20adba2b47bd671badef94cace6ab
1 parent f87971f commit d617c72

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

katran/decap/testing/TcSrcMatchTestFixtures.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ inline std::vector<PacketAttributes> buildTcSrcMatchFixtures() {
3232
auto before = PacketBuilder::newPacket()
3333
.Eth("00:00:00:00:00:01", "00:00:00:00:00:02")
3434
.IPv6("2001:db8::1", "2001:db8::2")
35-
.UDP(1234, 9886)
35+
.UDP(1234, 9887)
3636
.IPv6("2001:db8::99", "2001:db8::3")
3737
.TCP(80, 443)
3838
.payload("test")
3939
.build();
4040
auto after = PacketBuilder::newPacket()
4141
.Eth("00:00:00:00:00:01", "00:00:00:00:00:02")
4242
.IPv6("2001:db8::1", "2001:db8::2")
43-
.UDP(1234, 9886)
43+
.UDP(1234, 9887)
4444
.IPv6("2001:db8::1", "2001:db8::3")
4545
.TCP(80, 443)
4646
.payload("test")
@@ -49,15 +49,15 @@ inline std::vector<PacketAttributes> buildTcSrcMatchFixtures() {
4949
auto beforePlainGue = PacketBuilder::newPacket()
5050
.Eth("00:00:00:00:00:01", "00:00:00:00:00:02")
5151
.IPv6("2001:db8::1", "2001:db8::2")
52-
.UDP(1234, 9887)
52+
.UDP(1234, 9886)
5353
.IPv6("2001:db8::99", "2001:db8::3")
5454
.TCP(80, 443)
5555
.payload("test")
5656
.build();
5757
auto afterPlainGue = PacketBuilder::newPacket()
5858
.Eth("00:00:00:00:00:01", "00:00:00:00:00:02")
5959
.IPv6("2001:db8::1", "2001:db8::2")
60-
.UDP(1234, 9887)
60+
.UDP(1234, 9886)
6161
.IPv6("2001:db8::99", "2001:db8::3")
6262
.TCP(80, 443)
6363
.payload("test")

0 commit comments

Comments
 (0)