Andrew Yourtchenko 669d07dc01 ACL based forwarding
A poor man's flow switching or policy based rounting.

An ACL is used to match packets and is associated with a [set of] forwarding paths
that determine how to forward matched packets - collectively this association is a
'policy'.
Policies are then 'attached', in a priority order, to an interface when thaey are
encountered as an input feature. If a packet matches no policies it is forwarded
normally in the IP FIB.

This commit is used to test the "ACL-as-a-service" functionality,
which currently compiles, and the existing traffic ACL tests pass in both hash and linear modes.

Change-Id: I0b274ec9f2e645352fa898b43eb54c457e195964
Signed-off-by: Neale Ranns <nranns@cisco.com>
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Signed-off-by: Ole Troan <ot@cisco.com>
2018-04-17 18:25:05 +00:00
..
2018-04-13 08:51:21 +00:00
2018-03-19 13:09:45 +00:00
2018-03-21 00:01:44 +00:00
2018-01-08 01:51:24 -08:00
2018-04-17 18:25:05 +00:00
2018-03-20 23:59:06 +00:00
2018-04-13 08:51:21 +00:00
2018-03-19 13:09:45 +00:00
2018-04-17 17:09:28 +00:00
2018-02-02 02:20:46 +00:00
2018-03-09 11:59:58 +00:00
2018-03-16 20:28:50 +00:00
2018-04-03 19:56:37 +00:00
2018-03-15 14:59:08 +00:00
2018-03-19 13:09:45 +00:00
2018-03-09 11:59:58 +00:00
2018-04-12 20:33:02 +00:00
2018-03-20 23:59:06 +00:00
2018-03-19 15:53:19 +00:00
2018-03-20 23:59:06 +00:00
2018-02-01 23:41:17 +00:00
2018-03-09 11:59:58 +00:00
2018-04-17 18:25:05 +00:00
2018-04-17 18:25:05 +00:00
2018-04-13 08:48:00 +00:00