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…
Reference in a new issue