diff options
-rw-r--r-- | gobgp/cmd/neighbor.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobgp/cmd/neighbor.go b/gobgp/cmd/neighbor.go index edcb11bf..b965786f 100644 --- a/gobgp/cmd/neighbor.go +++ b/gobgp/cmd/neighbor.go @@ -701,6 +701,7 @@ func showNeighborRib(r string, name string, args []string) error { showAge = false case CMD_VRF: def = bgp.RF_IPv4_UC + showBest = true } family, err := checkAddressFamily(def) if err != nil { |