Skip to content

Commit

Permalink
Allow interfaces with the point-to-point flag set
Browse files Browse the repository at this point in the history
  • Loading branch information
dennypage committed Nov 22, 2018
1 parent 2786eb8 commit 917a3b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion net/pfSense-pkg-Avahi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= pfSense-pkg-Avahi
PORTVERSION= 2.0.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
1 change: 1 addition & 0 deletions net/pfSense-pkg-Avahi/files/usr/local/pkg/avahi/avahi.inc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function avahi_write_config($avahi_config) {
$real_interfaces[$i] = get_real_interface($i);
}
$txt .= "allow-interfaces=" . implode(',', $real_interfaces) . "\n";
$txt .= "allow-point-to-point=yes\n";
$txt .= "use-ipv4=" . ($avahi_config['disable_ipv4'] ? "no" : "yes") . "\n";
$txt .= "use-ipv6=" . ($avahi_config['disable_ipv6'] ? "no" : "yes") . "\n";

Expand Down

0 comments on commit 917a3b9

Please sign in to comment.