-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[minigraph.py]: Parse IP-in-IP tunnels from minigraph #5742
Conversation
Signed-off-by: Lawrence Lee <[email protected]>
This pull request fixes 1 alert when merging be59dc0 into 6088bd5 - view on LGTM.com fixed alerts:
|
Signed-off-by: Lawrence Lee <[email protected]>
This pull request fixes 1 alert when merging 3d25c49 into fd7e2a1 - view on LGTM.com fixed alerts:
|
Signed-off-by: Lawrence Lee <[email protected]>
This pull request fixes 1 alert when merging 366abcb into fd7e2a1 - view on LGTM.com fixed alerts:
|
Signed-off-by: Lawrence Lee <[email protected]>
This pull request fixes 1 alert when merging 64eb9d4 into e111204 - view on LGTM.com fixed alerts:
|
Signed-off-by: Lawrence Lee <[email protected]>
This pull request fixes 1 alert when merging 7733c53 into e111204 - view on LGTM.com fixed alerts:
|
retest mellanox please |
* Allow tunnel dst_ip from multiple loopback IPs (the first IPv4 loopback IP is used) * Remove restrictions on tunnel types parsed * Only add fields to tunnel table if the corresponding minigraph attributes are present Signed-off-by: Lawrence Lee <[email protected]>
This pull request introduces 1 alert and fixes 1 when merging 27fb241 into 781188f - view on LGTM.com new alerts:
fixed alerts:
|
* Check IP address version with ipaddress module * Remove prefix length from tunnel dst_ip Signed-off-by: Lawrence Lee <[email protected]>
aea3025
to
5e8bc86
Compare
This pull request introduces 1 alert and fixes 1 when merging 5e8bc86 into 10ab46f - view on LGTM.com new alerts:
fixed alerts:
|
retest vsimage please |
retest vsimage please |
2 similar comments
retest vsimage please |
retest vsimage please |
retest vsimage please |
1 similar comment
retest vsimage please |
Take tunnel info from `<TunnelInterface>` tag in minigraph, and create tables in config_DB: ``` "TUNNEL": { "MUX_TUNNEL_0": { "tunnel_type": "IPINIP", "dst_ip": "26.1.1.10", "dscp_mode": "uniform", "encap_ecn_mode": "standard", "ecn_mode": "copy_from_outer", "ttl_mode": "pipe" } } ``` Signed-off-by: Lawrence Lee <[email protected]>
Signed-off-by: Lawrence Lee [email protected]
- Why I did it
IP-in-IP tunnel support
- How I did it
Take tunnel info from
<TunnelInterface>
tag in minigraph, and create tables in config_DB:- How to verify it
- Which release branch to backport (provide reason below if selected)
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)