You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
During the static analysis was found possible mistake in code:
There is using 'LS_NLRI_TYPE_PREFIX_IPV4' in pkg/packet/bgp/bgp.go:9146, but case is using 'LS_NLRI_TYPE_PREFIX_IPV6'. Please, clarify, why is using value 'LS_NLRI_TYPE_PREFIX_IPV4'? Might be there should be 'LS_NLRI_TYPE_PREFIX_IPV6' instead of 'LS_NLRI_TYPE_PREFIX_IPV4'?
The text was updated successfully, but these errors were encountered:
Hello!
During the static analysis was found possible mistake in code:
The text was updated successfully, but these errors were encountered: