-
Hi I'm using below json on my dhcpv4 setup but found bngblaster is always sending icmpv6 which caused session can not be in eastablished state. is there any option to disable sending the icmpv6 ? {
/ , // / / // // / / // /__ / ,< ,' /, Report:Test Duration: 139s Interface: eth1TX: 2040 packets 217560 bytes Access Interface: eth1 Access Interface Protocol Packet Stats: Access Interface Protocol Timeout Stats: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
But you still have IPv6 enabled for client 1, which per RFC triggers ICMPv6.
|
Beta Was this translation helpful? Give feedback.
You set
"ipv6": "false",
instead of"ipv6": false,
.