diff --git a/release/models/interfaces/openconfig-if-ip.yang b/release/models/interfaces/openconfig-if-ip.yang index 40e7d37fb..6bb0d03c4 100644 --- a/release/models/interfaces/openconfig-if-ip.yang +++ b/release/models/interfaces/openconfig-if-ip.yang @@ -48,7 +48,7 @@ module openconfig-if-ip { revision "2024-05-28" { description - "Add gratuitous-arp-accepted for IPv4 and unsolicited-na-accepted for IPv6"; + "Add gratuitous-arp-accepted for IPv4 and unsolicited-na-accepted for IPv6."; reference "3.6.0"; } @@ -490,7 +490,7 @@ revision "2023-06-30" { type boolean; description "When set to true, gratuitous ARPs will be accepted and - the ARP table will be updated"; + the ARP table will be updated."; reference "RFC 826: An Ethernet Address Resolution Protocol"; } @@ -625,7 +625,7 @@ revision "2023-06-30" { default true; description "When set to true unsolicited neighbor advertisements - will be accepted and the ARP table will be updated"; + will be accepted and the ARP table will be updated."; reference "RFC 4861: Neighbor Discovery for IP version 6 (IPv6)"; }