ietf-bfd-ip-mh.yang | ietf-bfd-ip-mh-formatted.yang | |||
---|---|---|---|---|
module ietf-bfd-ip-mh { | module ietf-bfd-ip-mh { | |||
yang-version 1.1; | yang-version 1.1; | |||
namespace "urn:ietf:params:xml:ns:yang:ietf-bfd-ip-mh"; | namespace "urn:ietf:params:xml:ns:yang:ietf-bfd-ip-mh"; | |||
prefix "bfd-ip-mh"; | prefix bfd-ip-mh; | |||
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-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 115 ¶ | skipping to change at line 107 ¶ | |||
type inet:ip-address; | type inet:ip-address; | |||
description | description | |||
"Local IP address."; | "Local IP address."; | |||
} | } | |||
leaf dest-addr { | leaf dest-addr { | |||
type inet:ip-address; | type inet:ip-address; | |||
description | description | |||
"IP address of the peer."; | "IP address of the peer."; | |||
} | } | |||
uses bfd-types:common-cfg-parms; | uses bfd-types:common-cfg-parms; | |||
leaf tx-ttl { | leaf tx-ttl { | |||
type bfd-types:hops; | type bfd-types:hops; | |||
default 255; | default "255"; | |||
description | description | |||
"Hop count of outgoing BFD control packets."; | "Hop count of outgoing BFD control packets."; | |||
} | } | |||
leaf rx-ttl { | leaf rx-ttl { | |||
type bfd-types:hops; | type bfd-types:hops; | |||
mandatory true; | mandatory true; | |||
description | description | |||
"Minimum allowed hop count value for incoming BFD | "Minimum allowed hop count value for incoming BFD | |||
control packets. Control packets whose hop count is | control packets. Control packets whose hop count is | |||
lower than this value are dropped."; | lower than this value are dropped."; | |||
End of changes. 12 change blocks. | ||||
13 lines changed or deleted | 8 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/ |