Skip to content

Commit

Permalink
Fix "symbol vrouter_dbg undefined" and "symbol vr_inet_vrf_stats unde…
Browse files Browse the repository at this point in the history
…fined" errors.

Errors occured while loading vrouter.ko module on FreeBSD.

Change-Id: Iaa41a667a7b06ad367be12daace112ba18b52765
  • Loading branch information
semihalf-zmuda-wojciech committed Oct 1, 2014
1 parent 78306f4 commit e457cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion freebsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ SRCS += vr_message.c \
vr_sandesh.c \
vr_queue.c \
vr_index_table.c \
vr_ip_mtrie.c \
vrouter.c \
vr_route.c \
vr_nexthop.c \
Expand All @@ -43,7 +44,6 @@ SRCS += vr_message.c \
vr_packet.c \
vr_proto_ip.c \
vr_mpls.c \
vr_ip4_mtrie.c \
vr_response.c \
vr_flow.c \
vr_mirror.c \
Expand Down
1 change: 1 addition & 0 deletions freebsd/vrouter_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ struct host_os *vrouter_get_host(void);
unsigned int vr_num_cpus = 1;

int vr_log_level = 0;
int vrouter_dbg = 0;

/* Create malloc type for vrouter */
MALLOC_DECLARE(M_VROUTER);
Expand Down

0 comments on commit e457cab

Please sign in to comment.