mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Bug: https://github.com/gentoo/gentoo/pull/26110 Signed-off-by: Sam James <sam@gentoo.org>
20 lines
686 B
XML
20 lines
686 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<use>
|
|
<flag name="examples">Example ufw config files</flag>
|
|
<flag name="ipv6">IPv6 support for iptables</flag>
|
|
</use>
|
|
<longdescription lang="en">
|
|
The Uncomplicated Firewall (ufw) is a frontend for iptables and is
|
|
particularly well-suited for host-based firewalls. It provides a framework
|
|
for managing netfilter, as well as an easy to use command-line interface for
|
|
manipulating the firewall.
|
|
</longdescription>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="launchpad">ufw</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|