1564
1564
int bring_up_interface(const char * const interface, const float delay){
1568
1570
AvahiIfIndex if_index = (AvahiIfIndex)if_nametoindex(interface);
1570
1572
fprintf_plus(stderr, "No such interface: \"%s\"\n", interface);
1578
1582
/* Re-raise priviliges */
1582
1586
/* Lower kernel loglevel to KERN_NOTICE to avoid KERN_INFO
1583
1587
messages about the network interface to mess up the prompt */