Skip to content

Conversation

@dpward
Copy link

@dpward dpward commented Nov 23, 2025

The GPS logging feature is for a specialized use case. Building with the HAVE_GPS option enabled has been found to introduce anomalies in log output during basic usage of MGEN as part of larger-scale tests. This is in addition to presenting the user with errors at startup and outputting "INVALID" in fields in the log file. Users who need this functionality should re-build MGEN with this option enabled.

The "clone" command is also for a specialized use case. It introduces a dependency on libpcap, making it significantly less portable, since the only other dependency is the C standard library. MGEN should also be re-built with the HAVE_PCAP option enabled by users who need it.

The GPS logging feature is for a specialized use case. Building with
the HAVE_GPS option enabled has been found to introduce anomalies in
log output during basic usage of MGEN as part of larger-scale tests.
This is in addition to presenting the user with errors at startup and
outputting "INVALID" in fields in the log file. Users who need this
functionality should re-build MGEN with this option enabled.

The "clone" command is also for a specialized use case. It introduces
a dependency on libpcap, making it significantly less portable, since
the only other dependency is the C standard library. MGEN should also
be re-built with the HAVE_PCAP option enabled by users who need it.
@bebopagogo
Copy link
Collaborator

bebopagogo commented Dec 20, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants