Skip to content

Commit

Permalink
fixing list bgp (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi authored and shaleman committed May 6, 2016
1 parent aff2602 commit cf0482d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netctl/netctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,11 @@ func listBgp(ctx *cli.Context) {
for _, group := range filtered {
writer.Write(
[]byte(fmt.Sprintf("%v\t%v\t%v\t%v\t%v\n",
group.As,
group.Hostname,
group.Routerip,
group.As,
group.Neighbor,
group.NeighborAs,
group.Routerip,
)))
}
}
Expand Down

0 comments on commit cf0482d

Please sign in to comment.