Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreBL committed Mar 20, 2017
1 parent 667d863 commit f97bdee
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 142 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
All changes by André Lange - andredbl at hotmail dot com


Released 19 March 2017 v1.7.0
Operating System support
Tested on OpenWrt Chaos Calmer v15.05.1 and v15.05
Tested on x86_64 image of LEDE v17.01.0 and Snapshot r3778-312b9dc
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ IPv6 addresses are difficult to remember. DNS provides an abstraction layer, so

3. When you are accessing your LAN hosts either locally or remotely through VPN. If the local and remote IPv4 subnets conflicts you can still use IPv6 ULA addresses (e.g FDxx:xxxx:...) to connect to your services. DNS names make this *much* easier.

When using ip6neigh, names are applied to local IPv6 hosts, rather than cryptic IPv6 addresses, such as shown in this OpenWrt Realtime Connections page.
When using ip6neigh, names are applied to local IPv6 hosts, rather than cryptic IPv6 addresses, such as shown in this OpenWrt Realtime Connections page:
![luci connections](art/luci_connections_names.png?raw=true)

## Installation
Expand Down
Binary file modified art/luci_connections_names.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion etc/hotplug.d/iface/30-ip6neigh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

#ip6neigh hotplug script version 1.6.0
#ip6neigh hotplug script version 1.7.0

readonly SERVICE_NAME="ip6neigh-svc.sh"

Expand Down
2 changes: 1 addition & 1 deletion etc/init.d/ip6neigh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

START=96

readonly VERSION="1.6.0"
readonly VERSION="1.7.0"
readonly SBIN_PATH="/usr/sbin/"
readonly SERVICE_NAME="ip6neigh-svc.sh"
readonly SERVICE_SCRIPT="${SBIN_PATH}${SERVICE_NAME}"
Expand Down
41 changes: 0 additions & 41 deletions extra/ip6neigh-oui-download.sh

This file was deleted.

28 changes: 0 additions & 28 deletions extra/ip6neigh_ddns.sh

This file was deleted.

65 changes: 0 additions & 65 deletions extra/ip6neigh_hosts_show.sh

This file was deleted.

Binary file removed extra/oui.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion ip6neigh-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# by André Lange Dec 2016

readonly VERSION='1.6.1'
readonly VERSION='1.7.0'

readonly BIN_DIR="/usr/bin/"
readonly SBIN_DIR="/usr/sbin/"
Expand Down
2 changes: 1 addition & 1 deletion lib/ip6addr_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# by André Lange Fev 2017

#Program definitions
IP6ADDR_LIB_VERSION='1.6.0'
IP6ADDR_LIB_VERSION='1.7.0'

#Print version info and return if requested
if [ "$1" = '--version' ]; then
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion main/ip6neigh-svc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# by André Lange Dec 2016

#Program definitions
readonly SVC_VERSION='1.6.1'
readonly SVC_VERSION='1.7.0'
readonly CONFIG_FILE='/etc/config/ip6neigh'
readonly HOSTS_FILE='/tmp/hosts/ip6neigh'
readonly CACHE_FILE='/tmp/ip6neigh.cache'
Expand Down
2 changes: 1 addition & 1 deletion main/ip6neigh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
. /lib/functions/network.sh

#Program definitions
readonly CMD_TOOL_VERSION='1.6.1'
readonly CMD_TOOL_VERSION='1.7.0'
readonly HOSTS_FILE='/tmp/hosts/ip6neigh'
readonly CACHE_FILE='/tmp/ip6neigh.cache'
readonly SERVICE_NAME='ip6neigh-svc.sh'
Expand Down
2 changes: 1 addition & 1 deletion setup/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.7.0
Binary file added shared/oui.gz
Binary file not shown.

0 comments on commit f97bdee

Please sign in to comment.