Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BGP: Fix IPv4 listen addr configuration #451

Merged
merged 1 commit into from
Oct 29, 2023
Merged

BGP: Fix IPv4 listen addr configuration #451

merged 1 commit into from
Oct 29, 2023

Conversation

BarbarossaTM
Copy link
Member

Closes #450

@BarbarossaTM BarbarossaTM added the type:bug-fix Something isn't working label Oct 11, 2023
@BarbarossaTM BarbarossaTM self-assigned this Oct 11, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2023

Codecov Report

Merging #451 (9e214c6) into master (0e48eb2) will decrease coverage by 1.56%.
Report is 2 commits behind head on master.
The diff coverage is 82.35%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #451      +/-   ##
==========================================
- Coverage   54.34%   52.79%   -1.56%     
==========================================
  Files         146      152       +6     
  Lines        7901     8160     +259     
==========================================
+ Hits         4294     4308      +14     
- Misses       3401     3646     +245     
  Partials      206      206              
Flag Coverage Δ
unittests 52.79% <82.35%> (-1.56%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
net/tcp/listen.go 0.00% <0.00%> (ø)
net/tcp/tcpsock_posix.go 26.41% <87.50%> (ø)

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

net/tcp/tcpsock_posix.go Outdated Show resolved Hide resolved
  This removes some duplicate code and introduces a new helper function

    netTCPAddrToSockAddr(*net.TCPAddrr) unix.Sockaddr

  to do the conversaion on one place, including regression tests.

  Closes #450

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
@taktv6 taktv6 merged commit 6bea7c1 into master Oct 29, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug-fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bind is always 0.0.0.0 regardless of specified address in listener
3 participants