search for: ip6addr

Displaying 2 results from an estimated 2 matches for "ip6addr".

Did you mean: ipv6addr
2009 Oct 09
1
[PATCH node] validify ipv4/ipv6 static/dhcp choice else loop
..., A[u]to, [N]o or [A]bort)? " - case $REPLY in - S|s) - read -ep "IPv6 Address: "; IPADDR=$REPLY - BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/IPV6INIT yes" - BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/IP6ADDR $IPADDR" - ;; - D|d) - BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/IPV6INIT yes" - BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/IPV6AUTCONF no" - BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/IPV6FORWARDIN...
2017 Oct 19
0
[Bug 1192] New: ULOGD_RET_RAWSTR type is not listed on ulogd_key_size() and type_to_string()
...R value type is not defined on the functions ulogd_key_size() and type_to_string() on ulogd.c. ULOGD_RET_RAWSTR seems to be only used on IP2BIN which will always return a 34 char long value, some possible solutions : 1. Make ulogd_key_size() return a length of 16 for the RAWSTR type as for the IP6ADDR type which would result in allocating 40 chars 2. Add on sql_createstmt() "elseif(key->type == ULOGD_RET_RAWSTR) { size += 35; }" 3. Use the ULOGD_RET_IP6ADDR type on IP2BIN (this type doesnt seems to be used anywhere else) and remove ULOGD_RET_RAWSTR ; this type would also nee...