All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] INSTALL: Update dependency list and configure with libxtables support
@ 2017-10-05  7:31 Harsha Sharma
  2017-10-06 12:40 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Harsha Sharma @ 2017-10-05  7:31 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, linux-kernel, outreachy-kernel, Harsha Sharma

Add configure with lixtables in INSTALL and required dependencies for
the same

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
---
 INSTALL | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/INSTALL b/INSTALL
index 3e9a6ad..04981f1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,6 +18,12 @@ Installation instructions for nftables
 
   - libreadline
 
+  - pkg-config
+
+  - libtool
+
+  - optional: libxtables: required for libxtables support
+
   - optional: docbook2x: required for building man-page
 
   - optional: docbook-utils: required for building PDF man-page
@@ -51,6 +57,11 @@ Installation instructions for nftables
 	having no other use for libgmp.
 	Note: This decreases the debugging verbosity in some files.
 
+ --with-xtables
+
+	For libxtables support which allow input of tables with -f
+ 	option in nft.
+
  Suggested configuration options: --prefix=/ --datarootdir=/usr/share
 
  Run "make" to compile nftables, "make install" to install it in the
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] INSTALL: Update dependency list and configure with libxtables support
  2017-10-05  7:31 [PATCH] INSTALL: Update dependency list and configure with libxtables support Harsha Sharma
@ 2017-10-06 12:40 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2017-10-06 12:40 UTC (permalink / raw)
  To: Harsha Sharma; +Cc: netfilter-devel, linux-kernel, outreachy-kernel

On Thu, Oct 05, 2017 at 01:01:09PM +0530, Harsha Sharma wrote:
> Add configure with lixtables in INSTALL and required dependencies for
> the same

Applied, thanks.

I have mangled this a bit.

Applying: INSTALL: Update dependency list and configure with libxtables support
patch:29: space before tab in indent.
        option in nft.

There is a space before tab in indent, have a look at your editor,
it's easy to spot them.

And I have modified the libxtables part to explain a bit more the
interaction between nft and the iptables-compat utility. Just follow
up if you find anything that you can improve.

Here I have enabled highlight of this and trailing whitespaces, please
have a look.

Thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-06 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05  7:31 [PATCH] INSTALL: Update dependency list and configure with libxtables support Harsha Sharma
2017-10-06 12:40 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.