mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
1fe7efbddb
6relayd is an IPv6-tool that relays IPv6-management protocols like router discovery, neighbor discovery and DHCPv6 so that clients on routed (non-bridged) interfaces can use the public address prefix, DHCPv6 and DNS-service of a master interface. This is useful to avoid NAT in chained IPv6-routers. SVN-Revision: 34008
3 lines
67 B
Bash
3 lines
67 B
Bash
#!/bin/sh
|
|
/etc/init.d/6relayd enabled && /etc/init.d/6relayd start
|