svn commit: r418795 - head/net/quagga/files

Mathieu Arnold mat at FreeBSD.org
Tue Jul 19 14:16:26 UTC 2016


Author: mat
Date: Tue Jul 19 14:16:24 2016
New Revision: 418795
URL: https://svnweb.freebsd.org/changeset/ports/418795

Log:
  Fix the OSPF_NEXTHOP patch.
  
  PR:		210835
  Reported by:	dgilbert eicat ca, miha rylov rambler ru
  Sponsored by:	Absolight

Modified:
  head/net/quagga/files/extra-patch-ospf-nexthop   (contents, props changed)

Modified: head/net/quagga/files/extra-patch-ospf-nexthop
==============================================================================
--- head/net/quagga/files/extra-patch-ospf-nexthop	Tue Jul 19 14:16:15 2016	(r418794)
+++ head/net/quagga/files/extra-patch-ospf-nexthop	Tue Jul 19 14:16:24 2016	(r418795)
@@ -1,4 +1,4 @@
---- ospfd/ospf_asbr.c.orig	2015-03-02 23:50:57 UTC
+--- ospfd/ospf_asbr.c.orig	2016-03-15 23:17:17 UTC
 +++ ospfd/ospf_asbr.c
 @@ -122,6 +122,7 @@ ospf_reset_route_map_set_values (struct 
  {
@@ -8,7 +8,7 @@
  }
  
  int
---- ospfd/ospf_asbr.h.orig	2015-03-02 23:50:57 UTC
+--- ospfd/ospf_asbr.h.orig	2016-03-15 23:17:17 UTC
 +++ ospfd/ospf_asbr.h
 @@ -27,6 +27,7 @@ struct route_map_set_values
  {
@@ -26,9 +26,9 @@
  };
  
  #define OSPF_ASBR_CHECK_DELAY 30
---- ospfd/ospf_lsa.c.orig	2015-03-02 23:50:57 UTC
+--- ospfd/ospf_lsa.c.orig	2016-03-15 23:17:17 UTC
 +++ ospfd/ospf_lsa.c
-@@ -1633,7 +1633,8 @@ ospf_external_lsa_body_set (struct strea
+@@ -1644,7 +1644,8 @@ ospf_external_lsa_body_set (struct strea
    stream_put_ospf_metric (s, mvalue);
    
    /* Get forwarding address to nexthop if on the Connection List, else 0. */
@@ -38,7 +38,7 @@
  
    /* Put forwarding address. */
    stream_put_ipv4 (s, fwd_addr.s_addr);
---- ospfd/ospf_routemap.c.orig	2015-03-02 23:50:57 UTC
+--- ospfd/ospf_routemap.c.orig	2016-03-15 23:17:17 UTC
 +++ ospfd/ospf_routemap.c
 @@ -531,6 +531,62 @@ struct route_map_rule_cmd route_set_metr
    route_set_metric_type_free,
@@ -169,3 +169,14 @@
 +  install_element (RMAP_NODE, &no_set_ip_nexthop_cmd);
 +  install_element (RMAP_NODE, &no_set_ip_nexthop_val_cmd);
  }
+--- vtysh/extract.pl.orig	2016-07-19 14:12:32 UTC
++++ vtysh/extract.pl
+@@ -180,7 +180,7 @@ foreach (@ARGV) {
+     }
+ }
+ 
+-my $bad_cli_stomps = 89;
++my $bad_cli_stomps = 92;
+ # Currently we have $bad_cli_stomps.  This was determined by
+ # running this script and counting up the collisions from what
+ # was returned.


More information about the svn-ports-all mailing list