diff options
author | Eyal Bari <ebari@cisco.com> | 2017-07-26 11:57:04 +0300 |
---|---|---|
committer | John Lo <loj@cisco.com> | 2017-07-31 13:10:02 +0000 |
commit | 942402b02096af1c966f10e3e2a3d235787b962e (patch) | |
tree | 224baaa9c25a111f3374ada094e5e31609409f99 /src/vnet/l2/l2_bd.h | |
parent | 91d341c260c21b231543b29553d28d48b6148120 (diff) |
CLI:add l2 input/outut to "sh int features"
Change-Id: If608bbc7f4c8b0d5c3a237098a20279e407c82d3
Signed-off-by: Eyal Bari <ebari@cisco.com>
Diffstat (limited to 'src/vnet/l2/l2_bd.h')
-rw-r--r-- | src/vnet/l2/l2_bd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/l2/l2_bd.h b/src/vnet/l2/l2_bd.h index 93ed1a8532a..0e070651859 100644 --- a/src/vnet/l2/l2_bd.h +++ b/src/vnet/l2/l2_bd.h @@ -34,7 +34,7 @@ typedef struct vnet_main_t *vnet_main; } bd_main_t; -bd_main_t bd_main; +extern bd_main_t bd_main; /* Bridge domain member */ |