Re: [PATCH v3] configure: Show support for connlabel

2016-03-19 Thread Pablo Neira Ayuso
On Wed, Mar 16, 2016 at 12:32:51AM +0530, Shivani Bhardwaj wrote: > On Tue, Mar 15, 2016 at 6:06 AM, Pablo Neira Ayuso > wrote: > >> +if test "x$enable_connlabel" = "xyes"; then > >> + PKG_CHECK_MODULES([libnetfilter_conntrack], > >> + [libnetfilter_conntrack >= 1.0.4], > >> +

Re: [PATCH v3] configure: Show support for connlabel

2016-03-15 Thread Shivani Bhardwaj
On Tue, Mar 15, 2016 at 6:06 AM, Pablo Neira Ayuso wrote: > On Sat, Mar 12, 2016 at 05:48:04PM +0530, Shivani Bhardwaj wrote: >> Add the --disable-connlabel option and the appropriate functionality >> associated with it. >> >> After this patch, iptables configuration shows up as: >> >> Iptables Co

Re: [PATCH v3] configure: Show support for connlabel

2016-03-14 Thread Pablo Neira Ayuso
On Sat, Mar 12, 2016 at 05:48:04PM +0530, Shivani Bhardwaj wrote: > Add the --disable-connlabel option and the appropriate functionality > associated with it. > > After this patch, iptables configuration shows up as: > > Iptables Configuration: > IPv4 support: yes > IP

[PATCH v3] configure: Show support for connlabel

2016-03-12 Thread Shivani Bhardwaj
Add the --disable-connlabel option and the appropriate functionality associated with it. After this patch, iptables configuration shows up as: Iptables Configuration: IPv4 support: yes IPv6 support: yes Devel support:ye