-
Notifications
You must be signed in to change notification settings - Fork 16
Mdns fixes #1425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Mdns fixes #1425
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
debee83
package/mdns-alias: bump to v1.1
troglobit ba801be
package/netbrowse: bump to v2.0
troglobit ff4a346
utils: ignore errors from avahi-browse
troglobit 707731d
utils: drop serial n:o from mdns scan output
troglobit e2c29cb
utils: add fleet management commands to ixll
troglobit e255828
confd: fix mDNS CNAME conflict by flipping the table
troglobit 89c95d6
confd: relocate generation of mdns service records to C
troglobit 1282352
confd: improve mDNS service records
troglobit 571edef
confd: add configurable mDNS hostname (avahi host-name)
troglobit 87c671b
netbrowse: fix DNS-SD service name decoding
troglobit c68db78
netbrowse: fix device detection in default view
troglobit 6255965
netbrowse: modernize UI with card layout and theme support
troglobit 585907d
netbrowse: show IP, product/version on cards; sun/moon theme icons
troglobit 0489fb5
netbrowse: skip loopback addresses when displaying device IP
troglobit 7a23181
board/common: serve network.local over plain HTTP (port 80)
troglobit 9ea1e82
package/skeleton-init-fint: increase zebra netlink buffer
troglobit 982e610
test: infamy: always emit the "1..N" plan line before exiting
troglobit 09c649f
test: update gps test spec.
troglobit 2d9f973
statd: add operational support for mDNS neighbors
troglobit 27a07d0
statd: silence 'show firewall' when firewall is disabled
troglobit b9a8014
patches: lift iptables name length limit in firewalld
troglobit 290c03b
cli: add 'ssh' commands to log onto other devices and manage keys
troglobit b2c729d
utils: fix kernel-upgrade.sh clobbering existing ChangeLog entries
troglobit 4b39b2c
board: relocate SafeXcel firmware selection to Marvell BSPs
troglobit cdd56e6
doc: document how to add a default route
troglobit 784be61
doc: update ChangeLog with fixes and enw features
troglobit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| config BR2_PACKAGE_ALDER_ALDER | ||
| bool "Alder" | ||
| depends on BR2_aarch64 | ||
| select BR2_PACKAGE_LINUX_FIRMWARE_INSIDE_SECURE_MINIFW | ||
| help | ||
| Alder |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| config BR2_PACKAGE_MARVELL_CN9130_CRB | ||
| bool "Marvell CN9130-CRB" | ||
| depends on BR2_aarch64 | ||
| select BR2_PACKAGE_LINUX_FIRMWARE_INSIDE_SECURE_MINIFW | ||
| help | ||
| Customer Reference Board for CN9130 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| config BR2_PACKAGE_MARVELL_ESPRESSOBIN | ||
| bool "Marvell ESPRESSObin" | ||
| depends on BR2_aarch64 | ||
| select BR2_PACKAGE_LINUX_FIRMWARE_INSIDE_SECURE_MINIFW | ||
| help | ||
| Marvell ESPRESSObin | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| config BR2_PACKAGE_STYX_DCP_SC_28P | ||
| bool "Styx DCP-SC-28P" | ||
| depends on BR2_aarch64 | ||
| select BR2_PACKAGE_LINUX_FIRMWARE_INSIDE_SECURE_MINIFW | ||
| help | ||
| Styx DCP-SC-28P |
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| config BR2_PACKAGE_MDNS_ALIAS | ||
| bool mdns-alias | ||
| select BR2_PACKAGE_AVAHI | ||
| select BR2_PACKAGE_LIBUEV | ||
| help | ||
| Advertises the initial $(HOSTNAME).local and network.local with Avahi. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # From GitHub release | ||
| sha256 fd7272e4e520418a4a1352b69df852d963adfa928afcfda8e82ce7953626efdd mdns-alias-1.0.tar.gz | ||
| sha256 cf32b3c224325b3b660669a82e6dc30ad8438016d7492433cea591fa3a8a1dd9 mdns-alias-1.1.tar.gz | ||
|
|
||
| # Locally generated | ||
| sha256 3d6f910b5e198f3daab48047b8ee6949040f7abee3927daf2e231f265faf7d91 LICENSE |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| service <!service/mdns/running> env:-/etc/default/mdns-alias log:prio:daemon.debug,tag:mdns \ | ||
| [2345] mdns-alias $MDNS_ALIAS_ARGS -- mDNS alias advertiser | ||
| # Avahi advertises the system default hostname, this service advertises | ||
| # /etc/hostname (-H) and, optionally, network.local as CNAMEs. Changes | ||
| # to /etc/default/mdns-alias will cause Finit to restart not reload. | ||
| service <service/mdns/running> env:-/etc/default/mdns-alias \ | ||
| [2345] mdns-alias -H $MDNS_ALIAS_ARGS -- |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| config BR2_PACKAGE_NETBROWSE | ||
| bool netbrowse | ||
| select BR2_PACKAGE_PYTHON_FLASK | ||
| depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS | ||
| help | ||
| Browse mDNS hosts on your network from http://network.local | ||
|
|
||
| Browse mDNS hosts on your network from https://network.local |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| service <!> name:netbrowse @www-data:www-data log:prio:daemon.debug,tag:mdns \ | ||
| [2345] gunicorn -w 1 -b 127.0.0.1:8000 netbrowse:app -- Network browser | ||
| service <!> name:netbrowse log:prio:daemon.debug,tag:netbrowse \ | ||
| [2345] netbrowse -l 127.0.0.1:8000 -- Network browser |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| # --log-level debug | ||
| ZEBRA_ARGS="-A 127.0.0.1 -u frr -g frr --log syslog --log-level err" | ||
| ZEBRA_ARGS="-A 127.0.0.1 -a -s 90000000 -u frr -g frr --log syslog --log-level err" |
3 changes: 2 additions & 1 deletion
3
package/skeleton-init-finit/skeleton/etc/finit.d/available/frr/mgmtd.conf
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| service <!> pid:!/run/frr/mgmtd.pid env:-/etc/default/mgmtd \ | ||
| [2345] mgmtd $MGMTD_ARGS -- FRR MGMT daemon | ||
| [2345] mgmtd $MGMTD_ARGS \ | ||
| -- FRR MGMT daemon |
5 changes: 3 additions & 2 deletions
5
package/skeleton-init-finit/skeleton/etc/finit.d/available/frr/ospfd.conf
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| service <!pid/zebra> env:-/etc/default/ospfd \ | ||
| [2345] ospfd $OSPFD_ARGS -- OSPF daemon | ||
| service <!pid/zebra> pid:!/run/frr/ospfd.pid env:-/etc/default/ospfd \ | ||
| [2345] ospfd $OSPFD_ARGS \ | ||
| -- OSPF daemon |
4 changes: 2 additions & 2 deletions
4
package/skeleton-init-finit/skeleton/etc/finit.d/available/frr/ripd.conf
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| service <pid/zebra> env:-/etc/default/ripd \ | ||
| [2345] ripd $RIPD_ARGS | ||
| service <pid/zebra> pid:!/run/frr/ripd.pid env:-/etc/default/ripd \ | ||
| [2345] ripd $RIPD_ARGS \ | ||
| -- RIP daemon |
4 changes: 2 additions & 2 deletions
4
package/skeleton-init-finit/skeleton/etc/finit.d/available/frr/zebra.conf
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| service <!pid/mgmtd> pid:!/run/frr/zebra.pid env:-/etc/default/zebra \ | ||
| [2345] zebra $ZEBRA_ARGS | ||
| service <!pid/mgmtd> pid:!/run/frr/zebra.pid env:-/etc/default/zebra \ | ||
| [2345] zebra $ZEBRA_ARGS \ | ||
| -- Zebra routing daemon |
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
File renamed without changes.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ! Empty stub — mgmtd reads its own config at startup; file must exist to avoid log noise. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ! Empty stub — mgmtd reads per-daemon configs at startup; file must exist to avoid log noise. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ! Empty stub — mgmtd reads per-daemon configs at startup; file must exist to avoid log noise. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ! Empty stub — mgmtd reads per-daemon configs at startup; file must exist to avoid log noise. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ! Empty stub — mgmtd reads per-daemon configs at startup; file must exist to avoid log noise. |
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
2 changes: 1 addition & 1 deletion
2
patches/firewalld/2.3.1/0001-Silence-warnings-about-old-backends.patch
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.