Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cmd/gobgp): parse listen-port as u16, not i16
A port is in the range 0..64k, not -32k..32k. Hence unsigned.
- Loading branch information