On Sat, Apr 15, 2017 at 08:02:44PM -0400, Kei Kebreau wrote: > Leo Famulari writes: > > From 5d2bb12bdfdc6202b5d05296ef4552dc8bc97654 Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Sat, 15 Apr 2017 17:57:00 -0400 > > Subject: [PATCH 1/3] gnu: Add libmnl. > > > > * gnu/packages/linux.scm (libmnl): New variable. > > From 6aa620fc5490bad32a83089332c612634f76d013 Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Sat, 15 Apr 2017 18:12:31 -0400 > > Subject: [PATCH 2/3] gnu: Add libnftnl. > > > > * gnu/packages/linux.scm (libnftnl): New variable. > > From d2c481f1aa97f0f40dcf3afd14ae8e930abbdf92 Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Sat, 15 Apr 2017 17:57:15 -0400 > > Subject: [PATCH 3/3] gnu: iptables: Update to 1.6.1. > > > > * gnu/packages/linux.scm (iptables): Update to 1.6.1. > > [source], [home-page]: Use HTTPS URLs. > > [inputs]: Add libmnl and libnftnl. > > [native-inputs]: Add bison, flex, and pkg-config. > These LGTM. The size increase of iptables is only about 0.7 MB on my > end, so I don't think we have to disable any of the new standard features. Thanks for the review! I pushed these patches.