summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2024-03-26 14:18:38 -0400
committerKhem Raj <raj.khem@gmail.com>2024-03-26 11:34:28 -0700
commit83c80dd111a0c743c2c1bf8971dc49fdaee26be8 (patch)
tree94451978fc9f2da40b04ec32d96eee914d8d52e3
parent3af965c90ebbc8a28b30e35e071e17844045460c (diff)
downloadmeta-openembedded-83c80dd111a0c743c2c1bf8971dc49fdaee26be8.tar.gz
nftables: Add DESCRIPTION and HOMEPAGE
Add DESCRIPTION and HOMEPAGE. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_1.0.9.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb b/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb
index 43d606f5d..906d1b4f6 100644
--- a/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb
@@ -1,4 +1,9 @@
1SUMMARY = "Netfilter Tables userspace utillites" 1SUMMARY = "Netfilter Tables userspace utillites"
2DESCRIPTION = "nftables replaces the popular {ip,ip6,arp,eb}tables. \
3 This software provides an in-kernel packet classification framework \
4 that is based on a network-specific Virtual Machine (VM), \
5 nft, a userspace command line tool and libnftables, a high-level userspace library."
6HOMEPAGE = "https://netfilter.org/projects/nftables"
2SECTION = "net" 7SECTION = "net"
3LICENSE = "GPL-2.0-only" 8LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=81ec33bb3e47b460fc993ac768c74b62" 9LIC_FILES_CHKSUM = "file://COPYING;md5=81ec33bb3e47b460fc993ac768c74b62"