Skip to content

Commit

Permalink
ebtables: enable broute
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Dec 26, 2018
1 parent 3f461bb commit 7127943
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/user/ebtables/ebtables-2.0.10-4/extensions/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

#EXT_TABLES+=filter nat broute

EXT_FUNC+=standard ip pkttype
EXT_TABLES+=filter
EXT_FUNC+=standard ip pkttype ip6
EXT_TABLES+=filter broute

EXT_OBJS+=$(foreach T,$(EXT_FUNC), extensions/ebt_$(T).o)
EXT_OBJS+=$(foreach T,$(EXT_TABLES), extensions/ebtable_$(T).o)
Expand Down

0 comments on commit 7127943

Please sign in to comment.