Diff for /embedaddon/bird/nest/rt-attr.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2017/08/22 12:33:54 version 1.1.1.2, 2021/03/17 19:50:23
Line 1251  void Line 1251  void
 rta_show(struct cli *c, rta *a, ea_list *eal)  rta_show(struct cli *c, rta *a, ea_list *eal)
 {  {
   static char *src_names[] = { "dummy", "static", "inherit", "device", "static-device", "redirect",    static char *src_names[] = { "dummy", "static", "inherit", "device", "static-device", "redirect",
                               "RIP", "OSPF", "OSPF-IA", "OSPF-E1", "OSPF-E2", "BGP", "pipe" };                               "RIP", "OSPF", "OSPF-IA", "OSPF-E1", "OSPF-E2", "BGP", "pipe", "babel" };
   static char *cast_names[] = { "unicast", "broadcast", "multicast", "anycast" };    static char *cast_names[] = { "unicast", "broadcast", "multicast", "anycast" };
   int i;    int i;
   

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


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