use 'mdns' instead of '5353' in the pf.conf snippet

NB: this needs -r1.93 of /etc/services

ok aja@
This commit is contained in:
jasper 2014-12-31 11:53:54 +00:00
parent 3e1bc76d36
commit 7349211943
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.100 2014/02/07 07:48:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.101 2014/12/31 11:53:54 jasper Exp $
ONLY_FOR_ARCHS-mono= ${MONO_ARCHS}
@ -26,7 +26,7 @@ PKGNAME-qt3= avahi-qt3-${V}
PKGNAME-qt4= avahi-qt4-${V}
PKGNAME-ui= avahi-ui-${V}
REVISION-main= 13
REVISION-main= 14
REVISION-gtk= 5
REVISION-gtk3= 5
REVISION-gui= 8

View File

@ -1,4 +1,4 @@
$OpenBSD: README-main,v 1.4 2013/01/20 15:19:00 ajacoutot Exp $
$OpenBSD: README-main,v 1.5 2014/12/31 11:53:55 jasper Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -13,4 +13,4 @@ starting avahi.
A rule similar to the one below can be used in pf.conf(5) to pass
incoming avahi (multicast) traffic:
pass in proto udp from any to 224.0.0.251 port 5353 allow-opts
pass in proto udp from any to 224.0.0.251 port mdns allow-opts