diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-11-03 15:00:15 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-11-03 15:00:15 +0100 |
| commit | 99d946ccff4e757395f5607f06645c79c2c951df (patch) | |
| tree | c7234fee2110e4aeab8a637e15a0d1251f933ce7 /pkg/csource | |
| parent | 2079602763074ecfff9e9793649fc215faf7a5e1 (diff) | |
executor: fix setup of vxcan
Adding vxcan1 also adds vxcan0. Setup and use both.
Diffstat (limited to 'pkg/csource')
| -rw-r--r-- | pkg/csource/generated.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go index 2266f86d6..5e077f156 100644 --- a/pkg/csource/generated.go +++ b/pkg/csource/generated.go @@ -1608,6 +1608,7 @@ static void initialize_netdevices(void) {"hsr0", 0}, {"dummy0", ETH_ALEN}, {"nlmon0", 0}, + {"vxcan0", 0, true}, {"vxcan1", 0, true}, {"caif0", ETH_ALEN}, {"batadv0", ETH_ALEN}, |
