2020-09-01 10:47:54 |
Onong Tayeng |
description |
When the gpe listener receives a gpe port delete event from etcd, it deletes the remote mapping entry for the port as well the one l2 arp entry. Before deleting the one l2 arp entry, it checks for the existence of the entry in VPP. This check fails because the IP address returned by PAPI is the Python IPv4Interface object whereas the gpe listener expects the binary address. |
When the gpe listener receives a gpe port delete event from etcd, it deletes the remote mapping entry for the port as well the one l2 arp entry. Before deleting the one l2 arp entry, it checks for the existence of the entry in VPP. This check fails because the IP address returned by PAPI is the Python IPv4Address object whereas the gpe listener expects the binary address. |
|