On Tue, 2009-09-29 at 12:24 -0700, glidic anthony wrote: > Hi all i have a server with 4 igb interfaces. I want to activate the jumbo > frames and 802.3x to test the fcoe target on my server. > But when i try dladm set-linkprop -p mtu=x igbx > i have this error: > dladm: warning: cannot set link property 'mtu' on 'igb1': operation not > supported > > So if someone have the solution that's to be great.
This is because igb does not support having its mtu property modified. In fact, igb doesn't support having any of its properties modified as it doesn't provide an igb_m_setprop() nor an igb_m_getprop() mac provider callback. This looks like something that was left out of the Brussels project. Perhaps one of the Brussels team members can comment on why this is the case. -Seb _______________________________________________ networking-discuss mailing list [email protected]
