• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/

Lines Matching refs:vty

190   vty_out (vty, "Zebra OSPF6d Version: %s%s",
207 vty->node = OSPF6_NODE;
208 vty->index = ospf6;
221 vty_out (vty, "OSPFv3 is not running%s", VTY_NEWLINE);
226 vty->node = CONFIG_NODE;
227 vty->index = NULL;
242 ospf6_show (vty);
262 vty_out (vty, "%s%s", buf,
279 ospf6_statistics_show (vty, ospf6);
296 vty_out (vty, "malformed ospf router identifier%s", VTY_NEWLINE);
297 vty_out (vty, "%s", VTY_NEWLINE);
309 ospf6_interface_bind_area (struct vty *vty,
327 vty_out (vty, "Invalid Area-ID: %s%s", area_name, VTY_NEWLINE);
344 vty_out (vty, "Aready attached to area %s%s",
421 return ospf6_interface_bind_area (vty, argv[0], argv[1], argv[2], 0);
441 return ospf6_interface_bind_area (vty, argv[0], argv[1], argv[2], 1);
475 return ospf6_interface_bind_area (vty, argv[0], argv[1],
493 return ospf6_interface_bind_area (vty, argv[0], argv[1], NULL, 1);
508 o6 = (struct ospf6 *) vty->index;
521 vty_out (vty, "Invalid Area-ID: %s%s", argv[1], VTY_NEWLINE);
527 vty_out (vty, "Wrong Area-ID: %s aready attached to area %s%s",
554 o6 = (struct ospf6 *) vty->index;
559 vty_out (vty, "No such area%s", VTY_NEWLINE);
566 vty_out (vty, "Malformed IPv6 address%s", VTY_NEWLINE);
668 ospf6_config_write (struct vty *vty)
676 vty_out (vty, "set proctitle version%s", VTY_NEWLINE);
678 vty_out (vty, "set proctitle none%s", VTY_NEWLINE);
680 vty_out (vty, "!%s", VTY_NEWLINE);
690 vty_out (vty, "router ospf6%s", VTY_NEWLINE);
691 vty_out (vty, " router-id %s%s", buf, VTY_NEWLINE);
693 ospf6_redistribute_config_write (vty);
701 vty_out (vty, " interface %s area %s%s",
705 vty_out (vty, "!%s", VTY_NEWLINE);