Skip to content

Commit

Permalink
ripd: add babel for redistribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Boutier authored and pjakma committed Mar 25, 2012
1 parent 93079db commit 9c58fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ripd/rip_zebra.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ static struct {
{ZEBRA_ROUTE_CONNECT, 1, "connected"},
{ZEBRA_ROUTE_STATIC, 1, "static"},
{ZEBRA_ROUTE_OSPF, 1, "ospf"},
{ZEBRA_ROUTE_BGP, 1, "bgp"},
{ZEBRA_ROUTE_BGP, 2, "bgp"},
{ZEBRA_ROUTE_BABEL, 2, "babel"},
{0, 0, NULL}
};

Expand Down

0 comments on commit 9c58fbd

Please sign in to comment.