mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.9 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/tsa/zebra/40zebra-0.93b-ospfd-olsa.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./ospfd/ospf_vty.c Thu Jul 25 19:06:00 2002
  23. +++ ./ospfd/ospf_vty.c Sat Aug 24 19:37:43 2002
  24. @@ -3764,9 +3764,9 @@
  25. #ifdef HAVE_OPAQUE_LSA
  26. else if (strncmp (argv[0], "opaque-l", 8) == 0)
  27. type = OSPF_OPAQUE_LINK_LSA;
  28. - else if (strncmp (argv[0], "opaque-a", 8) == 0)
  29. + else if (strncmp (argv[0], "opaque-ar", 9) == 0)
  30. type = OSPF_OPAQUE_AREA_LSA;
  31. - else if (strncmp (argv[0], "opaque-e", 8) == 0)
  32. + else if (strncmp (argv[0], "opaque-as", 9) == 0)
  33. type = OSPF_OPAQUE_AS_LSA;
  34. #endif /* HAVE_OPAQUE_LSA */
  35. else
  36. @@ -3888,9 +3888,9 @@
  37. #ifdef HAVE_OPAQUE_LSA
  38. else if (strncmp (argv[0], "opaque-l", 8) == 0)
  39. type = OSPF_OPAQUE_LINK_LSA;
  40. - else if (strncmp (argv[0], "opaque-a", 8) == 0)
  41. + else if (strncmp (argv[0], "opaque-ar", 9) == 0)
  42. type = OSPF_OPAQUE_AREA_LSA;
  43. - else if (strncmp (argv[0], "opaque-e", 8) == 0)
  44. + else if (strncmp (argv[0], "opaque-as", 9) == 0)
  45. type = OSPF_OPAQUE_AS_LSA;
  46. #endif /* HAVE_OPAQUE_LSA */
  47. else