aboutsummaryrefslogtreecommitdiffstats
path: root/vicn/resource/vpp/dpdk_device.py
diff options
context:
space:
mode:
Diffstat (limited to 'vicn/resource/vpp/dpdk_device.py')
-rw-r--r--vicn/resource/vpp/dpdk_device.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vicn/resource/vpp/dpdk_device.py b/vicn/resource/vpp/dpdk_device.py
index 472ee26f..76659129 100644
--- a/vicn/resource/vpp/dpdk_device.py
+++ b/vicn/resource/vpp/dpdk_device.py
@@ -19,6 +19,7 @@
from netmodel.model.type import Integer, String
from vicn.core.attribute import Attribute
from vicn.resource.linux.phy_interface import PhyInterface
+from vicn.core.task import BashTask, task
class DpdkDevice(PhyInterface):
"""
@@ -32,4 +33,3 @@ class DpdkDevice(PhyInterface):
socket_mem = Attribute(Integer,
description = 'Memory used by the vpp forwarder',
default = 512)
- mac_address = Attribute(String)