예제 #1
0
    def sync(cli_opts, prefixes, prefix_type):  # noqa: B902
        ''' Sync the prefixes from this node with specific type '''

        prefix_mgr.SyncCmd(cli_opts).run(prefixes, prefix_type)
예제 #2
0
    def sync(cli_opts, prefixes, prefix_type, forwarding_type):  # noqa: B902
        """ Sync the prefixes from this node with specific type """

        prefix_mgr.SyncCmd(cli_opts).run(prefixes, prefix_type,
                                         forwarding_type)