You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Karl Palsson 7a423c389a procd: mdns: Support txt values with spaces
Properly quote the arguments so that you can register a service with TXT
entries that contains spaces.

Example:
   procd_add_mdns myservice tcp 9999 "key=descriptive text field 1" \
         "another=something equally verbose"

Output before:
$ avahi-browse -r -v _myservice._tcp
_myservice._tcp      local
   hostname = [blah.local]
   address = [192.168.255.74]
   port = [9999]
   txt = ["verbose" "equally" "another=something" "1" "field" "text" "key=descriptive"]

Output now:
$ avahi-browse -r -v _myservice._tcp
_myservice._tcp      local
   hostname = [blah.local]
   address = [192.168.255.74]
   port = [9999]
   txt = ["another=something equally verbose" "key=descriptive text field 1"]

Signed-off-by: Karl Palsson <karlp@etactica.com>
7 years ago
..
base-files base-files: drop unused preinit_echo function 7 years ago
boot uboot-envtools: Add support for IPQ806x AP148 and DB149 7 years ago
devel toolchain/arc: update to the most recent release arc-2017.03 7 years ago
firmware ath10k-firmware: update qca9887 firmware to 10.2.4-1.0-00029 7 years ago
kernel lantiq: ltq-ptm: fix ADSL showtime handler 7 years ago
libs openssl: update to version 1.0.2l 7 years ago
network Revert "dropbear: Link ssh and scp command to /bin instead of /usr/bin" 7 years ago
system procd: mdns: Support txt values with spaces 7 years ago
utils busybox: update to 1.27.2 7 years ago
Makefile build: cleanup tmp/ dir of target rootfs 7 years ago