Searched refs:WS_ST_AG (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sbin/routed/
H A Doutput.c65 #define WS_ST_AG 0x004 /* ok to aggregate subnets */ macro
542 if ((ws.state & WS_ST_AG) && (ws.state & WS_ST_RIP2_ALL))
556 if ((ws.state & WS_ST_AG)
743 ws.state |= (WS_ST_AG | WS_ST_SUPER_AG);
745 ws.state |= WS_ST_AG;

Completed in 99 milliseconds