09:01:24 Hi maybe some can help me with some ipv6 question, for some reason my dhcp agent spams the log all the time with such messages: "/sbin/dhcpagent[630]: [ID 577356 daemon.error] plumb_lif: SIOCSLIFFLAGS e1000g0:1: File exists" also ipadm shows such a strange addrobj "e1000g0/? static ok fe80::226:2dff:fefb:425b%e1000g0/10" 10:47:55 EisNerd_ do you have network/physical:nwam enabled? 11:41:02 tsoome: no 11:41:14 physical:default? 11:41:28 yes 11:41:48 do you have leftover /etc/hostname* files? 11:44:06 e1000g0/? is usually appearing when "manual" address is created (that is, ifconfig was run either from command line or via hostname.ifname/hostname6.ifname files) 12:39:31 yes I had such 12:39:41 how to cleanup? 12:39:49 restart physical 12:41:17 as I can't delete it using ipadm for some reason 15:48:08 EisNerd_: ifconfig e1000g0 unplumb will sometimes do the trick 19:50:16 It is it seems a problem with illumos (global zone, SmartOS) DHCP client 19:51:51 If DHCP server returns first and second gateway and first and second DNS server, then illumos global zone in Smartos, sometimes would choose first path and sometimes the second path, hurting intended effect of first path and DNS server to be used first and only second if first is not available 19:56:01 Obviously it would work by setting default gateway in the OS, but unlike in Linux, DHCP doesn't see first gateway as first default for traffic 20:23:07 could the ip route metric be set to one for the first and 2 for the second default route? 21:41:37 tomww, meaning on smartos. I have a problem during install, will see after install 22:44:36 EisNerd_: Any time things get stuck in a way you can't fix them with ipadm(8) it's definitely a bug that we should get filed and fixed 22:45:21 nikolam: What does it mean to have DHCP provide two gateways? 22:45:57 Do you mean you're providing two different DHCP option 3 IP addresses to the client?