[#BanMan-Unban-0d] = xref:BanMan.adoc[BanMan]::Unban :relfileprefix: ../ :mrdocs: `Unban` overloads == Synopses Declared in `<banman.h>` Removes a ban on an address. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae94f48)]] bool xref:BanMan/Unban-04.adoc[Unban](xref:CNetAddr.adoc[CNetAddr] const& net_addr); ---- [.small]#xref:BanMan/Unban-04.adoc[_» more..._]# Removes a ban on a subnet. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae95088)]] bool xref:BanMan/Unban-03.adoc[Unban](xref:CSubNet.adoc[CSubNet] const& sub_net); ---- [.small]#xref:BanMan/Unban-03.adoc[_» more..._]# == Return Value true if a matching ban was found and removed. == Parameters [cols="1,4"] |=== | Name| Description | *net_addr* | The address to unban. | *sub_net* | The subnet to unban. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#