Break MAC learning out of controller into library.
authorBen Pfaff <blp@nicira.com>
Wed, 21 May 2008 17:06:58 +0000 (10:06 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 28 May 2008 17:46:54 +0000 (10:46 -0700)
commit711c48de9dc8047b6780299584526d17d4b8b906
treeaa7ff145f863bf4f77ca85df367836503a2acbcf
parent23e054dcb699c58cc142cee1920972da02211341
Break MAC learning out of controller into library.

This is preparation for use of MAC learning in the secure channel.
controller/controller.c
include/Makefile.am
include/mac-learning.h [new file with mode: 0644]
include/vlog.h
lib/Makefile.am
lib/mac-learning.c [new file with mode: 0644]