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