Skip to content

Commit

Permalink
Add fallback and fast_rate attributes to LAG interfaces module
Browse files Browse the repository at this point in the history
  • Loading branch information
stalabi1 committed Sep 27, 2024
1 parent 5ab6612 commit 98e463a
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 202 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# -*- coding: utf-8 -*-
# Copyright 2020 Dell Inc. or its subsidiaries. All Rights Reserved
# Copyright 2024 Dell Inc. or its subsidiaries. All Rights Reserved
# GNU General Public License v3.0+
# (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

Expand Down Expand Up @@ -67,7 +67,9 @@ def __init__(self, **kwargs):
"df_preference": {"type": "int"},
},
"type": "dict"
}
},
"fallback": {"type": "bool"},
"fast_rate": {"type": "bool"}
},
"type": "list"
},
Expand Down
Loading

0 comments on commit 98e463a

Please sign in to comment.