diff options
| author | Ratan Gupta <ratagupt@in.ibm.com> | 2017-07-25 13:38:19 +0530 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-08-13 11:32:24 +0000 |
| commit | 3d3e4fcbb1c7b09376e04b6203d1803d2cae60b1 (patch) | |
| tree | c299808359e6adcf733bd90a8f369b273f21590c /test | |
| parent | eaefe587ad3df702bf201ae921e46b556352ed6d (diff) | |
| download | phosphor-networkd-3d3e4fcbb1c7b09376e04b6203d1803d2cae60b1.tar.gz phosphor-networkd-3d3e4fcbb1c7b09376e04b6203d1803d2cae60b1.zip | |
Implement the Vlan Interface
Change-Id: I6085868ba4e30bb9e1c6f6d9895a40ebff82804f
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 5903ee0..35f49db 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -35,5 +35,6 @@ test_LDADD = $(top_builddir)/ethernet_interface.o \ $(top_builddir)/system_configuration.o \ $(top_builddir)/dhcp_configuration.o \ $(top_builddir)/config_parser.o \ + $(top_builddir)/vlan_interface.o \ $(top_builddir)/xyz/openbmc_project/Network/VLAN/Create/phosphor_network_manager-server.o \ $(top_builddir)/xyz/openbmc_project/Network/IP/Create/phosphor_network_manager-server.o |

