예제 #1
0
 def print_fib_list(self):
     if not self.print_routes:
         return
     fib.FibListRoutesCmd(self.cli_opts).run([])
예제 #2
0
    def list_routes(cli_opts, prefixes):  # noqa: B902
        ''' Get and print all the routes on fib agent '''

        fib.FibListRoutesCmd(cli_opts).run(prefixes)
예제 #3
0
 def print_fib_list(self):
     fib.FibListRoutesCmd(self.cli_opts).run([])