Print this page
Overlay fabric router
*** 23,33 ****
# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2011, 2014 by Delphix. All rights reserved.
# Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
# Copyright 2016 Garrett D'Amore <garrett@damore.org>
! # Copyright 2017 Joyent, Inc.
# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
#
#
--- 23,33 ----
# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2011, 2014 by Delphix. All rights reserved.
# Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
# Copyright 2016 Garrett D'Amore <garrett@damore.org>
! # Copyright 2018 Joyent, Inc.
# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
#
#
*** 695,705 ****
net80211_ht.o net80211_amrr.o
VNIC_OBJS += vnic_ctl.o vnic_dev.o
OVERLAY_OBJS += overlay.o overlay_fm.o overlay_mux.o overlay_plugin.o \
! overlay_prop.o overlay_target.o
OVERLAY_VXLAN_OBJS += overlay_vxlan.o
VND_OBJS += vnd.o frameio.o
--- 695,705 ----
net80211_ht.o net80211_amrr.o
VNIC_OBJS += vnic_ctl.o vnic_dev.o
OVERLAY_OBJS += overlay.o overlay_fm.o overlay_mux.o overlay_plugin.o \
! overlay_prop.o overlay_target.o overlay_router.o
OVERLAY_VXLAN_OBJS += overlay_vxlan.o
VND_OBJS += vnd.o frameio.o