diff options
Diffstat (limited to 'pimd/pimd.h')
| -rw-r--r-- | pimd/pimd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pimd.h b/pimd/pimd.h index 69aee28f8f..7febc38fa7 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h @@ -243,7 +243,10 @@ struct pim_instance afi_t afi; vrf_id_t vrf_id; struct hash *rpf_hash; + void *ssm_info; /* per-vrf SSM configuration */ + + int send_v6_secondary; }; extern struct pim_instance *pimg; //Pim Global Instance |
