diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-04 21:10:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 21:10:56 +0200 |
commit | 39cc8f1306f075352e5b2ca2532ac24d5cb0bee1 (patch) | |
tree | 04650ba1e9c800d22a7992f02b4515726a8769c9 | |
parent | bc713d36a2d4d69226b625c3da6e2e2d6ce6b4ae (diff) | |
parent | 661fdb814a09226346034e550dacf77bd18afcdd (diff) | |
download | vyos-1x-39cc8f1306f075352e5b2ca2532ac24d5cb0bee1.tar.gz vyos-1x-39cc8f1306f075352e5b2ca2532ac24d5cb0bee1.zip |
Merge pull request #3409 from vyos/mergify/bp/sagitta/pr-3408
T6291: Add bonding.py to op-mode-standardized.json (backport #3408)
-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", |