Ejemplo n.º 1
0
 def print_fib_list(self):
     if not self.print_routes:
         return
     fib.FibListRoutesCmd(self.cli_opts).run([])
Ejemplo n.º 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)
Ejemplo n.º 3
0
 def print_fib_list(self):
     fib.FibListRoutesCmd(self.cli_opts).run([])