Re: svn commit: r345970 - head/libexec/rc

2019-09-03 Thread Eugene Grosbein
09.04.2019 15:38, Rodney W. Grimes wrote:

>> I've just checked and this "just works" for me already.
>> For which version this does not work, exactly?
>> When did you verify this last time?
> 
> I believe the last time I tried this was early,  in 11.1 iirc.
> Are you sure it worked?
> I'll retest on release 12.0.
> 
> I can not remeber if the failure was no dhcpclient, or
> if they do not get the vlan 32 vlandev em0 settings,
> it was one or the other that did not occur.  You
> do get the vlan32 device, but it does not work.

Works as expected (as it should work) for both 11.2 and 12.0




___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-09-03 Thread Rodney W. Grimes
> > 09.04.2019 15:38, Rodney W. Grimes wrote:
> > 
> > >> I've just checked and this "just works" for me already.
> > >> For which version this does not work, exactly?
> > >> When did you verify this last time?
> > > 
> > > I believe the last time I tried this was early,  in 11.1 iirc.
> > > Are you sure it worked?
> > > I'll retest on release 12.0.
> > > 
> > > I can not remeber if the failure was no dhcpclient, or
> > > if they do not get the vlan 32 vlandev em0 settings,
> > > it was one or the other that did not occur.  You
> > > do get the vlan32 device, but it does not work.
> > 
> > Works as expected (as it should work) for both 11.2 and 12.0
>^^ for you, not for me
> 
> Are you using a em0 type device, or something else?
> I can retest on an alc0 device easily.

Rested on alc0, this works perfectly fine.
So this appears to be em0/vlan interaction problems.

Very odd that a flick of the parent down and up makes it work though.

> -- 
> Rod Grimes rgri...@freebsd.org
-- 
Rod Grimes rgri...@freebsd.org


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-09-03 Thread Eugene Grosbein
On Fri, Apr 05, 2019 at 04:16:24PM -0700, Rodney W. Grimes wrote:

> If you want another fun one to wrestle with see if you can
> make this work:
> 
> cloned_interfaces="vlan32"
> ifconfig_em0="up"
> ifconfig_vlan32="vlan 32 vlandev em0 SYNCDHCP"
> 
> I have worked around it, but it would be nice if this "just worked".

Sorry for late reply, I somehow missed this.

I've just checked and this "just works" for me already.
For which version this does not work, exactly?
When did you verify this last time?

Eugene Grosbein


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-09-03 Thread Rodney W. Grimes
> 09.04.2019 15:38, Rodney W. Grimes wrote:
> 
> >> I've just checked and this "just works" for me already.
> >> For which version this does not work, exactly?
> >> When did you verify this last time?
> > 
> > I believe the last time I tried this was early,  in 11.1 iirc.
> > Are you sure it worked?
> > I'll retest on release 12.0.
> > 
> > I can not remeber if the failure was no dhcpclient, or
> > if they do not get the vlan 32 vlandev em0 settings,
> > it was one or the other that did not occur.  You
> > do get the vlan32 device, but it does not work.
> 
> Works as expected (as it should work) for both 11.2 and 12.0

It works much better than it did just doing testing in 12.0,
the interface is infact properly configured, the DHCP client
tries to do the right thing, but fails to get a lease on
reboot, including attempt to renew the prior lease.

This is not a config startup issue any more, but still an
issue of some sort.

If after booting I down/up the em0 interface I get a
lease almost immediatly.

-- 
Rod Grimes rgri...@freebsd.org


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-09-03 Thread Eugene Grosbein
09.04.2019 16:22, Rodney W. Grimes wrote:

>> Works as expected (as it should work) for both 11.2 and 12.0
>^^ for you, not for me
> 
> Are you using a em0 type device, or something else?

em0 for FreeBSD as guest inside VirtualBox.

Well, I have no vlans here really outside of VBox so dhclient does not obtain a 
lease for vlan32
but it tries very hard. So this is not configuration problem.




___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-09-03 Thread Rodney W. Grimes
> 09.04.2019 16:22, Rodney W. Grimes wrote:
> 
> >> Works as expected (as it should work) for both 11.2 and 12.0
> >^^ for you, not for me
If you did not actually get a lease I do not see that your
test is complete, so though it worked to a point, it did
not work as expected until you actually obtain a lease.

> > Are you using a em0 type device, or something else?
> 
> em0 for FreeBSD as guest inside VirtualBox.

Real hardware here.

> Well, I have no vlans here really outside of VBox so dhclient does not obtain 
> a lease for vlan32
> but it tries very hard. So this is not configuration problem.

It tries very hard here too,
and it is not succesful until I do an:

ifconfig em0 down; ifconfig em0 up;

then it immediatly gets a lease.

Something is happening on re-init of em0 that is not
happening in the normal situation.

Could this be one of the iflib bugs, that is fixed in head or stable/12
but not in releng/12?


-- 
Rod Grimes rgri...@freebsd.org


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-09-03 Thread John Baldwin
On 4/5/19 4:16 PM, Rodney W. Grimes wrote:
>> Author: eugen
>> Date: Fri Apr  5 22:45:08 2019
>> New Revision: 345970
>> URL: https://svnweb.freebsd.org/changeset/base/345970
>>
>> Log:
>>   network.subr:  improve configuration of cloned gif(4) interfaces
>>   
>>   ifconfig(8) syntax allows to specify only single address_family,
>>   so we need additional invocation of ifconfig to support configuration
>>   of cloned gif interface that may use different address families
>>   for its internal and external addresses.
>>   
>>   Also, ifconfig(8) does not allow to omit "inet6" keyword for address family
>>   specifying IPv6 addresses as outer addresses of the interface.
>>   
>>   Also, address_family is not "parameter" and it has to go before parameters
>>   including "tunnel" keyword, so "ifconfig gif0 tunnel inet6 $oip1 $oip2" 
>> would be
>>   wrong syntax and only "ifconfig gif0 inet6 tunnel $oip1 $oip2" is right.
>>   
>>   With this change, the following works:
>>   
>>   gifconfig_gif0="inet6 2a00::1 2a01::1"
>>   ifconfig_gif0="inet 10.0.0.1 10.0.0.2 netmask 255.255.255.252"
> 
> If you want another fun one to wrestle with see if you can
> make this work:
> 
> cloned_interfaces="vlan32"
> ifconfig_em0="up"
> ifconfig_vlan32="vlan 32 vlandev em0 SYNCDHCP"
> 
> I have worked around it, but it would be nice if this "just worked".

Why not use the vlans thing btw?

ifconfig_em0="up"
vlans_em0="32"
ifconfig_em0_32="SYNCDHCP"

I think you probably still need the ifconfig_em0 as I don't think
up'ing a vlan implicitly up's the trunk.  You need similar "up"
entries when using lagg.

-- 
John Baldwin


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-09-03 Thread Rodney W. Grimes
> On Fri, Apr 05, 2019 at 04:16:24PM -0700, Rodney W. Grimes wrote:
> 
> > If you want another fun one to wrestle with see if you can
> > make this work:
> > 
> > cloned_interfaces="vlan32"
> > ifconfig_em0="up"
> > ifconfig_vlan32="vlan 32 vlandev em0 SYNCDHCP"
> > 
> > I have worked around it, but it would be nice if this "just worked".
> 
> Sorry for late reply, I somehow missed this.
It is of low importance, I have worked around it, and
I suspect it is a fairly rare thing for someone to do.

> I've just checked and this "just works" for me already.
> For which version this does not work, exactly?
> When did you verify this last time?

I believe the last time I tried this was early,  in 11.1 iirc.
Are you sure it worked?
I'll retest on release 12.0.

I can not remeber if the failure was no dhcpclient, or
if they do not get the vlan 32 vlandev em0 settings,
it was one or the other that did not occur.  You
do get the vlan32 device, but it does not work.

> Eugene Grosbein
-- 
Rod Grimes rgri...@freebsd.org


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-09-03 Thread Rodney W. Grimes
> 09.04.2019 15:38, Rodney W. Grimes wrote:
> 
> >> I've just checked and this "just works" for me already.
> >> For which version this does not work, exactly?
> >> When did you verify this last time?
> > 
> > I believe the last time I tried this was early,  in 11.1 iirc.
> > Are you sure it worked?
> > I'll retest on release 12.0.
> > 
> > I can not remeber if the failure was no dhcpclient, or
> > if they do not get the vlan 32 vlandev em0 settings,
> > it was one or the other that did not occur.  You
> > do get the vlan32 device, but it does not work.
> 
> Works as expected (as it should work) for both 11.2 and 12.0
   ^^ for you, not for me

Are you using a em0 type device, or something else?
I can retest on an alc0 device easily.

-- 
Rod Grimes rgri...@freebsd.org


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-09-03 Thread Rodney W. Grimes
> Author: eugen
> Date: Fri Apr  5 22:45:08 2019
> New Revision: 345970
> URL: https://svnweb.freebsd.org/changeset/base/345970
> 
> Log:
>   network.subr:   improve configuration of cloned gif(4) interfaces
>   
>   ifconfig(8) syntax allows to specify only single address_family,
>   so we need additional invocation of ifconfig to support configuration
>   of cloned gif interface that may use different address families
>   for its internal and external addresses.
>   
>   Also, ifconfig(8) does not allow to omit "inet6" keyword for address family
>   specifying IPv6 addresses as outer addresses of the interface.
>   
>   Also, address_family is not "parameter" and it has to go before parameters
>   including "tunnel" keyword, so "ifconfig gif0 tunnel inet6 $oip1 $oip2" 
> would be
>   wrong syntax and only "ifconfig gif0 inet6 tunnel $oip1 $oip2" is right.
>   
>   With this change, the following works:
>   
>   gifconfig_gif0="inet6 2a00::1 2a01::1"
>   ifconfig_gif0="inet 10.0.0.1 10.0.0.2 netmask 255.255.255.252"

If you want another fun one to wrestle with see if you can
make this work:

cloned_interfaces="vlan32"
ifconfig_em0="up"
ifconfig_vlan32="vlan 32 vlandev em0 SYNCDHCP"

I have worked around it, but it would be nice if this "just worked".

-- 
Rod Grimes rgri...@freebsd.org


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-04-09 Thread Rodney W. Grimes
> 09.04.2019 16:22, Rodney W. Grimes wrote:
> 
> >> Works as expected (as it should work) for both 11.2 and 12.0
> >^^ for you, not for me
If you did not actually get a lease I do not see that your
test is complete, so though it worked to a point, it did
not work as expected until you actually obtain a lease.

> > Are you using a em0 type device, or something else?
> 
> em0 for FreeBSD as guest inside VirtualBox.

Real hardware here.

> Well, I have no vlans here really outside of VBox so dhclient does not obtain 
> a lease for vlan32
> but it tries very hard. So this is not configuration problem.

It tries very hard here too,
and it is not succesful until I do an:

ifconfig em0 down; ifconfig em0 up;

then it immediatly gets a lease.

Something is happening on re-init of em0 that is not
happening in the normal situation.

Could this be one of the iflib bugs, that is fixed in head or stable/12
but not in releng/12?


-- 
Rod Grimes rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-04-09 Thread Eugene Grosbein
09.04.2019 16:22, Rodney W. Grimes wrote:

>> Works as expected (as it should work) for both 11.2 and 12.0
>^^ for you, not for me
> 
> Are you using a em0 type device, or something else?

em0 for FreeBSD as guest inside VirtualBox.

Well, I have no vlans here really outside of VBox so dhclient does not obtain a 
lease for vlan32
but it tries very hard. So this is not configuration problem.


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-04-09 Thread Rodney W. Grimes
> > 09.04.2019 15:38, Rodney W. Grimes wrote:
> > 
> > >> I've just checked and this "just works" for me already.
> > >> For which version this does not work, exactly?
> > >> When did you verify this last time?
> > > 
> > > I believe the last time I tried this was early,  in 11.1 iirc.
> > > Are you sure it worked?
> > > I'll retest on release 12.0.
> > > 
> > > I can not remeber if the failure was no dhcpclient, or
> > > if they do not get the vlan 32 vlandev em0 settings,
> > > it was one or the other that did not occur.  You
> > > do get the vlan32 device, but it does not work.
> > 
> > Works as expected (as it should work) for both 11.2 and 12.0
>^^ for you, not for me
> 
> Are you using a em0 type device, or something else?
> I can retest on an alc0 device easily.

Rested on alc0, this works perfectly fine.
So this appears to be em0/vlan interaction problems.

Very odd that a flick of the parent down and up makes it work though.

> -- 
> Rod Grimes rgri...@freebsd.org
-- 
Rod Grimes rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-04-09 Thread Rodney W. Grimes
> 09.04.2019 15:38, Rodney W. Grimes wrote:
> 
> >> I've just checked and this "just works" for me already.
> >> For which version this does not work, exactly?
> >> When did you verify this last time?
> > 
> > I believe the last time I tried this was early,  in 11.1 iirc.
> > Are you sure it worked?
> > I'll retest on release 12.0.
> > 
> > I can not remeber if the failure was no dhcpclient, or
> > if they do not get the vlan 32 vlandev em0 settings,
> > it was one or the other that did not occur.  You
> > do get the vlan32 device, but it does not work.
> 
> Works as expected (as it should work) for both 11.2 and 12.0
   ^^ for you, not for me

Are you using a em0 type device, or something else?
I can retest on an alc0 device easily.

-- 
Rod Grimes rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-04-09 Thread Rodney W. Grimes
> 09.04.2019 15:38, Rodney W. Grimes wrote:
> 
> >> I've just checked and this "just works" for me already.
> >> For which version this does not work, exactly?
> >> When did you verify this last time?
> > 
> > I believe the last time I tried this was early,  in 11.1 iirc.
> > Are you sure it worked?
> > I'll retest on release 12.0.
> > 
> > I can not remeber if the failure was no dhcpclient, or
> > if they do not get the vlan 32 vlandev em0 settings,
> > it was one or the other that did not occur.  You
> > do get the vlan32 device, but it does not work.
> 
> Works as expected (as it should work) for both 11.2 and 12.0

It works much better than it did just doing testing in 12.0,
the interface is infact properly configured, the DHCP client
tries to do the right thing, but fails to get a lease on
reboot, including attempt to renew the prior lease.

This is not a config startup issue any more, but still an
issue of some sort.

If after booting I down/up the em0 interface I get a
lease almost immediatly.

-- 
Rod Grimes rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-04-09 Thread Eugene Grosbein
09.04.2019 15:38, Rodney W. Grimes wrote:

>> I've just checked and this "just works" for me already.
>> For which version this does not work, exactly?
>> When did you verify this last time?
> 
> I believe the last time I tried this was early,  in 11.1 iirc.
> Are you sure it worked?
> I'll retest on release 12.0.
> 
> I can not remeber if the failure was no dhcpclient, or
> if they do not get the vlan 32 vlandev em0 settings,
> it was one or the other that did not occur.  You
> do get the vlan32 device, but it does not work.

Works as expected (as it should work) for both 11.2 and 12.0


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-04-09 Thread Rodney W. Grimes
> On Fri, Apr 05, 2019 at 04:16:24PM -0700, Rodney W. Grimes wrote:
> 
> > If you want another fun one to wrestle with see if you can
> > make this work:
> > 
> > cloned_interfaces="vlan32"
> > ifconfig_em0="up"
> > ifconfig_vlan32="vlan 32 vlandev em0 SYNCDHCP"
> > 
> > I have worked around it, but it would be nice if this "just worked".
> 
> Sorry for late reply, I somehow missed this.
It is of low importance, I have worked around it, and
I suspect it is a fairly rare thing for someone to do.

> I've just checked and this "just works" for me already.
> For which version this does not work, exactly?
> When did you verify this last time?

I believe the last time I tried this was early,  in 11.1 iirc.
Are you sure it worked?
I'll retest on release 12.0.

I can not remeber if the failure was no dhcpclient, or
if they do not get the vlan 32 vlandev em0 settings,
it was one or the other that did not occur.  You
do get the vlan32 device, but it does not work.

> Eugene Grosbein
-- 
Rod Grimes rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-04-09 Thread Eugene Grosbein
On Fri, Apr 05, 2019 at 04:16:24PM -0700, Rodney W. Grimes wrote:

> If you want another fun one to wrestle with see if you can
> make this work:
> 
> cloned_interfaces="vlan32"
> ifconfig_em0="up"
> ifconfig_vlan32="vlan 32 vlandev em0 SYNCDHCP"
> 
> I have worked around it, but it would be nice if this "just worked".

Sorry for late reply, I somehow missed this.

I've just checked and this "just works" for me already.
For which version this does not work, exactly?
When did you verify this last time?

Eugene Grosbein
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-04-08 Thread John Baldwin
On 4/5/19 4:16 PM, Rodney W. Grimes wrote:
>> Author: eugen
>> Date: Fri Apr  5 22:45:08 2019
>> New Revision: 345970
>> URL: https://svnweb.freebsd.org/changeset/base/345970
>>
>> Log:
>>   network.subr:  improve configuration of cloned gif(4) interfaces
>>   
>>   ifconfig(8) syntax allows to specify only single address_family,
>>   so we need additional invocation of ifconfig to support configuration
>>   of cloned gif interface that may use different address families
>>   for its internal and external addresses.
>>   
>>   Also, ifconfig(8) does not allow to omit "inet6" keyword for address family
>>   specifying IPv6 addresses as outer addresses of the interface.
>>   
>>   Also, address_family is not "parameter" and it has to go before parameters
>>   including "tunnel" keyword, so "ifconfig gif0 tunnel inet6 $oip1 $oip2" 
>> would be
>>   wrong syntax and only "ifconfig gif0 inet6 tunnel $oip1 $oip2" is right.
>>   
>>   With this change, the following works:
>>   
>>   gifconfig_gif0="inet6 2a00::1 2a01::1"
>>   ifconfig_gif0="inet 10.0.0.1 10.0.0.2 netmask 255.255.255.252"
> 
> If you want another fun one to wrestle with see if you can
> make this work:
> 
> cloned_interfaces="vlan32"
> ifconfig_em0="up"
> ifconfig_vlan32="vlan 32 vlandev em0 SYNCDHCP"
> 
> I have worked around it, but it would be nice if this "just worked".

Why not use the vlans thing btw?

ifconfig_em0="up"
vlans_em0="32"
ifconfig_em0_32="SYNCDHCP"

I think you probably still need the ifconfig_em0 as I don't think
up'ing a vlan implicitly up's the trunk.  You need similar "up"
entries when using lagg.

-- 
John Baldwin
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r345970 - head/libexec/rc

2019-04-05 Thread Rodney W. Grimes
> Author: eugen
> Date: Fri Apr  5 22:45:08 2019
> New Revision: 345970
> URL: https://svnweb.freebsd.org/changeset/base/345970
> 
> Log:
>   network.subr:   improve configuration of cloned gif(4) interfaces
>   
>   ifconfig(8) syntax allows to specify only single address_family,
>   so we need additional invocation of ifconfig to support configuration
>   of cloned gif interface that may use different address families
>   for its internal and external addresses.
>   
>   Also, ifconfig(8) does not allow to omit "inet6" keyword for address family
>   specifying IPv6 addresses as outer addresses of the interface.
>   
>   Also, address_family is not "parameter" and it has to go before parameters
>   including "tunnel" keyword, so "ifconfig gif0 tunnel inet6 $oip1 $oip2" 
> would be
>   wrong syntax and only "ifconfig gif0 inet6 tunnel $oip1 $oip2" is right.
>   
>   With this change, the following works:
>   
>   gifconfig_gif0="inet6 2a00::1 2a01::1"
>   ifconfig_gif0="inet 10.0.0.1 10.0.0.2 netmask 255.255.255.252"

If you want another fun one to wrestle with see if you can
make this work:

cloned_interfaces="vlan32"
ifconfig_em0="up"
ifconfig_vlan32="vlan 32 vlandev em0 SYNCDHCP"

I have worked around it, but it would be nice if this "just worked".

-- 
Rod Grimes rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"