Esempio n. 1
0
/* Interface information read by netlink. */
void
interface_list (void)
{
  interface_lookup_netlink ();  
}
Esempio n. 2
0
/* Interface information read by netlink. */
void interface_list(struct zebra_ns *zns)
{
	interface_lookup_netlink(zns);
}