Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
zjswhhh committed Aug 24, 2022
1 parent 52434e3 commit ab49814
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/sonic-yang-models/yang-models/sonic-peer-switch.yang
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module sonic-peer-switch {
import sonic-types {
prefix stypes;
}

organization
"SONiC";

Expand All @@ -34,10 +34,14 @@ module sonic-peer-switch {

leaf peer_switch {
type stypes:hostname;

description "SONiC DualToR peer host name."
}

leaf address_ipv4 {
type inet:ipv4-address;

description "SONiC DualToR peer's IPv4 address."
}
}
}
Expand Down

0 comments on commit ab49814

Please sign in to comment.