Nikolay Aleksandrov
c316c629f1
net: ipmr: remove some pimsm ifdefs and simplify
...
Add the helper pimsm_enabled() which replaces the old CONFIG_IP_PIMSM
define and is used to check if any version of PIM-SM has been enabled.
Use a single if defined(CONFIG_IP_PIMSM_V1) || defined(CONFIG_IP_PIMSM_V2)
for the pim-sm shared code. This is okay w.r.t IGMPMSG_WHOLEPKT because
only a VIFF_REGISTER device can send such packet, and it can't be
created if pimsm_enabled() is false.
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-11-23 15:06:38 -05:00
..
2015-11-18 13:37:20 -05:00
2015-09-29 20:40:33 -07:00
2015-08-25 13:38:50 -07:00
2015-10-20 06:08:27 -07:00
2015-07-29 22:44:04 -07:00
2015-10-21 19:15:20 -07:00
2015-05-28 11:23:20 +08:00
2015-11-03 13:41:45 -05:00
2015-07-24 22:46:11 -07:00
2015-09-09 14:19:50 -07:00
2015-11-04 21:34:37 -05:00
2015-10-27 18:14:51 -07:00
2015-08-29 13:07:54 -07:00
2015-08-10 14:03:54 -07:00
2015-10-26 22:01:18 -07:00
2015-10-14 06:01:07 -07:00
2015-11-04 21:29:59 -05:00
2015-11-15 18:36:38 -05:00
2015-10-03 04:32:41 -07:00
2015-11-02 22:47:14 -05:00
2015-10-23 05:42:21 -07:00
2015-09-21 16:32:29 -07:00
2015-08-28 13:32:36 -07:00
2015-10-08 04:26:54 -07:00
2015-11-02 22:47:14 -05:00
2015-10-22 19:39:25 -07:00
2015-10-12 19:44:16 -07:00
2015-11-01 12:01:27 -05:00
2015-11-04 21:29:59 -05:00
2015-10-08 04:27:02 -07:00
2015-08-10 14:03:54 -07:00
2015-10-08 04:26:54 -07:00
2015-11-18 13:37:20 -05:00
2015-08-10 14:03:54 -07:00
2015-11-23 15:06:38 -05:00
2015-08-27 15:42:48 -07:00
2015-10-21 07:00:48 -07:00
2015-09-29 20:21:32 +02:00
2015-07-09 21:09:10 -07:00
2015-07-21 22:36:33 -07:00
2015-11-16 15:08:48 -05:00
2015-10-08 05:18:47 -07:00
2015-10-23 05:42:21 -07:00
2015-11-04 21:29:06 -05:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-09-25 13:00:38 -07:00
2015-09-17 22:35:07 -07:00
2015-10-23 02:46:52 -07:00
2015-11-15 18:36:38 -05:00
2015-10-23 05:42:21 -07:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-10-21 07:00:53 -07:00
2015-11-15 18:36:38 -05:00
2015-08-28 13:32:36 -07:00
2015-11-05 14:36:09 -05:00
2015-06-11 16:33:10 -07:00
2015-11-02 16:28:49 -05:00
2015-10-21 07:00:53 -07:00
2015-07-09 14:22:52 -07:00
2015-10-12 05:15:03 -07:00
2015-07-09 14:22:52 -07:00
2015-04-29 17:10:38 -04:00
2015-07-09 14:22:52 -07:00
2015-05-05 19:50:09 -04:00
2015-11-15 18:36:38 -05:00
2015-06-15 19:49:22 -07:00
2015-08-27 15:42:47 -07:00
2015-10-12 19:28:20 -07:00
2015-09-17 17:18:37 -07:00
2015-10-24 06:54:12 -07:00
2015-10-30 20:51:56 +09:00