Example #1
0
File: rip.go Project: udhos/nexthop
func cmdRipNetNexthopCost(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}
Example #2
0
func cmdVrfExportRT(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}
Example #3
0
File: bgp.go Project: udhos/nexthop
func cmdNeighAsn(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}
Example #4
0
func cmdIfaceAddrIPv6(ctx command.ConfContext, node *command.CmdNode, line string, c command.CmdClient) {
	command.SetSimple(ctx, c, node.Path, line)
}