Re: regress for etherip and vxlan

2016-10-06 Thread YASUOKA Masahiko
On Thu, 6 Oct 2016 17:06:47 +0200 Alexander Bluhm wrote: > On Thu, Oct 06, 2016 at 05:31:22PM +0900, YASUOKA Masahiko wrote: >> Fixed the scripts according to your comments. > >> -SUBDIR += pf_divert pf_forward pf_fragment pf_print rdomains rtable >> +SUBDIR += etherip pf_divert pf_forward pf

Re: regress for etherip and vxlan

2016-10-06 Thread Alexander Bluhm
On Thu, Oct 06, 2016 at 05:31:22PM +0900, YASUOKA Masahiko wrote: > Fixed the scripts according to your comments. > -SUBDIR +=pf_divert pf_forward pf_fragment pf_print rdomains rtable > +SUBDIR +=etherip pf_divert pf_forward pf_fragment pf_print rdomains > +SUBDIR +=rtable Do you want

Re: regress for etherip and vxlan

2016-10-06 Thread YASUOKA Masahiko
On Wed, 5 Oct 2016 15:31:39 +0200 Alexander Bluhm wrote: > On Wed, Oct 05, 2016 at 04:48:55PM +0900, YASUOKA Masahiko wrote: >> The diff add regress scripts for vxlan(4) and etherip(4). >> >> This will be my first commit to regress/. ok? > > I does not run with an obj directory. > > root@ot1:.

Re: regress for etherip and vxlan

2016-10-05 Thread Alexander Bluhm
On Wed, Oct 05, 2016 at 04:48:55PM +0900, YASUOKA Masahiko wrote: > The diff add regress scripts for vxlan(4) and etherip(4). > > This will be my first commit to regress/. ok? I does not run with an obj directory. root@ot1:.../etherip# make obj /usr/src/regress/sys/net/etherip/obj -> /usr/obj/r

regress for etherip and vxlan

2016-10-05 Thread YASUOKA Masahiko
The diff add regress scripts for vxlan(4) and etherip(4). This will be my first commit to regress/. ok? diff --git a/regress/sys/net/Makefile b/regress/sys/net/Makefile index 40f49cc..f46c3dd 100644 --- a/regress/sys/net/Makefile +++ b/regress/sys/net/Makefile @@ -1,5 +1,6 @@ # $OpenBSD: M