[8.162][BUG][FIXED] tunnel broker still active after disabling IPv6

After disabling the IPv6 support at Interfaces & Routing > IPv6 > Global, the tunnel broker tab shows still an active status.
Parents
  • Hi Ulrich,

    i matched that behavior to the iphone part in the l2tp and cisco vpn section. There you have also two traffic lights and when you disable l2tp then you disable the iphone section too. In cc the iphone part isn't a real status attribute in its one object but rather a part of the l2tp object:
    ...
              'iphone_status' => 1,
              'name' => 'L2TP',
              'networks' => [
                              'REF_DefaultInternalNetwork'
                            ],
              'status' => 1
    ...

    That explains the behavior. It's first time i see a green traffic light which can't be change, thats why it seemed a bit weird ;-)

    Regards,
    Marco
Reply
  • Hi Ulrich,

    i matched that behavior to the iphone part in the l2tp and cisco vpn section. There you have also two traffic lights and when you disable l2tp then you disable the iphone section too. In cc the iphone part isn't a real status attribute in its one object but rather a part of the l2tp object:
    ...
              'iphone_status' => 1,
              'name' => 'L2TP',
              'networks' => [
                              'REF_DefaultInternalNetwork'
                            ],
              'status' => 1
    ...

    That explains the behavior. It's first time i see a green traffic light which can't be change, thats why it seemed a bit weird ;-)

    Regards,
    Marco
Children
No Data