ietf-bfd-lag.yang | ietf-bfd-lag-formatted.yang | |||
---|---|---|---|---|
module ietf-bfd-lag { | module ietf-bfd-lag { | |||
yang-version 1.1; | yang-version 1.1; | |||
namespace "urn:ietf:params:xml:ns:yang:ietf-bfd-lag"; | namespace "urn:ietf:params:xml:ns:yang:ietf-bfd-lag"; | |||
prefix "bfd-lag"; | prefix bfd-lag; | |||
import ietf-bfd-types { | import ietf-bfd-types { | |||
prefix "bfd-types"; | prefix bfd-types; | |||
reference | reference | |||
"RFC 9127: YANG Data Model for Bidirectional Forwarding | "RFC 9127: YANG Data Model for Bidirectional Forwarding | |||
Detection (BFD)"; | Detection (BFD)"; | |||
} | } | |||
import ietf-bfd { | import ietf-bfd { | |||
prefix "bfd"; | prefix bfd; | |||
reference | reference | |||
"RFC 9127: YANG Data Model for Bidirectional Forwarding | "RFC 9127: YANG Data Model for Bidirectional Forwarding | |||
Detection (BFD)"; | Detection (BFD)"; | |||
} | } | |||
import ietf-interfaces { | import ietf-interfaces { | |||
prefix "if"; | prefix if; | |||
reference | reference | |||
"RFC 8343: A YANG Data Model for Interface Management"; | "RFC 8343: A YANG Data Model for Interface Management"; | |||
} | } | |||
import ietf-inet-types { | import ietf-inet-types { | |||
prefix "inet"; | prefix inet; | |||
reference | reference | |||
"RFC 6991: Common YANG Data Types"; | "RFC 6991: Common YANG Data Types"; | |||
} | } | |||
import ietf-routing { | import ietf-routing { | |||
prefix "rt"; | prefix rt; | |||
reference | reference | |||
"RFC 8349: A YANG Data Model for Routing Management | "RFC 8349: A YANG Data Model for Routing Management | |||
(NMDA Version)"; | (NMDA Version)"; | |||
} | } | |||
organization "IETF BFD Working Group"; | organization | |||
"IETF BFD Working Group"; | ||||
contact | contact | |||
"WG Web: <https://datatracker.ietf.org/wg/bfd/> | "WG Web: <https://datatracker.ietf.org/wg/bfd/> | |||
WG List: <mailto:rtg-bfd@ietf.org> | WG List: <mailto:rtg-bfd@ietf.org> | |||
Editor: Reshad Rahman | Editor: Reshad Rahman | |||
<mailto:reshad@yahoo.com> | <mailto:reshad@yahoo.com> | |||
Editor: Lianshu Zheng | Editor: Lianshu Zheng | |||
<mailto:vero.zheng@huawei.com> | <mailto:vero.zheng@huawei.com> | |||
skipping to change at line 107 ¶ | skipping to change at line 100 ¶ | |||
container micro-bfd-ipv4-session-statistics { | container micro-bfd-ipv4-session-statistics { | |||
description | description | |||
"Micro-BFD IPv4 session counters."; | "Micro-BFD IPv4 session counters."; | |||
uses bfd-types:session-statistics-summary; | uses bfd-types:session-statistics-summary; | |||
} | } | |||
container micro-bfd-ipv6-session-statistics { | container micro-bfd-ipv6-session-statistics { | |||
description | description | |||
"Micro-BFD IPv6 session counters."; | "Micro-BFD IPv6 session counters."; | |||
uses bfd-types:session-statistics-summary; | uses bfd-types:session-statistics-summary; | |||
} | } | |||
container sessions { | container sessions { | |||
description | description | |||
"BFD-over-LAG sessions."; | "BFD-over-LAG sessions."; | |||
list session { | list session { | |||
key "lag-name"; | key "lag-name"; | |||
description | description | |||
"List of BFD-over-LAG sessions."; | "List of BFD-over-LAG sessions."; | |||
leaf lag-name { | leaf lag-name { | |||
type if:interface-ref ; | type if:interface-ref; | |||
description | description | |||
"Name of the LAG."; | "Name of the LAG."; | |||
} | } | |||
leaf ipv4-dest-addr { | leaf ipv4-dest-addr { | |||
type inet:ipv4-address; | type inet:ipv4-address; | |||
description | description | |||
"IPv4 address of the peer, for IPv4 micro-BFD."; | "IPv4 address of the peer, for IPv4 micro-BFD."; | |||
} | } | |||
leaf ipv6-dest-addr { | leaf ipv6-dest-addr { | |||
type inet:ipv6-address; | type inet:ipv6-address; | |||
End of changes. 14 change blocks. | ||||
15 lines changed or deleted | 9 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |