X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvpp_neighbor.py;fp=test%2Fvpp_neighbor.py;h=5c2e34794ece6126ed1707e91058fd8aa9236534;hb=87df12d5de67600414ae80b891e8a0f89e89ce5c;hp=fbd41eb5352055f8fa455f1cef19a281c4b027f2;hpb=4008ac998f43265451281cb6e759cd6184e50bed;p=vpp.git diff --git a/test/vpp_neighbor.py b/test/vpp_neighbor.py index fbd41eb5352..5c2e34794ec 100644 --- a/test/vpp_neighbor.py +++ b/test/vpp_neighbor.py @@ -31,7 +31,7 @@ class VppNeighbor(VppObject): """ def __init__(self, test, sw_if_index, mac_addr, nbr_addr, - af=AF_INET, is_static=0): + af=AF_INET, is_static=False): self._test = test self.sw_if_index = sw_if_index self.mac_addr = mactobinary(mac_addr)