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

BFD Tx, Rx interval support for Vnet Monitored routes. #3335

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

siqbal1986
Copy link
Contributor

What I did
This change add support for
rx_monitor_timer
tx_monitor_timer
check_directly_connected

Why I did it
This change is beneficial because it adds support for BFD Tx, Rx interval for Vnet Monitored routes as required by DASH project.
How I verified it
Added a unit test to verify the functionality.
Details if related
The Tx and Rx values are added on per-route basis. Therefore the same values are used for each nexthop. if the user needs to se different values for each next hop then they can add the values and nexthops incrementally.
e.g.

Add route with nexthop 10.0.0.1(1s,1s) -> BFD(10.0.0.1) with Tx =1s Rx= 1s
Update same route and add another nexthop 10.0.0.2(2s,2s) -> BFD(10.0.0.1) with Tx =1s Rx= 1s |  BFD(10.0.0.2) with Tx =2s Rx= 2s

The user can also update these values by selectively removing and readding a nexthop with different Tx and Rx values.

Copy link

Commenter does not have sufficient privileges for PR 3335 in repo sonic-net/sonic-swss

@siqbal1986
Copy link
Contributor Author

/azpw run

@mssonicbld
Copy link
Collaborator

/AzurePipelines run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants