ietf-bfd

This module contains the YANG definition for BFD parameters as per RFC 5880. Copyright (c) 2021 IETF Trust and the persons iden...

  • Version: 2021-10-21

    ietf-bfd@2021-10-21


    
      module ietf-bfd {
    
        yang-version 1.1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-bfd";
    
        prefix bfd;
    
        import ietf-bfd-types {
          prefix bfd-types;
          reference
            "RFC 9127: YANG Data Model for Bidirectional Forwarding
            Detection (BFD)";
    
    
        }
        import ietf-routing {
          prefix rt;
          reference
            "RFC 8349: A YANG Data Model for Routing Management
            (NMDA Version)";
    
    
        }
    
        organization "IETF BFD Working Group";
    
        contact
          "WG Web:   <https://datatracker.ietf.org/wg/bfd/>
         WG List:  <mailto:rtg-bfd@ietf.org>
    
         Editor:   Reshad Rahman
                   <mailto:reshad@yahoo.com>
    
         Editor:   Lianshu Zheng
                   <mailto:veronique_cheng@hotmail.com>
    
         Editor:   Mahesh Jethanandani
                   <mailto:mjethanandani@gmail.com>";
    
        description
          "This module contains the YANG definition for BFD parameters as
         per RFC 5880.
    
         Copyright (c) 2021 IETF Trust and the persons identified as
         authors of the code.  All rights reserved.
    
         Redistribution and use in source and binary forms, with or
         without modification, is permitted pursuant to, and subject to
         the license terms contained in, the Simplified BSD License set
         forth in Section 4.c of the IETF Trust's Legal Provisions
         Relating to IETF Documents
         (https://trustee.ietf.org/license-info).
    
         This version of this YANG module is part of RFC 9127; see the
         RFC itself for full legal notices.";
    
        reference
          "RFC 5880: Bidirectional Forwarding Detection (BFD)
           RFC 9127: YANG Data Model for Bidirectional Forwarding
          Detection (BFD)";
    
    
        revision "2021-10-21" {
          description "Initial revision.";
          reference
            "RFC 9127: YANG Data Model for Bidirectional Forwarding
            Detection (BFD)";
    
        }
    
      }  // module ietf-bfd
    

© 2024 YumaWorks, Inc. All rights reserved.