diff options
Diffstat (limited to 'openwrt/package/iptables/ipkg')
4 files changed, 26 insertions, 0 deletions
diff --git a/openwrt/package/iptables/ipkg/ip6tables.control b/openwrt/package/iptables/ipkg/ip6tables.control new file mode 100644 index 0000000000..dcfe37d6ff --- /dev/null +++ b/openwrt/package/iptables/ipkg/ip6tables.control @@ -0,0 +1,7 @@ +Package: ip6tables +Priority: optional +Depends: kmod-ip6tables +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: The netfilter firewalling software for IPv6 diff --git a/openwrt/package/iptables/ipkg/iptables-extra.control b/openwrt/package/iptables/ipkg/iptables-extra.control new file mode 100644 index 0000000000..a8a4103599 --- /dev/null +++ b/openwrt/package/iptables/ipkg/iptables-extra.control @@ -0,0 +1,7 @@ +Package: iptables-extra +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: Extra plugins for iptables +Depends: kmod-iptables-extra diff --git a/openwrt/package/iptables/ipkg/iptables-utils.control b/openwrt/package/iptables/ipkg/iptables-utils.control new file mode 100644 index 0000000000..2dbc80e1e8 --- /dev/null +++ b/openwrt/package/iptables/ipkg/iptables-utils.control @@ -0,0 +1,6 @@ +Package: iptables-utils +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: iptables-save and iptables-restore diff --git a/openwrt/package/iptables/ipkg/iptables.control b/openwrt/package/iptables/ipkg/iptables.control new file mode 100644 index 0000000000..7a084a7cdf --- /dev/null +++ b/openwrt/package/iptables/ipkg/iptables.control @@ -0,0 +1,6 @@ +Package: iptables +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: The netfilter firewalling software for IPv4 |