aboutsummaryrefslogtreecommitdiffstats
path: root/gmod
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2017-11-02 19:28:09 -0400
committerDave Barach <openvpp@barachs.net>2017-11-03 11:44:17 +0000
commitef5d5aa2f168d7964076bcf74b0da249b3e0cd23 (patch)
tree2aaa846a481341c446a54535d140477dfc6bf79d /gmod
parentf0c1c96b0be1552deff0fbfc62db4ce510cb700d (diff)
vppinfra: make _vec_resize_will_expand read-only
Change-Id: Ibcc20c24f6feb2b91245b0d88830a6c730d704e6 Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'gmod')
0 files changed, 0 insertions, 0 deletions
d } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
---
name: ACL Based Forwarding
maintainer: Neale Ranns <nranns@cisco.com>
features:
  - 'Policy Based Routing'
  - ACLs match traffic to be forwarded
  - Each rule in the ACL has an associated 'path' which determines how the
    traffic will be forwarded. This path is described as a FIB path, so anything
    possible with basic L3 forwarding is possible with ABF (with the exception
    of output MPLS labels)
  - ACLs are grouped into a policy
  - ACL priorities within the policy determine which traffic is preferentially
    matched
  - Policies are attached to interfaces.
  - ABF runs as an input feature in the L3 path


description: ""
state: production
properties: [API, CLI, MULTITHREAD]