mdns-repeater: Added mDNS Repeater - #4470
Closed
majenkotech wants to merge 2 commits into
Closed
Conversation
Signed-off-by: Matt Jenkins <matt@majenko.co.uk>
diizzyy
requested changes
Jun 11, 2017
diizzyy
left a comment
Contributor
There was a problem hiding this comment.
Please update your pull request
| @@ -0,0 +1,40 @@ | |||
| # | |||
| # Copyright (C) 2014 OpenWrt.org | |||
Contributor
There was a problem hiding this comment.
Don't add OpenWrt as copyright holder unless you're affiliated. Use your own name or omit it.
| PKG_VERSION:=2016-10-31 | ||
| PKG_RELEASE=$(PKG_SOURCE_VERSION) | ||
|
|
||
| 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 | ||
| PKG_SOURCE_PROTO:=git | ||
| PKG_SOURCE_VERSION:=73d029136eaf006615f77e299602aea33b8a4737 |
|
|
||
| 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 |
Signed-off-by: Matt Jenkins <matt@majenko.co.uk>
|
Travis seems to be complaining that the last commit message didn't start with the package name. Some git fu can probably fix this: |
Contributor
|
@majenkotech |
Author
|
This branch has been deprecated in favour of a UCI-integrated version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.