Helper method to print CLI command in case of info logging level. :param cli: CLI to execute :returns: CLI output
(self, cli)
| 479 | return r.reply |
| 480 | |
| 481 | def ppcli(self, cli): |
| 482 | """Helper method to print CLI command in case of info logging level. |
| 483 | |
| 484 | :param cli: CLI to execute |
| 485 | :returns: CLI output |
| 486 | """ |
| 487 | return cli + "\n" + self.cli(cli) |
| 488 | |
| 489 | def ip6nd_send_router_solicitation(self, sw_if_index, irt=1, mrt=120, mrc=0, mrd=0): |
| 490 | return self.api( |