We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed9abe commit 94758e7Copy full SHA for 94758e7
sbin/ipf/libipf/printpooldata.c
@@ -13,6 +13,8 @@ printpooldata(ip_pool_t *pool, int opts)
13
{
14
15
if (opts & OPT_SAVEOUT) {
16
+ if ((pool->ipo_flags & IPOOL_DELETE) != 0)
17
+ PRINTF("# ");
18
PRINTF("pool ");
19
} else if ((opts & OPT_DEBUG) == 0) {
20
if ((pool->ipo_flags & IPOOL_ANON) != 0)
0 commit comments