Change hostcache rmx_mtu from u_long to uint32_t. Note that this makes the type out of sync with the route metric's rmx_mtu; however, this should be okay as the actual MTU value should not exceed 2 ^ 32. If it does, we will probably need bigger changes.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4403 Build 4453: arc lint + arc unit