[Differential] [Commented On] D1986: Teach lagg(4) to change MTU

melifaro (Alexander V. Chernikov) phabric-noreply at FreeBSD.org
Thu Dec 17 22:16:10 UTC 2015


melifaro added inline comments.

INLINE COMMENTS
  sys/net/if_lagg.c:728 What if we have multiple events queued on tasq? e.g mtu AND mac change
  sys/net/if_lagg.c:763 Not that easy, unfortunately.
  At this moment original ioctl returned 0, so other things/events were fired:
  rtsock notification, IPv6 nd mtg update, route table mtg update.. see net/if.c for more details.
  Trying to silently revert part of it without dealing with other things is not a good idea.

REPOSITORY
  rS FreeBSD src repository

REVISION DETAIL
  https://reviews.freebsd.org/D1986

EMAIL PREFERENCES
  https://reviews.freebsd.org/settings/panel/emailpreferences/

To: rpokala, rstone, rpokala-panasas.com
Cc: smh, imp, melifaro, hrs, sbruno, lakshmi.n_msystechnologies.com, emaste, ae, freebsd-net-list


More information about the freebsd-net mailing list