Ejemplo n.º 1
0
 def print_fib_routes(self):
     if not self.print_routes:
         return
     fib.FibRoutesCmd(self.cli_opts).run([], False)
Ejemplo n.º 2
0
    def routes(cli_opts, prefixes, json):  # noqa: B902
        ''' Request routing table of the current host '''

        fib.FibRoutesCmd(cli_opts).run(prefixes, json)
Ejemplo n.º 3
0
 def print_fib_routes(self):
     fib.FibRoutesCmd(self.cli_opts).run([], False)