Re: if_epair altq support problem

2017-03-24 Thread Ermal Luçi
On Fri, Mar 24, 2017 at 5:48 PM, Özkan KIRIK wrote: > Hi again, > This patch works perfectly also. > Thank you so much. > Is it possible to commit this patch to repo? > https://svnweb.freebsd.org/changeset/base/315877 > > On Thu, Mar 23, 2017 at 10:57 PM, Ermal Luçi wrote: > >> >> >> On Thu, M

Re: if_epair altq support problem

2017-03-24 Thread Özkan KIRIK
Hi again, This patch works perfectly also. Thank you so much. Is it possible to commit this patch to repo? On Thu, Mar 23, 2017 at 10:57 PM, Ermal Luçi wrote: > > > On Thu, Mar 23, 2017 at 12:16 PM, Özkan KIRIK > wrote: > >> Ermal thank you again, >> It compiles but pf still says that "pfctl: e

Re: if_epair altq support problem

2017-03-23 Thread Ermal Luçi
On Thu, Mar 23, 2017 at 12:16 PM, Özkan KIRIK wrote: > Ermal thank you again, > It compiles but pf still says that "pfctl: epair0b: driver does not > support altq" > :/ > The only way to get that error is by not applying the patch properly :) > > On Thu, Mar 23, 2017 at 9:46 PM, Ermal Luçi wr

Re: if_epair altq support problem

2017-03-23 Thread Özkan KIRIK
Ermal thank you again, It compiles but pf still says that "pfctl: epair0b: driver does not support altq" :/ On Thu, Mar 23, 2017 at 9:46 PM, Ermal Luçi wrote: > > On Thu, Mar 23, 2017 at 11:06 AM, Özkan KIRIK > wrote: > >> Thank you, I'm waiting for 10.3 fix :) >> have a nice day >> > > > This

Re: if_epair altq support problem

2017-03-23 Thread Ermal Luçi
On Thu, Mar 23, 2017 at 11:06 AM, Özkan KIRIK wrote: > Thank you, I'm waiting for 10.3 fix :) > have a nice day > This should work for 10.3++ diff --git a/sys/net/if_epair.c b/sys/net/if_epair.c index 540f06c..d028a95 100644 --- a/sys/net/if_epair.c +++ b/sys/net/if_epair.c @@ -829,7 +829,8 @

Re: if_epair altq support problem

2017-03-23 Thread Özkan KIRIK
Thank you, I'm waiting for 10.3 fix :) have a nice day On Wed, Mar 22, 2017 at 11:44 PM, Ermal Luçi wrote: > > On Wed, Mar 22, 2017 at 10:50 AM, Özkan KIRIK > wrote: > >> Sorry, I mistested on 10.3RELENG. >> it works on 11 RELENG, But at 10.3RELENG it throws >> >> /usr/src/sys/modules/if_epair

Re: if_epair altq support problem

2017-03-22 Thread Ermal Luçi
On Wed, Mar 22, 2017 at 10:50 AM, Özkan KIRIK wrote: > Sorry, I mistested on 10.3RELENG. > it works on 11 RELENG, But at 10.3RELENG it throws > > /usr/src/sys/modules/if_epair/../../net/if_epair.c:830:2: error: implicit > declaration of function 'if_setstartfn' is invalid in C99 > [-Werror,-Wimp

Re: if_epair altq support problem

2017-03-22 Thread Özkan KIRIK
Sorry, I mistested on 10.3RELENG. it works on 11 RELENG, But at 10.3RELENG it throws /usr/src/sys/modules/if_epair/../../net/if_epair.c:830:2: error: implicit declaration of function 'if_setstartfn' is invalid in C99 [-Werror,-Wimplicit-function-declaration] On Wed, Mar 22, 2017 at 8:18 PM, Özk

Re: if_epair altq support problem

2017-03-22 Thread Özkan KIRIK
Thank You Ermal ! It works perfectly, can you commit this patch to 11.0 RELENG and MFC to 10.3 RELENG ? Regards On Wed, Mar 22, 2017 at 6:59 AM, Ermal Luçi wrote: > > > On Tue, Mar 21, 2017 at 5:26 AM, Özkan KIRIK > wrote: > >> Hello, >> >> I sent this email also to freebsd-pf list. But I th

Re: if_epair altq support problem

2017-03-21 Thread Ermal Luçi
On Tue, Mar 21, 2017 at 5:26 AM, Özkan KIRIK wrote: > Hello, > > I sent this email also to freebsd-pf list. But I think that the main > problem is belongs to sys/net/if_epair.c. > > I'm using FreeBSD 10.3-p17 amd64. epair pseudo device is listed as > supperted deviced at the Man page of altq(4).

if_epair altq support problem

2017-03-21 Thread Özkan KIRIK
Hello, I sent this email also to freebsd-pf list. But I think that the main problem is belongs to sys/net/if_epair.c. I'm using FreeBSD 10.3-p17 amd64. epair pseudo device is listed as supperted deviced at the Man page of altq(4). From man page of altq : *SUPPORTED DEVICES