Skip to content

[minigraph]: Copy prefix_v6 into templates#2042

Merged
pavel-shirshov merged 1 commit intosonic-net:masterfrom
pavel-shirshov:pavelsh/fix_vlan
Aug 6, 2020
Merged

[minigraph]: Copy prefix_v6 into templates#2042
pavel-shirshov merged 1 commit intosonic-net:masterfrom
pavel-shirshov:pavelsh/fix_vlan

Conversation

@pavel-shirshov
Copy link
Contributor

Description of PR

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • Test case(new/improvement)

Approach

What is the motivation for this PR?

The #1982 has a bug (missed part). prefix_v6 key is not being copied to template parameters.

How did you do it?

Explicitly copy 'prefix_v6' to the template parameters.

How did you verify/test it?

sudo ansible-playbook  -i str -l lab -e testbed_name=vms3-t0 -e local_minigraph=true

Then check generated minigraph for this information

sudo cat /etc/sonic/minigraph.xml | less
The output should be something like this
...
        <IPInterface>
          <Name i:nil="true"/>
          <AttachTo>Vlan1000</AttachTo>
          <Prefix>fc02:1000::1/64</Prefix>
        </IPInterface>
...

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation

@pavel-shirshov
Copy link
Contributor Author

retest this please

1 similar comment
@pavel-shirshov
Copy link
Contributor Author

retest this please

@pavel-shirshov pavel-shirshov merged commit bf49ff0 into sonic-net:master Aug 6, 2020
@pavel-shirshov pavel-shirshov deleted the pavelsh/fix_vlan branch August 6, 2020 20:51
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
sonic-swss

1aa40f7 Remove port serdes object before removing port (sonic-net#2152)
876d690 [doc] Updating Policer config in Configuration manual (sonic-net#2144)

sonic-utilities
dfed952 show_platfom_info not run for simx (sonic-net#2042)
71fdee7 [aclshow] fix aclshow when clear is called before counters are populated (sonic-net#2037)
a48a027 [sonic-package-manager] implement blocking feature state change (sonic-net#2035)
c51871d [ci] Fix python dependencies reference path. (sonic-net#2060)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants