Uploaded image for project: 'hc2vpp'
  1. hc2vpp
  2. HC2VPP-327

Add support for external-realm container

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • nat
    • None

      The https://tools.ietf.org/html/draft-ietf-opsawg-nat-yang-14 introduces external-realm container:

       

      container external-realm {
                  description
                    "Identifies the external realm of the NAT instance.";
                  choice realm-type {
                    description
                      "Can be an interface, VRF instance, etc.";
      
                    case interface {
                      description
                        "External interface.";
      
                      leaf external-interface {
                        type if:interface-ref;
                        description
                          "Name of the external interface.";
                      }
                    }
                  }
                }
              }
      

       

      which may me used instead of the custom interface-nat model.

      This task might require augmenting interface case with support for inbound/outbound and post-routing as defined in interfaces-nat.

            Unassigned Unassigned
            mgradzki Marek Gradzki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: