19:20:08 Is anybody using vrrp ? 19:20:13 I keep getting "vrrpd_process_vrrp(vrrptst2vn0) unsupported version 2" 19:20:20 I vaguely remember getting it working a few years ago 19:20:24 But can't get it to work now 19:38:11 we expect vrrp version 3, the packet you recevied from the other end claims version 2 19:38:58 we seem to have expected version 3 since vrrp appeared 19:39:07 so I don't know sjorge, sorry :\ 20:48:06 Both sides are illumos 20:48:21 On the same omnios bloody release 20:49:05 Hmm there is a CARP vip on the same subnet between 2 FreeBSD hosts 20:49:14 But different VID 20:50:15 Yeah, I definitely don't have ideas there. I just looked at the code were we were checking, and what we were checking. 20:50:42 I don't know how this works well enough to know if sharing a broadcast domain with carp could confuse it 20:51:07 but I can't find anywhere anything changed even a bit recently 20:52:01 CARP and VRRP IIRC use the same underlying mac ranges. 21:02:52 https://en.wikipedia.org/wiki/Common_Address_Redundancy_Protocol#Incompatability_with_IETF_standards 21:03:17 CARP and VRRP use the same IP protocol number (112) 21:04:31 I would not be surprised if the very last sentence, about them cooperating if care is taken, was false with our implementation. 21:05:03 sjorge: congratulations, you found a minefield? :) 21:07:24 sjorge: looks like it's just noise? it checks the protocol version and logs the error before it looks at the virtual router id. 22:23:21 could be just noise, but my vip between both zones stays in init state and that was the only clue 22:23:40 Not that there is a man page to go of on though 22:24:18 You have a good chance of finding (parts of?) a manual in the ARC materials 22:24:33 Arc materials? 22:24:41 fenix: PSARC 2009/388? 22:24:45 OpenSolaris ARC Material Archive PSARC/2009/388: VRRP Update (Published) 22:24:45 ↳ https://illumos.org/opensolaris/ARChive/PSARC/2009/388/index.html 22:25:02 fenix: PSARC 2008/693? 22:25:04 OpenSolaris ARC Material Archive PSARC/2008/693: VRRP (Published) 22:25:04 ↳ https://illumos.org/opensolaris/ARChive/PSARC/2008/693/index.html 22:25:16 should both have draft manuals and design docs in them 22:25:54 I’ll look around in there when I am more awake to 22:25:58 Morrow 22:26:05 usually with very unclear licenses, but if you ever feel inspired to clean-room some manual pages... 23:04:14 anyway, I wanted to quickly reply to a e-mail so I had a look at the links... some do indeed seem to have some man pages, but they do not seem close to the commands we ship. 23:05:05 wait, the 2nd one might be closer