Exemple #1
0
    def view(cli_opts):  # noqa: B902
        """
        View the prefix of this node
        TODO: Deprecated. Use advertised-routes instead
        """

        prefix_mgr.ViewCmd(cli_opts).run()
 def print_prefixmgr_view(self):
     prefix_mgr.ViewCmd(self.cli_opts).run()
Exemple #3
0
    def view(cli_opts):  # noqa: B902
        ''' View the prefix of this node '''

        prefix_mgr.ViewCmd(cli_opts).run()
Exemple #4
0
    def view(cli_opts):  # noqa: B902
        """ View the prefix of this node """

        prefix_mgr.ViewCmd(cli_opts).run()