************************************************************************
Overview
************************************************************************
This is a Protocol Bundle Hot-swap usage example which allows you to 
load/unload a Protocol Bundle to/from an ixEngine instance. 
The different mechanisms implemented in this example are :
- the loading of a new Protocol Bundle
- the activation of the Protocol Bundle just loaded
- the deactivation of a Protocol Bundle after the expiration of the 
  flows linked to this bundle.

The flow expiration can be done in 2 ways:
- The flows can be softly expired specifying a cleanup of x flows
  between each packet.
- You can also force a Protocol Bundle unloading (it will use the
  garbage collector mechanism).

************************************************************************
Installation
************************************************************************
make: build application
make install: install application in src/bin directory

Notes:
build is dynamic only.
Set DEBUG=1 to get debug info.

************************************************************************
Usage
************************************************************************
To get the full usage of this example launch:
./bundle_swap

The LD_LIBRARY_PATH variable can be set as follows from this directory:
$ export LD_LIBRARY_PATH=../../../lib
