예제 #1
0
    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)
예제 #2
0
    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)