Interface BgpLlGracefulRestartData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    @Generated("mdsal-binding-generator")
    public interface BgpLlGracefulRestartData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the extensions from draft-uttaro-idr-bgp-persistence-04. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. This program and the accompanying materials are made available under the terms of Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

    This class represents the following YANG schema fragment defined in module bgp-ll-graceful-restart

     module bgp-ll-graceful-restart {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:bgp:ll-graceful-restart;
       prefix odl-bgp-ll-graceful-restart;
       import openconfig-network-instance {
         prefix netinst;
       }
       import bgp-openconfig-extensions {
         prefix bgp-op-ext;
       }
       import openconfig-bgp-types {
         prefix bgp-types;
       }
       import ietf-routing-types {
         prefix rt-types;
       }
       revision 2018-11-12 {
       }
       identity LLGR_STALE {
         base bgp-well-known-std-community;
       }
       identity NO_LLGR {
         base bgp-well-known-std-community;
       }
       grouping afi-safi-ll-graceful-restart {
         container ll-graceful-restart {
           container config {
             leaf long-lived-stale-time {
               type rt-types:uint24;
               units seconds;
               default 0;
             }
           }
         }
       }
       augment /netinst:network-instances/netinst:network-instance/netinst:protocols/netinst:protocol/bgp-op-ext:bgp/bgp-op-ext:peer-groups/bgp-op-ext:peer-group/bgp-op-ext:afi-safis/bgp-op-ext:afi-safi/bgp-op-ext:graceful-restart/bgp-op-ext:config {
         uses afi-safi-ll-graceful-restart;
       }
       augment /netinst:network-instances/netinst:network-instance/netinst:protocols/netinst:protocol/bgp-op-ext:bgp/bgp-op-ext:neighbors/bgp-op-ext:neighbor/bgp-op-ext:afi-safis/bgp-op-ext:afi-safi/bgp-op-ext:graceful-restart/bgp-op-ext:config {
         uses afi-safi-ll-graceful-restart;
       }
     }