-
solitario
Thank you for Java OpenJDK 17, 18 and 19 in OpenIndiana illumos. Very nice!
-
jbk
anyone have an illumos box w/ a link aggregation setup that could check something really quick?
-
andyf
I have one
-
jbk
if you do dladm show-aggr -x
-
jbk
does the speed for the aggr show as the speed of the individual links, or the sum of the links?
-
andyf
It is not the sum - both of my links are the same speed so I don't know exactly what it is
-
andyf
-
andyf
Probably min(link speeds)
-
jbk
ok.. thanks..
-
jbk
i don't know if it was a local change that got lost in an upstream sync, or something that changed in illumos-gate
-
jbk
ours (at least) used to show the sum of the links (so in your case the speed for aggr0 would be '2000Mb')
-
jbk
though I think at least i've found the relevant portions of the aggr driver to dig through now
-
andyf
My output was from OmniOS, unsurprisingly.
-
andyf
It appears to come from the 'ifspeed' kstat
-
jbk
yeah and it seems like the value comes from aggr_grp_t->lp_ifspeed
-
dangergrrl
is there a reason that some of our standard network tools take -4 and -6 like linux and others reguire -A inet6 ?
-
andyf
and I don't see any differences between SmartOS and gate in managing that value
-
jbk
which based on the code is supposed to take the speed of the first link
-
bahamat
jbk: On SmartOS it also only shows the single link speed.
-
jbk
yeah.. and since we seem to change our minds every release how we use git (tags no branches no tags) I really can't get a good history on it.. but it looks like the 'first link speed' is the standard.. so that's a good enough answer
-
jclulow
dangergrrl: I am sure some of it is an accident of history. Some of it, though, is probably because there are more address families than just AF_INET and AF_INET6
-
dangergrrl
jclulow, I am also guessing that Illumos/OI use some gnu tools and some legacy ones but it's slightly confusing when some tools require -A inet6 and others want -6
-
jclulow
A distribution like OI might layer on some more stuff, but I don't believe we have any GNU stuff in the base OS
-
dangergrrl
I still have things I want to fix on my Illumos bix but I don't have time for at least a week, I have deliverables I promised next Wednesday and I need the money :)
-
dangergrrl
I have in fact reproduced similar ipv6 problems on my LAN on my raspi running linux 5.15 to the ones I'm having on Illumos so I suspect my ISP provided router is doing something wrong
-
danmcd
Advertising new prefixes w/o deprecating the old ones, perhaps?
-
danmcd
I'm glad we aren't misbehaving any worse than Linux.
-
danmcd
As for -A inet and what not, Solaris was an early adopter of IPv6 (was in deep prototype before I arrived at Sun in 1996, and I'd worked on one of the two ancestral BSD IPv6s at NRL prior to Sun) so they picked what they thought was right at the time.
-
dangergrrl
danmcd, new prefixes w/o deprecating might be the exact problem... On my raspi the old address doesn't show in ifconfig but it still breaks. On Illumos both prefixes show up in ifconfig
-
isoriano
Good evening.
-
toasterson
Ola