def advertise(cli_opts, prefixes, prefix_type): # noqa: B902 ''' Advertise the prefixes from this node with specific type ''' prefix_mgr.AdvertiseCmd(cli_opts).run(prefixes, prefix_type)
def advertise(cli_opts, prefixes, prefix_type, forwarding_type): # noqa: B902 """ Advertise the prefixes from this node with specific type """ prefix_mgr.AdvertiseCmd(cli_opts).run(prefixes, prefix_type, forwarding_type)