mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
6rd: missing config option ipaddr.
This option is necessary when configuring 6rd behind NAT. Signed-off-by: Stéphan Kochen <stephan@kochen.nl> SVN-Revision: 33123
This commit is contained in:
parent
67edc7ec63
commit
ef339d4e8f
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ proto_6rd_init_config() {
|
|||
|
||||
proto_config_add_int "mtu"
|
||||
proto_config_add_int "ttl"
|
||||
proto_config_add_string "ipaddr"
|
||||
proto_config_add_string "peeraddr"
|
||||
proto_config_add_string "ip6prefix"
|
||||
proto_config_add_string "ip6prefixlen"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue