net/mdns-repeater: fix typo and fill pkg-descr

This commit is contained in:
Franco Fichtner
2017-09-02 15:24:33 +02:00
parent 275803fd80
commit 49f860905b
2 changed files with 7 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
mdns-repeater is a Multicast DNS repeater. Multicast DNS uses the 224.0.0.51
address, which is "administratively scoped" and does not leave the subnet.
This program re-broadcast mDNS packets from one interface to other interfaces.
It can be used to bridge zeroconf devices to work properly across the two
subnets.
@@ -29,7 +29,6 @@
function mdnsrepeater_enabled()
{
$mdns_repeater = new \OPNsense\MDNSRepeater\MDNSRepeater();
{
if ((string)$mdns_repeater->enabled == '1') {
return true;
}