Sponsored by: Rubicon Communications, LLC ("Netgate")
Details
Details
- Reviewers
melifaro - Group Reviewers
network pfsense - Commits
- rG14bbf0943308: netlink: fix casts
rG48f33b55b014: netlink: fix casts
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 56250 Build 53138: arc lint + arc unit
Event Timeline
Comment Actions
Will this be MFCed to stable branches ? I see sys/netlink/route/nexthop.c is consuming the fixed function nlattr_get_uint8():
sys/netlink/route/nexthop.c: { .type = NHAF_FAMILY, .off = _OUT(nhaf_family), .cb = nlattr_get_uint8 },
Comment Actions
We probably should, although as far as I know this doesn't actually break anything. It's just something that caught my eye as I was looking at this code.