mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
fix CLI rd option ignore.
This commit is contained in:
committed by
Kirill 'horseinthesky' Pletnev
parent
35bfc9605c
commit
155bc636cd
@@ -904,7 +904,7 @@ func showNeighborRib(r string, name string, args []string) error {
|
||||
}
|
||||
args = args[1:]
|
||||
|
||||
rd := args[0]
|
||||
rd = args[0]
|
||||
_, err = bgp.ParseRouteDistinguisher(rd)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user