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