Re: IPv6 multicast sent to jail

2012-09-07 Thread Jamie Gritton
On 09/05/12 16:51, Bjoern A. Zeeb wrote: On Wed, 5 Sep 2012, Curtis Villamizar wrote: In message "Bjoern A. Zeeb" writes: On Sat, 25 Aug 2012, Jamie Gritton wrote: ... Curtis Offhand, it does sound like a bug. I imagine the solution would be to reject the join - at least the easy soluti

Re: IPv6 multicast sent to jail

2012-09-05 Thread Bjoern A. Zeeb
On Wed, 5 Sep 2012, Curtis Villamizar wrote: In message "Bjoern A. Zeeb" writes: On Sat, 25 Aug 2012, Jamie Gritton wrote: ... Curtis Offhand, it does sound like a bug. I imagine the solution would be to reject the join - at least the easy solution to be done first until something more c

Re: IPv6 multicast sent to jail

2012-09-05 Thread Curtis Villamizar
In message "Bjoern A. Zeeb" writes: > On Sat, 25 Aug 2012, Jamie Gritton wrote: > > ... > Curtis > >>> > >>> Offhand, it does sound like a bug. I imagine the solution would be to > >>> reject the join - at least the easy solution to be done first until > >>> something more complicated c

Re: IPv6 multicast sent to jail

2012-09-03 Thread Bjoern A. Zeeb
On Sat, 25 Aug 2012, Jamie Gritton wrote: ... Curtis Offhand, it does sound like a bug. I imagine the solution would be to reject the join - at least the easy solution to be done first until something more complicated can be done to make jails play nice with multicast. - Jamie Jamie, Cert

Re: IPv6 multicast sent to jail

2012-08-25 Thread Jamie Gritton
On 08/25/12 14:15, Curtis Villamizar wrote: In message<503402fe.9080...@freebsd.org> Jamie Gritton writes: On 08/19/12 11:35, Curtis Villamizar wrote: I'm trying to run isc-dhcpd using dhcpd -6 in a jail. No luck. The following code is run in the jail and doesn't fail. if (inet_

Re: IPv6 multicast sent to jail

2012-08-25 Thread Curtis Villamizar
In message <503402fe.9080...@freebsd.org> Jamie Gritton writes: > On 08/19/12 11:35, Curtis Villamizar wrote: > > I'm trying to run isc-dhcpd using dhcpd -6 in a jail. No luck. > > > > The following code is run in the jail and doesn't fail. > > > > if (inet_pton(AF_INET6, All_DHCP_Rela

Re: IPv6 multicast sent to jail

2012-08-21 Thread Jamie Gritton
On 08/19/12 11:35, Curtis Villamizar wrote: I'm trying to run isc-dhcpd using dhcpd -6 in a jail. No luck. The following code is run in the jail and doesn't fail. if (inet_pton(AF_INET6, All_DHCP_Relay_Agents_and_Servers, &mreq.ipv6mr_multiaddr)<= 0) {

Re: IPv6 multicast sent to jail

2012-08-20 Thread Mars G. Miro
On 08/20/12 01:35, Curtis Villamizar wrote: I'm trying to run isc-dhcpd using dhcpd -6 in a jail. No luck. The following code is run in the jail and doesn't fail. if (inet_pton(AF_INET6, All_DHCP_Relay_Agents_and_Servers, &mreq.ipv6mr_multiaddr)<= 0) {

IPv6 multicast sent to jail

2012-08-19 Thread Curtis Villamizar
I'm trying to run isc-dhcpd using dhcpd -6 in a jail. No luck. The following code is run in the jail and doesn't fail. if (inet_pton(AF_INET6, All_DHCP_Relay_Agents_and_Servers, &mreq.ipv6mr_multiaddr) <= 0) { log_fatal("inet_pton: unable to convert