X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvpp_neighbor.py;h=5919cf8e48ba80d212985d95c7a5e0a65fcadce4;hb=c5c6a3342f3cbaaac647d52fd960b6f5b0fcd4e0;hp=6968b5f68a52b5d0acbacc01a7c4ece393ff6063;hpb=b3b2de71ceea0cc7ce18f89cc8180ed4a42e355d;p=vpp.git diff --git a/test/vpp_neighbor.py b/test/vpp_neighbor.py index 6968b5f68a5..5919cf8e48b 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=False, is_no_fib_entry=False): + af=AF_INET, is_static=False, is_no_fib_entry=0): self._test = test self.sw_if_index = sw_if_index self.mac_addr = mactobinary(mac_addr)