diff options
| author | Mitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com> | 2017-08-18 17:23:30 -0700 | 
|---|---|---|
| committer | Mitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com> | 2017-08-18 17:33:56 -0700 | 
| commit | 57f7feb64ff6eebbb2e21bd769950b9ac11525ec (patch) | |
| tree | 31fc523818508a5da395e9e4c80d32d379593601 /zebra/zebra_l2.c | |
| parent | 36127a7f9c950ebc04242ad7a0b527b5966e914d (diff) | |
Fix coding style.
Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_l2.c')
| -rw-r--r-- | zebra/zebra_l2.c | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/zebra/zebra_l2.c b/zebra/zebra_l2.c index 7281622e33..3d505857c2 100644 --- a/zebra/zebra_l2.c +++ b/zebra/zebra_l2.c @@ -230,9 +230,10 @@ void zebra_l2if_update_bridge_slave(struct interface *ifp,  		if (zif->zif_type == ZEBRA_IF_VXLAN)  			zebra_vxlan_if_update(ifp, ZEBRA_VXLIF_MASTER_CHANGE);  	} else if (old_bridge_ifindex != IFINDEX_INTERNAL) { -		/* In the case of VxLAN, invoke the handler for EVPN. -		 * Note that this should be done *prior* to unmapping the interface -		 * from the bridge. +		/* +		 * In the case of VxLAN, invoke the handler for EVPN. +		 * Note that this should be done *prior* +		 * to unmapping the interface from the bridge.  		 */  		if (zif->zif_type == ZEBRA_IF_VXLAN)  			zebra_vxlan_if_update(ifp, ZEBRA_VXLIF_MASTER_CHANGE);  | 
