Skip to content

Issue 89 mtucheck

Jekabs Karklins requested to merge issue_89_mtucheck into master

Created by: mortenjc

Issue reference / description

Added checks for MTU (ethernet packet sizes accepted by the link layer)

Default is now to expect 9000 bytes on all active interfaces on the server where EFU is run. This currently broke the "make runefu" target which has been modified. It will likely also break the integration test, but is easily fixed. Has been tested and works on CentOS and MacOS.

Not unit tests have been created - this relies on ioctl() and other system calls

Checklist for submitter

  • Check for conflict with integration test
  • Unit tests pass

Nominate for Group Code Review (Anyone can nominate it)

Indicate if you think the code should be reviewed in a Thursday code review session.

  • Recommend for group code review

Also, nominate it on the code_review Slack channel.

Merge request reports

Loading