diff options
-rw-r--r-- | packet/bgp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packet/bgp.go b/packet/bgp.go index 7c218103..aa76cb12 100644 --- a/packet/bgp.go +++ b/packet/bgp.go @@ -1367,7 +1367,7 @@ func (p *DefaultAsPath) isValidAspath(data []byte) (bool, error) { if err == nil { return false, nil } - return false, NewMessageError(eCode, eSubCode, nil, "==== can't not parse") + return false, NewMessageError(eCode, eSubCode, nil, "can't parse AS_PATH") } type AsPathParamInterface interface { |