Hi there,
I tried to upload a diff file generated by "svn diff", but I always get the
error "Unable to parse diff revision header ' (revision 6886)'". I checked
the revision of my file with "svn info" and assured that it is correct. I
appended the file I want to upload. Has anyone any suggestions what is
wrong here? I appreciate any help.
--
Want to help the Review Board project? Donate today at
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en
Index: octeon_sdk/se_src/ipsec-gw/config.c
===================================================================
---
/dnd10_ln50_lnd99_lnt30_wn70/tags/FTM_DND10_LN50_LND99_LNT30_WN70_202.00.19/octeon_sdk/se_src/ipsec-gw/config.c
(revision 6886)
+++
/dnd10_ln50_lnd99_lnt30_wn70/branches/reported_changes/fsmr3_teamk_mgr_ml_ppp_block/octeon_sdk/se_src/ipsec-gw/config.c
(revision 6886)
@@ -141,6 +141,10 @@
ipgw_mpls_api (swp);
break;
+ case SE_DRV_CFG_MLPPP:
+ ipgw_mlppp_api (swp);
+ break;
+
case SE_DRV_CFG_TA:
test_adapter_se_config_api (swp);
break;