diff options
author | l0crian1 <143656816+l0crian1@users.noreply.github.com> | 2024-05-04 12:50:16 -0400 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-04 17:03:34 +0000 |
commit | 661fdb814a09226346034e550dacf77bd18afcdd (patch) | |
tree | 04650ba1e9c800d22a7992f02b4515726a8769c9 | |
parent | bc713d36a2d4d69226b625c3da6e2e2d6ce6b4ae (diff) | |
download | vyos-1x-661fdb814a09226346034e550dacf77bd18afcdd.tar.gz vyos-1x-661fdb814a09226346034e550dacf77bd18afcdd.zip |
T6291: Add bonding.py to op-mode-standardized.json
(cherry picked from commit 963daf62d417a3fcccf33ed93904eddd21aa6a02)
-rw-r--r-- | data/op-mode-standardized.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/op-mode-standardized.json b/data/op-mode-standardized.json index d3685caaf..a4ed2bcf4 100644 --- a/data/op-mode-standardized.json +++ b/data/op-mode-standardized.json @@ -1,6 +1,7 @@ [ "accelppp.py", "bgp.py", +"bonding.py", "bridge.py", "config_mgmt.py", "conntrack.py", |