diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-11-07 15:45:40 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-21 20:26:14 -0500 | 
| commit | a7762e076597867bb75c8a60fb184f924035ed2e (patch) | |
| tree | c0800948f074b9f33974f8ad8ac16147094ad698 /pimd/pim_tlv.h | |
| parent | bce0e645214306808047f3ffd321abaa844c3e97 (diff) | |
pimd: Modify pim_parse_addr_source to use 'struct prefix_sg'
Modify the pim_parse_addr_source function to take
a 'struct prefix_sg' and to fill in the src data.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_tlv.h')
| -rw-r--r-- | pimd/pim_tlv.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_tlv.h b/pimd/pim_tlv.h index ee890d2895..ee7692ab80 100644 --- a/pimd/pim_tlv.h +++ b/pimd/pim_tlv.h @@ -119,7 +119,7 @@ int pim_parse_addr_ucast (struct prefix *p,  int pim_parse_addr_group (struct prefix_sg *sg,  			  const uint8_t *buf,  			  int buf_size); -int pim_parse_addr_source(struct prefix *p, +int pim_parse_addr_source(struct prefix_sg *sg,  			  uint8_t *flags,  			  const uint8_t *buf,  			  int buf_size);  | 
