diff options
-rw-r--r-- | gobgp/cmd/mrt.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobgp/cmd/mrt.go b/gobgp/cmd/mrt.go index 67703682..254928a9 100644 --- a/gobgp/cmd/mrt.go +++ b/gobgp/cmd/mrt.go @@ -79,6 +79,7 @@ func injectMrt(filename string, count int, skip int, onlyBest bool) error { case mrt.PEER_INDEX_TABLE: peers = msg.Body.(*mrt.PeerIndexTable).Peers continue + case mrt.RIB_IPV4_UNICAST, mrt.RIB_IPV6_UNICAST: default: exitWithError(fmt.Errorf("unsupported subType: %v", subType)) } |