Skip to content

Commit

Permalink
Update l2vpn for intel_mp stats change
Browse files Browse the repository at this point in the history
  • Loading branch information
wingo committed Sep 24, 2018
1 parent edad14b commit 71bf219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program/l2vpn/l2vpn.lua
Expand Up @@ -251,7 +251,7 @@ local driver_helpers = {
return 'input', 'output'
end,
stats_path = function (intf)
return 'pci/'..intf.pci_address
return 'apps/'..intf.app:name()..'/pci/'..intf.pci_address
end
},
['apps.tap.tap.Tap'] = {
Expand Down

0 comments on commit 71bf219

Please sign in to comment.