12:24:30 finally got to updating OmniOS particulars in tcpdump and libpcap after the recent r151052 release 12:24:40 https://git.tcpdump.org/libpcap/commitdiff/d44b562b5b7cfd80826598524b8b3806582c66e3 12:24:55 https://git.tcpdump.org/tcpdump/commitdiff/a0d0960c10405327d48dbab4d6549af8f1d02fc8 13:11:19 Nice, thanks :) 13:12:03 There are packages for clang17, 18 and 19 if they'd be useful to be installed in CI environment. 13:48:00 andyf: clang-19 would be nice 18:59:08 Hi to all. Moving my first steps with Crossbow... I managed to see several scenarios working (zones connected to etherstub and NATed to the physical network with ipfilter, the same but using VLAN and VNIC only, zones bridged to physical NIC, etc.). Wonderful system! :) 19:01:55 I'd like to know whether there are best practices to assign names to virtual links and interfaces, or if each Solaris/Illumos sysadmin uses its own naming scheme... if so, what is your favorite one? 19:08:18 during my tests, I found handy to set pretty stupid names: "vnic[N]" for VNICs linked to physical NICs, "net[N]" for etherstubs, "n[N]nic[N]" for VNICs linked to etherstubs, where "[N]" is a progressive integer number 19:12:57 any suggestion here from someone who have been using Crossbow in production environments? 20:02:58 warden: I have named them after the zone (e.g., zone "blah" gets "blah0") or sometimes after the VLAN (e.g,. "wifi0" or "comcast0") 20:03:15 It's really a site policy question for the most part 20:49:26 Named after zones is not a bad idea. I still use old-school GZ management of vnics and zonecfg(8) to pass them down on my OmniOS-powered HDC. E.g. `webserver0`, `external0`, `dns0`... etc. 20:50:16 (I do also sometimes pass raw NICs into zones too, to be fair.)