diff options
author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2017-04-28 17:38:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 17:38:05 +0200 |
commit | 71d702a85e1a21d5dcae3109590e597e6e1469f8 (patch) | |
tree | 208ef701949000ae56d9d7153bfd005484606564 /pimd/pimd.h | |
parent | pimd: fix pimd crashes around pim rpf (diff) | |
parent | Merge pull request #381 from donaldsharp/pimmerino (diff) | |
download | frr-71d702a85e1a21d5dcae3109590e597e6e1469f8.tar.xz frr-71d702a85e1a21d5dcae3109590e597e6e1469f8.zip |
Merge branch 'stable/3.0' into pim_dev_3_0
Diffstat (limited to 'pimd/pimd.h')
-rw-r--r-- | pimd/pimd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pimd/pimd.h b/pimd/pimd.h index 2e8d0d11b..693cce7e9 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h @@ -251,7 +251,10 @@ struct pim_instance afi_t afi; vrf_id_t vrf_id; - enum pim_spt_switchover spt_switchover; + struct { + enum pim_spt_switchover switchover; + char *plist; + } spt; struct hash *rpf_hash; void *ssm_info; /* per-vrf SSM configuration */ |