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
Refactor: Add singleton patterns for Neighbor, IP, and NLRI sentinels
- Add Neighbor.empty() class method for minimal neighbor in decode contexts
- Add IP.no_nexthop() class method, remove _NoNextHop class
- Add NLRI.invalid() class method for "treat as withdraw" semantics
- Update Negotiated to use non-optional Neighbor type
- Update callers to use sentinel identity checks
- Remove unused type:ignore comments
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments