Re: ng_ether and vlan interfaces

2011-02-17 Thread Nikolay Denev
On 16 Feb, 2011, at 19:09 , Julian Elischer wrote: > On 2/16/11 5:20 AM, Nikolay Denev wrote: >> On 15 Feb, 2011, at 21:08 , Nikolay Denev wrote: >> >>> On 15.02.2011, at 18:53, Arnaud Lacombe wrote: >>> Hi, On Tue, Feb 15, 2011 at 11:30 AM, Julian Elischer wrote: > c

Re: ng_ether and vlan interfaces

2011-02-16 Thread Julian Elischer
On 2/16/11 5:20 AM, Nikolay Denev wrote: On 15 Feb, 2011, at 21:08 , Nikolay Denev wrote: On 15.02.2011, at 18:53, Arnaud Lacombe wrote: Hi, On Tue, Feb 15, 2011 at 11:30 AM, Julian Elischer wrote: changing it to '_' might be accceptable, '.' is much like '/' in th filesystem. it is a se

Re: ng_ether and vlan interfaces

2011-02-16 Thread Nikolay Denev
On 15 Feb, 2011, at 21:08 , Nikolay Denev wrote: > On 15.02.2011, at 18:53, Arnaud Lacombe wrote: > >> Hi, >> >> On Tue, Feb 15, 2011 at 11:30 AM, Julian Elischer wrote: >>> changing it to '_' might be accceptable, '.' is much like '/' in th >>> filesystem. >>> it is a separator. You can't ha

Re: ng_ether and vlan interfaces

2011-02-15 Thread Nikolay Denev
On 15.02.2011, at 18:53, Arnaud Lacombe wrote: > Hi, > > On Tue, Feb 15, 2011 at 11:30 AM, Julian Elischer wrote: >> changing it to '_' might be accceptable, '.' is much like '/' in th >> filesystem. >> it is a separator. You can't have it in the name. >> a patch that converted . to _ would be

Re: ng_ether and vlan interfaces

2011-02-15 Thread Julian Elischer
On 2/15/11 8:53 AM, Arnaud Lacombe wrote: Hi, On Tue, Feb 15, 2011 at 11:30 AM, Julian Elischer wrote: changing it to '_' might be accceptable, '.' is much like '/' in th filesystem. it is a separator. You can't have it in the name. a patch that converted . to _ would be a nice idea. please e

Re: ng_ether and vlan interfaces

2011-02-15 Thread Arnaud Lacombe
Hi, On Tue, Feb 15, 2011 at 11:30 AM, Julian Elischer wrote: > changing it to '_' might be accceptable,  '.' is much like '/' in th > filesystem. > it is a separator. You can't have it in the name. > a patch that converted . to _ would be a nice idea. > please ensure that the man page is updated

Re: ng_ether and vlan interfaces

2011-02-15 Thread Julian Elischer
On 2/15/11 7:47 AM, Arnaud Lacombe wrote: Hi, On Tue, Feb 15, 2011 at 9:02 AM, Nikolay Denev wrote: Hi, When trying to use ng_ether with vlan interfaces using the naming sheme ${parent_if}.${vlan_tag} it produces the following warning : ng_ether_attach: can't name node ix0.512 And the

Re: ng_ether and vlan interfaces

2011-02-15 Thread Arnaud Lacombe
Hi, On Tue, Feb 15, 2011 at 9:02 AM, Nikolay Denev wrote: > Hi, > > When trying to use ng_ether with vlan interfaces using the naming sheme > ${parent_if}.${vlan_tag} > it produces the following warning : > >    ng_ether_attach: can't name node ix0.512 > > And the newly created netgraph node sta