X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHoneycombSetup.py;h=7c3831ca04aa0bc172ab96e8c186bd3dfd271761;hp=fba2bd42257d0f3cffe6b0430d32aab860da64f2;hb=ee9c5163c03cda14aff505112bd9f00e27858350;hpb=17e82fdeb0e379be98e8e49869593d696b4125f4 diff --git a/resources/libraries/python/honeycomb/HoneycombSetup.py b/resources/libraries/python/honeycomb/HoneycombSetup.py index fba2bd4225..7c3831ca04 100644 --- a/resources/libraries/python/honeycomb/HoneycombSetup.py +++ b/resources/libraries/python/honeycomb/HoneycombSetup.py @@ -370,7 +370,14 @@ class HoneycombSetup(object): "BGP": ["io.fd.hc2vpp.bgp.inet.BgpInetModule", "io.fd.honeycomb.infra.bgp.BgpModule", "io.fd.honeycomb.infra.bgp.BgpReadersModule", - "io.fd.honeycomb.infra.bgp.BgpWritersModule"] + "io.fd.honeycomb.infra.bgp.BgpWritersModule", + "io.fd.honeycomb.northbound.bgp.extension.InetModule", + "io.fd.honeycomb.northbound.bgp.extension.EvpnModule", + "io.fd.honeycomb.northbound.bgp.extension.L3VpnV4Module", + "io.fd.honeycomb.northbound.bgp.extension.L3VpnV6Module", + "io.fd.honeycomb.northbound.bgp.extension." + "LabeledUnicastModule", + "io.fd.honeycomb.northbound.bgp.extension.LinkstateModule"] } ssh = SSH()