diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2018-05-16 08:36:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-16 08:36:21 -0700 |
| commit | c7e35331e3f73d2c7620427f928aa85aa80978ab (patch) | |
| tree | 27c9f5d867bba7fa7da828a3490bd47e5e369ae9 /bgpd/bgp_route.c | |
| parent | 5d5f37c40065eaf9c949582674c1728b93b57bab (diff) | |
| parent | 430892165e3a0ebc054f83222b6671e4169a1ab1 (diff) | |
Merge pull request #2240 from donaldsharp/ubuntu_bull
Ubuntu 18.04 fixes
Diffstat (limited to 'bgpd/bgp_route.c')
| -rw-r--r-- | bgpd/bgp_route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index c0683b84ac..7bfeee9669 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -6509,7 +6509,7 @@ void route_vty_out(struct vty *vty, struct prefix *p, struct bgp_info *binfo, ? true : false; bool nexthop_othervrf = false; - vrf_id_t nexthop_vrfid; + vrf_id_t nexthop_vrfid = VRF_DEFAULT; const char *nexthop_vrfname = "Default"; if (json_paths) |
