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
Now that we're pulling data from django via websocket messages model, we should validate that data. It also seems to make sense to do it in translator.py instead of the gobgp module because:
translator is backend agnostic
no reason to reach out to gobgp if we have bad data
The text was updated successfully, but these errors were encountered:
Now that we're pulling data from django via websocket messages model, we should validate that data. It also seems to make sense to do it in translator.py instead of the gobgp module because:
The text was updated successfully, but these errors were encountered: