diff options
| author | Wesley Coakley <wcoakley@nvidia.com> | 2020-06-24 05:37:06 -0400 | 
|---|---|---|
| committer | Wesley Coakley <wcoakley@nvidia.com> | 2020-07-15 12:59:36 -0400 | 
| commit | 116b86bdb9ecff4567b2a300e1cf8cf148b89103 (patch) | |
| tree | cfc7803d5c8302397a8f2739f4968f22c66ec4f2 /pbrd/pbr_map.h | |
| parent | 01f23affdb68d0117d0f2be652eebd835bdbc13e (diff) | |
pbrd: dscp interpret standard codepoints
Matching by dscp may now also be specified by its standard codepoint
(provided it has one), such as `cf0` or `af11`.
Signed-off-by: Wesley Coakley <wcoakley@nvidia.com>
Diffstat (limited to 'pbrd/pbr_map.h')
| -rw-r--r-- | pbrd/pbr_map.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/pbrd/pbr_map.h b/pbrd/pbr_map.h index fb8c6bf032..05b8d407df 100644 --- a/pbrd/pbr_map.h +++ b/pbrd/pbr_map.h @@ -169,6 +169,8 @@ extern void pbr_map_add_interface(struct pbr_map *pbrm, struct interface *ifp);  extern void pbr_map_interface_delete(struct pbr_map *pbrm,  				     struct interface *ifp); +extern uint8_t pbr_map_decode_dscp_enum(const char *name); +  /* Update maps installed on interface */  extern void pbr_map_policy_interface_update(const struct interface *ifp,  					    bool state_up);  | 
