Skip to content

Adding Ipv6 header encapsulation support to static GUE tunnel#1492

Open
nupkanoi wants to merge 5 commits into
openconfig:masterfrom
nupkanoi:oc_v6
Open

Adding Ipv6 header encapsulation support to static GUE tunnel#1492
nupkanoi wants to merge 5 commits into
openconfig:masterfrom
nupkanoi:oc_v6

Conversation

@nupkanoi
Copy link
Copy Markdown
Contributor

@nupkanoi nupkanoi commented May 12, 2026

Change Scope

Adding Ipv6 header encapsulation support to static GUE tunnel

Support for UDP-V4 already exist.

Tree View

          |              +--rw udp-v4
          |              |  +--rw config
          |              |  |  +--rw src-ip?         oc-inet:ipv4-address
          |              |  |  +--rw dst-ip?         oc-inet:ipv4-address
          |              |  |  +--rw dscp?           oc-inet:dscp
          |              |  |  +--rw src-udp-port?   oc-inet:port-number
          |              |  |  +--rw dst-udp-port?   oc-inet:port-number
          |              |  |  +--rw ip-ttl?         uint8
          |              |  +--ro state
          |              |     +--ro src-ip?         oc-inet:ipv4-address
          |              |     +--ro dst-ip?         oc-inet:ipv4-address
          |              |     +--ro dscp?           oc-inet:dscp
          |              |     +--ro src-udp-port?   oc-inet:port-number
          |              |     +--ro dst-udp-port?   oc-inet:port-number
          |              |     +--ro ip-ttl?         uint8
+         |              +--rw udp-v6
+         |              |  +--rw config
+         |              |  |  +--rw src-ip?         oc-inet:ipv6-address
+         |              |  |  +--rw dst-ip?         oc-inet:ipv6-address
+         |              |  |  +--rw dscp?           oc-inet:dscp
+         |              |  |  +--rw src-udp-port?   oc-inet:port-number
+         |              |  |  +--rw dst-udp-port?   oc-inet:port-number
+         |              |  |  +--rw ip-ttl?         uint8
+         |              |  +--ro state
+         |              |     +--ro src-ip?         oc-inet:ipv6-address
+         |              |     +--ro dst-ip?         oc-inet:ipv6-address
+         |              |     +--ro dscp?           oc-inet:dscp
+         |              |     +--ro src-udp-port?   oc-inet:port-number
+         |              |     +--ro dst-udp-port?   oc-inet:port-number
+         |              |     +--ro ip-ttl?         uint8
          |              +--rw gre
          |              |  +--rw config
          |              |  |  +--rw src-ip?   oc-inet:ip-address
          |              |  |  +--rw dst-ip?   oc-inet:ip-address
          |              |  |  +--rw ttl?      uint8
          |              |  +--ro state
          |              |     +--ro src-ip?   oc-inet:ip-address

@nupkanoi nupkanoi requested a review from a team as a code owner May 12, 2026 23:54
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the openconfig-network-instance-static YANG module to version 0.2.2, introducing a new udp-v6 container to support static encapsulation headers for UDP in IPv6. The review feedback suggests improving the clarity and consistency of the module's documentation by correcting a typo in the revision history and providing more specific descriptions for the newly added configuration and state containers.

nupkanoi and others added 2 commits May 13, 2026 11:56
…atic.yang

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…atic.yang

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@dplore
Copy link
Copy Markdown
Member

dplore commented May 13, 2026

/gcbrun

@dplore dplore moved this to Ready to discuss in OC Operator Review May 13, 2026
…atic.yang

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@OpenConfigBot
Copy link
Copy Markdown

No major YANG version changes in commit c64e8fd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Ready to discuss

Development

Successfully merging this pull request may close these issues.

3 participants