Go to the source code of this file.
◆ foreach_gbp_fwd
◆ gbp_fwd_trace_t
◆ gbp_fwd_error_t
◆ gbp_fwd_next_t
| Enumerator | 
|---|
| GBP_FWD_DROP  |  | 
| GBP_FWD_FWD  |  | 
| GBP_FWD_N_NEXT  |  | 
| GBP_FWD_N_NEXT  |  | 
Definition at line 37 of file gbp_fwd_node.c.
 
 
◆ format_gbp_fwd_trace()
  
  
      
        
          | static u8* format_gbp_fwd_trace  | 
          ( | 
          u8 *  | 
          s,  | 
         
        
           | 
           | 
          va_list *  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ gbp_fwd_node()
◆ gbp_fwd_error_strings
  
  
      
        
          | char* gbp_fwd_error_strings[] | 
         
       
   | 
  
static   | 
  
 
Initial value:= {
#define _(sym,string) 
}
 
Definition at line 31 of file gbp_fwd_node.c.
 
 
◆ gbp_fwd_node
Initial value:= {
  .name = "gbp-fwd",
  .vector_size = 
sizeof (
u32),
  .next_nodes = {
    [GBP_FWD_NEXT_DROP] = "error-drop",
    [GBP_FWD_NEXT_OUTPUT] = "l2-output",
  },
}
static char * gbp_fwd_error_strings[]
 
vl_api_fib_path_type_t type
 
static u8 * format_gbp_fwd_trace(u8 *s, va_list *args)
 
 
(constructor) VLIB_REGISTER_NODE (gbp_fwd_node) 
Definition at line 139 of file gbp_fwd_node.c.