<html>
<head>
</head>
<body class='hmmessage'><div dir='ltr'>


<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style><div dir="ltr">Hi,<br><br>I actually work for a project where we decide to use avahi to discover services in all our sytem...<br>We want to publish global services and also local services.<br>We use avahi_entry_group_add_service and avahi_entry_group_commit methods. This works well for global services: all machines of our network receive notifications of service publication. But we do not know how to publish only on local... We tried by modifying AvahiIfIndex parameter (value 1 for lo interface): this did not work (no notification received on local machine). We tried by modifying AvahiPublishFlags parameter (value AVAHI_PUBLISH_NO_ANNOUNCE): we had an error with  avahi_entry_group_add_service "Failed to add _service1._tcp service: Invalid flags"<br>Can we do this with avahi?<br><br>Thanks for your answer,<br>regards<br></div>                                               </div></body>
</html>