-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: Fix some bugs of set tcp-mss on listen socket.
1.Tcp-mss not just for bgp neighbor, but also for bgp neighbor group. 2.Set tcp-mss for listhen socket even no neighbor config passive mode. 3.Config tcp-mss on neighbor group sync to all the neighbor in that group. Signed-off-by: forsunwell <[email protected]>
- Loading branch information
1 parent
7a80a23
commit a598e79
Showing
3 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,3 +117,5 @@ refix | |
/test-suite.log | ||
pceplib/test/*.log | ||
pceplib/test/*.trs | ||
*.si4project* | ||
*gitignore* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters