Exemplo n.º 1
0
Arquivo: rip.go Projeto: udhos/nexthop
func cmdRipNetNexthopCost(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}
Exemplo n.º 2
0
func cmdVrfExportRT(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}
Exemplo n.º 3
0
Arquivo: bgp.go Projeto: udhos/nexthop
func cmdNeighAsn(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}
Exemplo n.º 4
0
func cmdIfaceAddrIPv6(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}