4d9542a789
* ce_static_route: fix some bugs. (#58251)
* add a util function to ce.
* add a util function to ce.
* update to fix bugs for ce_static_route
* update to fix bugs for ce_static_route
* update to fix bugs for ce_static_route
* update
* update for shippable.
(cherry picked from commit bb33c922f7
)
* add a changelog fragment to PR 58565.
* Update 58565-update-ce_static_route-to-fix-a-bug.yml
7 lines
514 B
YAML
7 lines
514 B
YAML
bugfixes:
|
|
- ce_static_route
|
|
The IPv6 binary system has a length of 128 bits and is grouped by 16 bits.
|
|
Each group is separated by a colon ":" and can be divided into 8 groups, each group being represented by 4 hexadecimal.
|
|
You can use a double colon "::" to represent a group of 0 or more consecutive 0s, but only once.
|
|
Divisible compatible with Python2 and Python3.
|
|
To find all elements, Data root node that is taged 'data' should be removed.(https://github.com/ansible/ansible/pull/58251)
|