2 * Copyright (C) 2002-2004 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
6 * Added redirect stuff and a variety of bug fixes. (mcn@EnGarde.com)
11 #pragma ident "%Z%%M% %I% %E% SMI"
13 static const char rcsid
[] = "@(#)$Id: printactiveaddr.c,v 1.1 2008/02/12 16:11:49 darren_r Exp $";
16 printactiveaddress(v
, fmt
, addr
, ifname
)
25 printf(fmt
, inet_ntoa(addr
->in4
));
29 printaddr(v
, FRI_NORMAL
, ifname
, (u_32_t
*)&addr
->in6
, NULL
);