Пример #1
0
func cmdRipNetNexthopCost(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}
Пример #2
0
func cmdVrfExportRT(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}
Пример #3
0
func cmdNeighAsn(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}
Пример #4
0
func cmdIfaceAddrIPv6(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}