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

feat: Add support for IPv6 ND address autoconfig #1676

Merged
merged 13 commits into from
Jul 21, 2020

Conversation

ondrej-fabry
Copy link
Member

@ondrej-fabry ondrej-fabry commented Jul 6, 2020

This PR adds support for IPv6 ND address autoconfiguration that can be configured via VPP CLI with:

vpp# ip6 nd address autoconfig host-tor_vlan default-route

Here's the VPP API file for this feature: https://github.com/FDio/vpp/blob/master/src/vnet/ip6-nd/rd_cp.api

@ondrej-fabry ondrej-fabry added the 🚧 WIP do not merge! work in progress! label Jul 6, 2020
@ondrej-fabry ondrej-fabry self-assigned this Jul 6, 2020
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
@sonarcloud
Copy link

sonarcloud bot commented Jul 6, 2020

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 8 Code Smells

No Coverage information No Coverage information
66.6% 66.6% Duplication

@codecov
Copy link

codecov bot commented Jul 6, 2020

Codecov Report

Merging #1676 into master will decrease coverage by 0.05%.
The diff coverage is 11.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1676      +/-   ##
==========================================
- Coverage   58.07%   58.02%   -0.06%     
==========================================
  Files         366      370       +4     
  Lines       30045    30079      +34     
==========================================
+ Hits        17450    17454       +4     
- Misses      11155    11185      +30     
  Partials     1440     1440              
Flag Coverage Δ
#unittests 58.02% <11.76%> (-0.06%) ⬇️

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
@ondrej-fabry ondrej-fabry changed the title feat: Add support for IPv6 ND address autoconfig WIP: feat: Add support for IPv6 ND address autoconfig Jul 7, 2020
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
@ondrej-fabry ondrej-fabry removed the 🚧 WIP do not merge! work in progress! label Jul 15, 2020
@ondrej-fabry ondrej-fabry changed the title WIP: feat: Add support for IPv6 ND address autoconfig feat: Add support for IPv6 ND address autoconfig Jul 15, 2020
@ondrej-fabry ondrej-fabry merged commit faf9478 into ligato:master Jul 21, 2020
@ondrej-fabry ondrej-fabry deleted the ip6nd branch July 21, 2020 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants