Diff for /embedaddon/quagga/lib/if_rmap.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2012/10/09 09:22:28
Line 207  DEFUN (if_rmap, Line 207  DEFUN (if_rmap,
        "Route map interface name\n")         "Route map interface name\n")
 {  {
   enum if_rmap_type type;    enum if_rmap_type type;
   struct if_rmap *if_rmap;  
   
   if (strncmp (argv[1], "i", 1) == 0)    if (strncmp (argv[1], "i", 1) == 0)
     type = IF_RMAP_IN;      type = IF_RMAP_IN;
Line 219  DEFUN (if_rmap, Line 218  DEFUN (if_rmap,
       return CMD_WARNING;        return CMD_WARNING;
     }      }
   
  if_rmap = if_rmap_set (argv[2], type, argv[0]);  if_rmap_set (argv[2], type, argv[0]);
   
   return CMD_SUCCESS;    return CMD_SUCCESS;
 }        }      

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>