Skip to content

mdns-repeater: Added mDNS Repeater - #4470

Closed
majenkotech wants to merge 2 commits into
openwrt:masterfrom
majenkotech:master
Closed

mdns-repeater: Added mDNS Repeater#4470
majenkotech wants to merge 2 commits into
openwrt:masterfrom
majenkotech:master

Conversation

@majenkotech

Copy link
Copy Markdown

Signed-off-by: Matt Jenkins matt@majenko.co.uk


Maintainer: Matt Jenkins / @majenkotech
Compile tested: ramips (Devolo MT2861)/ar71xx (Yun)/brcm63xx (Netgear), OpenWRT-HEAD(DD)
Run tested: ramips/ar71xx/brcm63xx, OpenWRT-HEAD(DD), receiving broadcast mDNS packets correctly across subnets

Description:

mdns-repeater is a Multicast DNS repeater for Linux. 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.

This version has been modified to use UCI configuration.

Signed-off-by: Matt Jenkins <matt@majenko.co.uk>

@diizzyy diizzyy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update your pull request

Comment thread net/mdns-repeater/Makefile Outdated
@@ -0,0 +1,40 @@
#
# Copyright (C) 2014 OpenWrt.org

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't add OpenWrt as copyright holder unless you're affiliated. Use your own name or omit it.

Comment thread net/mdns-repeater/Makefile Outdated
PKG_VERSION:=2016-10-31
PKG_RELEASE=$(PKG_SOURCE_VERSION)

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use xz instead of bz2

PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL=https://github.com/majenkotech/mdns-repeater-uci.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=73d029136eaf006615f77e299602aea33b8a4737

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PKG_MIRROR_HASH missing

Comment thread net/mdns-repeater/Makefile Outdated

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL=https://github.com/majenkotech/mdns-repeater-uci.git

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be :=

Signed-off-by: Matt Jenkins <matt@majenko.co.uk>
@rbubley

rbubley commented Mar 16, 2018

Copy link
Copy Markdown

Travis seems to be complaining that the last commit message didn't start with the package name.

Some git fu can probably fix this:
https://stackoverflow.com/questions/8981194/changing-git-commit-message-after-push-given-that-no-one-pulled-from-remote

@diizzyy

diizzyy commented Dec 30, 2018

Copy link
Copy Markdown
Contributor

@majenkotech
Can you fix the issues mentioned?

@majenkotech

Copy link
Copy Markdown
Author

This branch has been deprecated in favour of a UCI-integrated version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants