Details
-
Bug
-
Resolution: Done
-
Major - P3
-
2.6.3
-
Fully Compatible
-
ALL
-
Description
I had these types of messages from mongosniff:
10.32.152.63:6612 <<-- 10.32.152.63:49802 85 bytes id:10f177a 17766266 - 38764426
|
reply n:1 cursorId: 0
|
{ js: { utf8: true }, oidMachine: 6672235, ok: 1.0 }
|
10.32.164.94:49383 -->> 10.32.164.94:6612 admin.$cmd 58 bytes id:24f7f8b 38764427
|
query: { features: 1 } ntoreturn: 1 ntoskip: 0
|
There the source and destination ip are the same due to a bug in the output.
I have proposed this pull request https://github.com/mongodb/mongo/pull/782
Thanks!