]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_br.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / pimd / pim_br.h
index 06b10ada30f0b7d8eab7ffa89e326bb908a47c7c..836ff5ee8344e4e659c16daf139980134c9de47f 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program; see the file COPYING; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * You should have received a copy of the GNU General Public License along
+ * with this program; see the file COPYING; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 #ifndef PIM_BR_H
 #define PIM_BR_H
 
-struct in_addr pim_br_get_pmbr (struct in_addr source, struct in_addr group);
+struct in_addr pim_br_get_pmbr(struct prefix_sg *sg);
 
-void pim_br_set_pmbr (struct in_addr source, struct in_addr group, struct in_addr value);
-void pim_br_clear_pmbr (struct in_addr source, struct in_addr group);
+void pim_br_set_pmbr(struct prefix_sg *sg, struct in_addr value);
+void pim_br_clear_pmbr(struct prefix_sg *sg);
 
-void pim_br_init (void);
+void pim_br_init(void);
 
 extern struct in_addr pim_br_unknown;