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

        fib.FibRoutesCmd(cli_opts).run(prefixes, json)
示例#3
0
 def print_fib_routes(self):
     fib.FibRoutesCmd(self.cli_opts).run([], False)