Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
zjswhhh committed Jun 15, 2023
1 parent 5488fe6 commit 485afb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,24 @@
"MUX_LINKMGR_LINK_PROBER_INTERVAL_CHANGE": {
"sonic-mux-linkmgr:sonic-mux-linkmgr": {
"sonic-mux-linkmgr:MUX_LINKMGR": {
"LINK_PROBER_LIST": [
"sonic-mux-linkmgr:LINK_PROBER":
{
"modulename": "LINK_PROBER",
"interval_v4": "1000",
"interval_v6": "10000",
"positive_signal_count": 3,
"negative_signal_count": 9
}
]
}
}
},
"MUX_LINKMGR_LINK_PROBER_CHANGE_MAC_ADDR": {
"sonic-mux-linkmgr:sonic-mux-linkmgr": {
"sonic-mux-linkmgr:MUX_LINKMGR": {
"LINK_PROBER_LIST": [
"sonic-mux-linkmgr:LINK_PROBER":
{
"modulename": "LINK_PROBER",
"use_well_known_mac": "enabled",
"src_mac": "VlanMac"
}
]
}
}
}
Expand Down
8 changes: 1 addition & 7 deletions src/sonic-yang-models/yang-models/sonic-mux-linkmgr.yang
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@ module sonic-mux-linkmgr {
container sonic-mux-linkmgr {

container MUX_LINKMGR {
list LINK_PROBER_LIST {
key "modulename";

leaf modulename {
type string;

description "Linkmgrd submodule to be configured. ";
}
container LINK_PROBER {

leaf interval_v4 {
type uint32;
Expand Down

0 comments on commit 485afb1

Please sign in to comment.