NEWS
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:63k
源码类别:

网络

开发平台:

Unix_Linux

  1. GNU Zebra is not yet released, so this NEWS is about beta version.
  2. * Changes in zebra-0.95
  3. * Changes in zebra
  4. ** IRDP support is added.
  5. * Changes in ripd
  6. ** Set receive UDP socket buffer to large value.
  7. * Changes in ospfd
  8. ** Fix problem of OpenBSD-3.4 IP header length treatment.
  9. * Changes in ospf6d
  10. ** Area support is added.
  11. * Changes in bgpd
  12. ** Old commands are removed
  13. "show ipv6 summary"
  14. "show ipv6 mbgp summary"
  15. ** New ospf6d implementation is introduced.  This is rewrite of whole
  16.    ospf6d code to make it far much better than old code.
  17. * Changes in vtysh
  18. ** Many bugs and problems are fixed.  All of user of vtysh should
  19.    update to zebra-0.95.
  20. * Changes in zebra-0.94
  21. * Changes in zebra
  22. ** Do not listen other process's netlink message.
  23. * Changes in bgpd
  24. ** "bgp log-neighbor-changes" is added.
  25. ** "set ip next-hop peer-address" is added.
  26. ** Community delete bug is fixed.
  27. ** Fix bug of router-id display
  28. ** Option parameter length bug is fixed.
  29. * Chages in ospfd
  30. ** Point-to-Multipoint support.
  31. ** OSPF MD5 authentication bug is fixed.
  32. ** OSPF NSSA bug is fixed.
  33. ** NSM event schedule bug is fixed.
  34. ** Update Opaque LSA patch.
  35. ** When write queue becomes empty stop write timer.
  36. * Changes in ospf6d
  37. ** Update to the latest Ohara's code.
  38. ** DR election bug is fixed.
  39. ** Update link-local address on interface creation
  40. * Changes in vtysh
  41. ** Update for IPv6 handling
  42. ** Make all protocol DEFUN/ALIAS consistent
  43. * Changes in lib
  44. ** Fix route-map problem
  45. ** Fix vty bug cause daemon crash.
  46. * Changes in zebra-0.93
  47. * Changes in bgpd
  48. ** Configuration is changed to new format.
  49. * Changes in ospfd
  50. ** Crush bugs which reported on Zebra ML is fixed.
  51. ** Opaque LSA and TE LSA support is added by KDD R&D Laboratories,
  52.    Inc.
  53. * Chages in ospf6d
  54. ** Many bugs are fixed.
  55. * Changes in zebra-0.92a
  56. * Changes in bgpd
  57. ** Fix "^$" community list bug.
  58. ** Below command's Address Family specific configurations are added
  59.   nexthop-self
  60.   route-reflector-client
  61.   route-server-client
  62.   soft-reconfiguration inbound
  63. * Changes in zebra
  64. ** Treat kernel type routes as EGP routes.
  65. * Changes in zebra-0.92
  66. ** Overall security is improved.  Default umask is 0077.
  67. * Changes in ripd
  68. ** If output interface is in simple password authentication mode,
  69. substruct one from rtemax.
  70. * Changes in bgpd
  71. ** IPv4 multicast and IPv6 unicast configuration is changed to so
  72. called new config.  All of AFI and SAFI specific configuration is
  73. moved to "address-family" node.  When you have many IPv6 only
  74. configuration, you will see many "no neighbor X:X::X:X activate" line
  75. in your configuration to disable IPv4 unicast NLRI exchange.  In that
  76. case please use "no bgp default ipv4-unicast" command to suppress the
  77. output.  Until zebra-0.93, old config is still left for compatibility.
  78. Old config
  79. ==========
  80. router bgp 7675
  81.  bgp router-id 10.0.0.1
  82.  redistribute connected
  83.  network 192.168.0.0/24
  84.  neighbor 10.0.0.2 remote-as 7675
  85.  ipv6 bgp network 3ffe:506::/33
  86.  ipv6 bgp network 3ffe:1800:e800::/40
  87.  ipv6 bgp aggregate-address 3ffe:506::/32
  88.  ipv6 bgp redistribute connected
  89.  ipv6 bgp neighbor 3ffe:506:1000::2 remote-as 1
  90. New config
  91. ==========
  92. router bgp 7675
  93.  bgp router-id 10.0.0.1
  94.  network 192.168.0.0/24
  95.  redistribute connected
  96.  neighbor 10.0.0.2 remote-as 7675
  97.  neighbor 3ffe:506:1000::2 remote-as 1
  98.  no neighbor 3ffe:506:1000::2 activate
  99. !
  100.  address-family ipv6
  101.   network 3ffe:506::/33
  102.   network 3ffe:1800:e800::/40
  103.   aggregate-address 3ffe:506::/32
  104.   redistribute connected
  105.   neighbor 3ffe:506:1000::2 activate
  106.  exit-address-family
  107. * Changes in ospfd
  108. ** Internal interface treatment is changed.  Now ospfd can handle
  109. multiple IP address for an interface.
  110. ** Redistribution of loopback interface's address works fine.
  111. * Changes in zebra-0.91
  112. ** --enable-oldrib configure option is removed.
  113. ** HAVE_IF_PSEUDO part is removed.  Same feature is now supported by
  114. default.
  115. * Changes in ripd
  116. ** When redistributed route is withdrawn, perform poisoned reverse.
  117. * Changes in zebra
  118. ** When interface's address is removed, kernel route pointing out to
  119. the address is removed.
  120. ** IPv6 RIB is now based upon new RIB code.
  121. ** zebra can handle same connected route to one interface.
  122. ** New command for interface address.  Currently this commands are
  123. only supported on GNU/Linux with netlink interface.
  124. "ip address A.B.C.D secondary"
  125. "ip address A.B.C.D label LABEL"
  126. * Changes in bgpd
  127. ** BGP flap dampening bugs are fixed.
  128. ** BGP non-blocking TCP connection bug is fixed.
  129. ** "show ip bgp summary" shows AS path and community entry number.
  130. ** New commands have been added.
  131.   "show ip bgp cidr-only"
  132.   "show ip bgp ipv4 (unicast|multicast) cidr-only"
  133.   "show ip bgp A.B.C.D/M longer-prefixes"
  134.   "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M longer-prefixes"
  135.   "show ipv6 bgp X:X::X:X/M longer-prefixes"
  136.   "show ipv6 mbgp X:X::X:X/M longer-prefixes"
  137. ** IPv6 IBGP nexthop change is monitored.
  138. ** Unknown transitive attribute is passed with partial flag bit on.
  139. * Changes in ospfd
  140. ** Fix bug of LSA MaxAge flood.
  141. ** Fix bug of NSSA codes.
  142. * Changes in zebra-0.90
  143. ** From this beta release, --enable-unixdomain and --enable-newrib
  144. becomes default.  So both options are removed from configure.in.  To
  145. revert old behavior please specify below option.
  146. --enable-tcp-zebra # TCP/IP socket is used for protocol daemon and zebra.
  147. --enable-oldrib    # Turn on old RIB implementation.
  148. Old RIB implementation will be removed in zebra-0.91.
  149. ** From this beta release --enable-multipath is supported.  This
  150. option is only effective on GNU/Linux kernel with
  151. CONFIG_IP_ADVANCED_ROUTER and CONFIG_IP_ROUTE_MULTIPATH is set.
  152. --enable-multipath=ARG  # ARG must be digit.  When ARG is 0 unlimit multipath number.
  153. ** From this release we do not include guile files.
  154. * Changes in lib
  155. ** newlist.[ch] is merged with linklist.[ch].
  156. ** Now Zebra works on MacOS X public beta.
  157. ** Access-list can have remark.  "access-list WORD remark LINE" define
  158. remark for specified access-list.
  159. ** Key of key-chain is sorted by it's idetifier value.
  160. ** prefix-list rule is slightly changed.  The rule of "len <= ge-value
  161. <= le-value" is changed to "len < ge-value <= le-value".
  162. ** According to above prefix-list rule change, add automatic
  163. conversion function of an old rule. ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8
  164. le 32
  165. ** SMUX can handle SNMP trap.
  166. ** In our event library, event thread is executed before any other
  167. thread like timer, read and write event.
  168. ** Robust method for writing configuration file and recover from
  169. backing up config file.
  170. ** Display "end" at the end of configuration.
  171. ** Fix memory leak in vtysh_read().
  172. ** Fix memroy leak about access-list and prefix-list name.
  173. * Changes in zebra
  174. ** UNIX domain socket server of zebra protocol is added.
  175. ** Fix PointoPoint interface network bug.  The destination network
  176. should be installed into routing table instead of local network.
  177. ** Metric value is reflected to kernel routing table.
  178. ** "show ip route" display uptime of RIP,OSPF,BGP routes.
  179. ** New RIB implementation is added.
  180. Now we have enhanced RIB (routing information base) implementation in
  181. zebra.  New RIB has many new features and fixed some bugs which exist
  182. in old RIB code.
  183. *** Static route with distance value
  184.     Static route can be specified with administrative distance.  The
  185.   distance value 255 means it is not installed into the kernel.
  186.   Default value of distance for static route is 1.
  187.   
  188.     ip route A.B.C.D/M A.B.C.D <1-255>
  189.     ip route A.B.C.D/M IFNAME <1-255>
  190.   
  191.     If the least distance value's route's nexthop are unreachable,
  192.   select the least distance value route which has reachable nexthop is
  193.   selected.
  194.   
  195.     ip route 0.0.0.0/0 10.0.0.1
  196.     ip route 0.0.0.0/0 11.0.0.1 2
  197.   
  198.     In this case, when 10.0.0.1 is unreachable and 11.0.0.1 is
  199.   reachable.  The route with nexthop 11.0.0.1 will be installed into
  200.   forwarding table.
  201.   
  202.     zebra> show ip route
  203.     S>* 0.0.0.0/0 [2/0] via 11.0.0.1
  204.     S   0.0.0.0/0 [1/0] via 10.0.0.1 inactive
  205.   
  206.     If the nexthop is unreachable "inactive" is displayed.  You can
  207.   specify any string to IFNAME.  There is no need of the interface is
  208.   there when you configure the route.
  209.   
  210.     ip route 1.1.1.1/32 ppp0
  211.   
  212.   When ppp0 comes up, the route is installed properly.
  213. *** Multiple nexthop routes for one prefix
  214.     Multiple nexthop routes can be specified for one prefix.  Even the
  215.   kernel support only one nexthop for one prefix user can configure
  216.   multiple nexthop.
  217.   
  218.     When you configure routes like below, prefix 10.0.0.1 has three
  219.   nexthop.
  220.   
  221.     ip route 10.0.0.1/32 10.0.0.2
  222.     ip route 10.0.0.1/32 10.0.0.3
  223.     ip route 10.0.0.1/32 eth0
  224.   
  225.     If there is no route to 10.0.0.2 and 10.0.0.3.  And interface eth0
  226.     is reachable, then the last route is installed into the kernel.
  227.   
  228.     zebra> show ip route
  229.     S>  10.0.0.1/32 [1/0] via 10.0.0.2 inactive
  230.                           via 10.0.0.3 inactive
  231.       *                   is directly connected, eth0
  232.   
  233.     '*' means this nexthop is installed into the kernel. 
  234. *** Multipath (more than one nexthop for one prefix) can be installed into the kernel.
  235.     When the kernel support multipath, zebra can install multipath
  236.   routes into the kernel.  Before doing that please make it sure that
  237.   setting --enable-multipath=ARG to configure script.  ARG must be digit
  238.   value.  When specify 0 to ARG, there is no limitation of the number
  239.   of the multipath.  Currently only GNU/Linux with netlink interface is
  240.   supported.
  241.   
  242.     ip route 10.0.0.1/32 10.0.0.2
  243.     ip route 10.0.0.1/32 10.0.0.3
  244.     ip route 10.0.0.1/32 eth0
  245.   
  246.     zebra> show ip route
  247.     S>* 10.0.0.1/32 [1/0] via 10.0.0.2
  248.       *                   via 10.0.0.3
  249.                           is directly connected, eth0
  250. *** Kernel message delete installed route.
  251.     After zebra install static or dynamic route into the kernel.
  252.   
  253.     R>* 0.0.0.0/0 [120/3] via 10.0.0.1
  254.   
  255.     If you delete this route outside zebra, old zebra does not reinstall
  256.   route again.  Now the route is re-processed and properly reinstall the
  257.   static or dynamic route into the kernel.
  258. ** GNU/Linux netlink socket handling is improved to fix race condition
  259. between kernel message and user command responce.
  260. * Changes in bgpd
  261. ** Add show neighbor's routes command.
  262.   "show ip bgp neighbors (A.B.C.D|X:X::X:X) routes"
  263.   "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) routes"
  264.   "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) routes"
  265.   "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) routes"
  266. ** BGP passive peer support problem is fixed.
  267. ** Redistributed IGP nexthop is passed to BGP nexthop.
  268. ** On multiaccess media, if the nexthop is reachable nexthop is passed
  269. as it is.
  270. ** Remove zebra-0.88 compatibility commands.
  271.   "match ip prefix-list WORD"
  272.   "match ipv6 prefix-list WORD"
  273.   Instead of above please use below commands.
  274.   "match ip address prefix-list WORD"
  275.   "match ipv6 address prefix-list WORD"
  276. ** Fix bug of holdtimer is not reset when bgp cleared.
  277. ** "show ip bgp summary" display peer establish/drop count.
  278. ** Change "match ip next-hop" argument from IP address to access-list
  279. name.
  280. ** When "bgp enforce-first-as" is enabled, check EBGP peer's update
  281. has it's AS number in the first AS number in AS sequence.
  282. ** New route-map command "set community-delete COMMUNITY-LIST" is
  283. added.  Community matched the CoMMUNITY-LIST is removed from the
  284. community.
  285. ** BGP-MIB implementation is finished.
  286. ** When BGP connection comes from unconfigured IP address, close
  287. socket immediately.
  288. ** Do not compare router ID when the routes comes from EBGP peer.
  289. When originator ID is same, take shorter cluster-list route.  If
  290. cluster-list is same take smaller IP address neighbor's route.
  291. ** Add "bgp bestpath as-path ignore" command.  When this option is
  292. set, do not concider AS path length when route selection.
  293. ** Add "bgp bestpath compare-routerid".  When this option is set,
  294. compare router ID when the routes comes from EBGP peer.
  295. ** Add "bgp deterministic-med" process.
  296. ** BGP flap dampening feature is added.
  297. ** When IBGP nexthop is changed, it is reflected to RIB.
  298. ** Change "neighbor route-refresh" command to "neighbor capability
  299. route-refresh".
  300. * Changes in ripd
  301. ** Change "match ip next-hop" argument from IP address to access-list
  302. name.
  303. ** "no ip rip (send|receive)" command accept version number argument.
  304. ** Memory leak related classfull network generation is fixed.
  305. ** When a route is in garbage collection process (invalid with metric
  306. 16) and a router receives the same route with valid metric then route
  307. was not installed into zebra rib, but only into ripd rib. Moreover ,
  308. it will never get into zebra rib, because ripd wrongly assumes it's
  309. already there.
  310. * Change in ospfd
  311. ** Fix bug of refreshing default route.
  312. ** --enable-nssa turn on undergoing NSSA feature.
  313. ** Fix bug of Hello packet's option is not properly set when interface
  314. comes up.
  315. ** Reduce unconditional logging.
  316. ** Add nexthop to OSPF path only when it is not there.
  317. ** When there is no DR on network (suppose you have only one router
  318. with interface priority 0). It's router LSA does not contain the link
  319. information about this network.
  320. ** When you change a priority of interface from/to 0
  321. ISM_NeighborChange event should be scheduled in order to elect new
  322. DR/BDR on the network.
  323. ** When we add some LSA into retransmit list we need to check whether
  324. the present old LSA in retransmit list is not more recent than the new
  325. one.
  326. ** In states Loading and Full the slave must resend its last Database
  327. Description packet in response to duplicate Database Description
  328. packets received from the master.  For this reason the slave must wait
  329. RouterDeadInterval seconds before freeing the last Database
  330. Description packet. Reception of a Database Description packet from
  331. the master after this interval will generate a SeqNumberMismatch
  332. neighbor event. RFC2328 Section 10.8
  333. ** Virtual link can not configured in stub area.
  334. ** Clear a ls_upd_queue queue of the interface when interface goes
  335. down.
  336. ** "no router ospf" unregister redistribution requests from zebra.
  337. ** New command for virtual-link configuration is added.
  338.   "area A.B.C.D virtual-link A.B.C.D"
  339.   "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535>"
  340.   "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535> authentication-key AUTH_KEY"
  341.   "area A.B.C.D virtual-link A.B.C.D authentication-key AUTH_KEY"
  342.   "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535> message-digest-key <1-255> md5 KEY"
  343.   "area A.B.C.D virtual-link A.B.C.D message-digest-key <1-255> md5 KEY"
  344. ** Clear cryptographic sequence number when neighbor status is changed
  345. to NSM down.
  346. ** Make Summary LSA's origination and refreshment as same as other
  347. type of LSA.
  348. ** New OSPF pakcet read method. Now maximum packet length may be 65535
  349. bytes (maximum IP packet length).
  350. ** Checking the age of the found LSA and if the LSA is MAXAGE we
  351. should call refresh instead of originate.
  352. ** Install multipath information to zebra.
  353. ** Fix socket descriptor leak when system call failed.
  354. * Changes in ospf6d
  355. ** Whole functionality has been rewritten as new code. new command
  356. "show ipv6 ospf6 spf node", "show ipv6 ospf6 spf tree", "show ipv6
  357. ospf6 spf table" has been added.
  358. ** Change to do not send garbage route whose nexthop is not linklocal
  359. address.
  360. ** "redistribute ospf6" was generated in "router ospf6" in config
  361. file. It is fixed.
  362. ** LSDB sync bug is fixed.
  363. ** Fix bug of using unavailable route.
  364. * Changes in vtysh
  365. ** route-map and access-list configuration is merged into one
  366. configuration.
  367. ** /usr/local/etc/Zebra.conf is integrated configuration file.  "write
  368. memory" in vtysh will write whole configuration to this file.
  369. ** When -b option is specified to vtysh, vtysh read
  370. /usr/local/etc/Zebra.conf file then pass the confuguration to proper
  371. protocol daemon.  So make all protocol daemon's configuration file
  372. empty then invoke all daemon.  After that vtysh -b will setup saved
  373. configuration.
  374. zebrastart.sh
  375. =============
  376. /usr/local/sbin/zebra -d
  377. /usr/local/sbin/ripd -d
  378. /usr/local/sbin/ospfd -d
  379. /usr/local/sbin/bgpd -d
  380. /usr/local/bin/vtysh -b
  381. * Changes in zebra-0.89
  382. * Changes in lib
  383. ** distribute-list can set all interface's access-list and prefix-list
  384. configuration.
  385. * Changes in ripd
  386. ** "show ip protocols" display proper distribute-list settings and
  387. distance settings.
  388. ** When metric infinity route received withdraw the route from kernel
  389. immediately it used to be wait garbage collection.
  390. ** key-chain can be used for simple password authentication.
  391. ** RIPv2 MIB getnext interface bug is fixed.
  392. * Changes in vtysh
  393. ** --with-libpam enable PAM authentication for vtysh.
  394. ** Now vtysh read vtysh.conf.  This file should be
  395. ${SYSCONFDIR}/etc/vtysh.conf for security reason.  Usually it is
  396. /usr/local/etc/vtysh.conf.
  397. ** "username WORD nopassword" command is added to vtysh.
  398. * Chagees in ospfd
  399. ** NBMA interface support is added.
  400. ** OSPF area is sorted by area ID.
  401. ** New implementation of OSPF refreesh.
  402. ** OSPF-MIB read function is partly added.
  403. * Changes in bgpd
  404. ** When the peering is done by ebgp-multihop, nexthop is looked up
  405. like IBGP routes.
  406. ** "show ip mbgp" commands are changed to "show ip bgp ipv4
  407. multicast".
  408. ** New terminal commands are added.
  409.   "show ip bgp ipv4 (unicast|multicast) filter-list WORD"
  410.   "show ip bgp ipv4 (unicast|multicast) community"
  411.   "show ip bgp ipv4 (unicast|multicast) community-list WORD"
  412.   "show ip bgp ipv4 (unicast|multicast) community-list WORD exact-match"
  413. ** MBGP soft-reconfiguration command is added.
  414.   "clear ip bgp x.x.x.x ipv4 (unicast|multicast) in"
  415.   "clear ip bgp x.x.x.x ipv4 (unicast|multicast) out"
  416.   "clear ip bgp x.x.x.x ipv4 (unicast|multicast) soft"
  417.   "clear ip bgp <1-65535> ipv4 (unicast|multicast) in"
  418.   "clear ip bgp <1-65535> ipv4 (unicast|multicast) out"
  419.   "clear ip bgp <1-65535> ipv4 (unicast|multicast) soft"
  420.   "clear ip bgp * ipv4 (unicast|multicast) in"
  421.   "clear ip bgp * ipv4 (unicast|multicast) out"
  422.   "clear ip bgp * ipv4 (unicast|multicast) soft"
  423. ** MED related commands are added.
  424.   "bgp deterministic-med"
  425.   "bgp bestpath med confed"
  426.   "bgp bestpath med missing-as-worst"
  427. ** "bgp default local-preference" command is added.
  428. ** BGP confederation peer's routes are passed to zebra like IBGP route.
  429. ** Community match command is added.
  430.   "show ip bgp community <val>"
  431.   "show ip bgp community <val> exact-match"
  432. ** EBGP multihop route treatment bug is fixed.  Now nexthop is
  433. resolved by IGP routes.
  434. ** Some commands are added to show routes by filter-list and community
  435. value.
  436.   "show ip bgp ipv4 (unicast|multicast) filter-list WORD"
  437.   "show ip bgp ipv4 (unicast|multicast) community"
  438.   "show ip bgp ipv4 (unicast|multicast) community-list WORD"
  439.   "show ip bgp ipv4 (unicast|multicast) community-list WORD exact-match"
  440. * Changes in zebra
  441. ** zebra read interface's address information using getifaddrs() when
  442. it is available.
  443. ** Reflect IPv6 interface's address change to protocol daemons.
  444. * Changes in zebra-0.88
  445. * Changes in lib
  446. ** "exact-match" option is added to "access-list" and "ipv6
  447. access-list" command.  If this option is specified, the prefix and
  448. prefix length is compared as exact match mode.
  449. * Changes in zebra
  450. ** New Zebra message ZEBRA_REDISTRIBUTE_DEFAULT_ADD and
  451. ZEBRA_REDISTRIBUTE_DEFAULT_DELTE are added.
  452. ** Default administrative distance value is changed.
  453.             Old         New
  454. ------------------------------------------
  455. system      10           0
  456. kernel      20           0
  457. connected   30           0
  458. static      40           1
  459. rip         50         120
  460. ripng       50         120
  461. ospf        60         110
  462. ospf6       49         110
  463. bgp         70         200(iBGP)  20(eBGP)
  464. ------------------------------------------
  465. ** Distance value can be passed from protocol daemon to zebra.
  466. ** "show ip route" shows [metric/distance] value pair.
  467. ** Zebra Protocol is changed to support multi-path route and distance
  468. value.
  469. * Changes in ospfd
  470. ** "default-information originate [always]" command is added.
  471. ** "default-metric <0-16777214>" command is added.
  472. ** "show ip ospf database" command is integrated.  LS-ID and AdvRouter can
  473.    be specifed.  The commands are
  474.    show ip ospf database TYPE LS-ID
  475.    show ip ospf database TYPE LS-ID ADV-ROUTER
  476.    show ip ospf database TYPE LS-ID self-originate
  477.    show ip ospf database TYPE self-originate
  478. ** route-map support for `redistribute' command are added.
  479.    Supported `match' statements are
  480.    match interface
  481.    match ip address
  482.    match next-hop
  483.    Supported `set' statements are
  484.    set metric
  485.    set metric-type
  486. ** Pass OSPF metric value to zebra daemon.
  487. * Changes in ripd
  488. ** When specified route-map does not exist, it means all deny.
  489. ** "default-metric <1-16>" command is added.
  490. ** "offset-list ACCESS-LIST-NAME <0-16>" and "offset-list
  491. ACCESS-LIST-NAME <0-16> IFNAME" commands are added.
  492. ** "redistribute ROUTE-TYPE metric <0-16>" command is added.
  493. ** "default-information originate" command is added.
  494. ** "ip split-horizon" and "no ip split-horizon" is added to interface
  495. configuration.
  496. ** "no router rip" command is added.
  497. ** "ip rip authentication mode (md5|text)" is added to interface
  498. configuration.
  499. ** "ip rip authentication key-chain KEY-CHAIN" is added to interface
  500. configuration.
  501. ** Pass RIP metric value to zebra daemon.
  502. ** Distance manipulation functions are added.
  503. * Changes in bgpd
  504. ** Fix bug of next hop treatment for MPLS-VPN route exchange.
  505. ** BGP peer MIB is updated.
  506. ** Aggregated route has origin IGP, atomic-aggregate and proper
  507. aggregator attribute.
  508. ** Suppressed route now installed into BGP table.  It is only
  509. suppressed from announcement.
  510. ** BGP router-id is properly set after "no router bgp ASN" and "router
  511. bgp ASN".
  512. ** Add check for nexthop is accessible or not for IBGP routes.
  513. ** Add cehck for nexthop is on connected or not for EBGP routes.
  514. ** "dump bgp route" command is changed to "dump bgp route-mrt" for
  515. generating MRT compatible dump output.
  516. ** Soft reconfiguration inbound and outbound is supported.
  517. ** Route refresh feature is supported.
  518. * Changes in vtysh
  519. ** VTY shell is now included into the distribution.
  520. * Changes in zebra-0.87
  521. * Changes in lib
  522. ** "show startup-config" command is added.
  523. ** "show history" command is added.
  524. ** Memory statistics command is changed.  New command
  525.    show memory all
  526.    show memory lib
  527.    show memory rip
  528.    show memory ospf
  529.    show memory bgp
  530. are added.
  531. ** Filters can be removed only specify it's name.  New command
  532.    no access-list NAME
  533.    no ip community-list NAME
  534.    no ip as-path access-list NAME
  535.    no route-map NAME
  536. are added.
  537. ** At any node, user can view/save user configuration.
  538.    write terminal
  539.    write file
  540.    wirte memory
  541. are added to every node in default.
  542. ** LCD completion is added.  For example both "ip" and "ipv6" command
  543. are exist, "i" then press TAB will be expanded to "ip".
  544. * Changes in bgpd
  545. ** "show ip bgp" family shows total number of prefixes.
  546. ** "no bgp default ipv4-unicast" command is added.
  547. ** Extended Communities support is added.
  548. ** "no neighbor PEER send-community extended" command is added.
  549. ** MPLS-VPN PE-RR support is added.
  550.  New address family vpnv4 unicast is introduced.
  551.   !
  552.   address-family vpnv4 unicast
  553.    neighobr PEER activate
  554.    network A.B.C.D rd RD tag TAG
  555.   exit-address-family
  556.   !
  557.  To make it route-reflector, please configure it under normal router
  558. bgp ASN.
  559.   !
  560.   router bgp 7675
  561.    no bgp default ipv4-unicast
  562.    bgp router-id 10.0.0.100
  563.    bgp cluster-id 10.0.0.100
  564.    neighbor 10.0.0.1 remote-as 65535
  565.    neighbor 10.0.0.1 route-reflector-client
  566.    neighbor 10.0.0.2 remote-as 65535
  567.    neighbor 10.0.0.2 route-reflector-client
  568.    neighbor 10.0.0.3 remote-as 65535
  569.    neighbor 10.0.0.3 route-reflector-client
  570.   !
  571.   address-family vpnv4 unicast
  572.    neighbor 10.0.0.1 activate
  573.    neighbor 10.0.0.2 activate
  574.    neighbor 10.0.0.3 activate
  575.   exit-address-family
  576.   !
  577. * Changes in ospfd
  578. ** Many many bugs are fixed.
  579. * Changes in ripd
  580. ** Better interface up/down event handle.
  581. * Changes in zebra
  582. ** Better interface up/down event handle.
  583. * Changes in zebra-0.86
  584. * Changes in lib
  585. ** Fix bug of exec-timeout command which may cause crush.
  586. ** Multiple same policy for "access-list", "ip prefix-list, "as-path
  587. access-list", "ip community-list" is not duplicated.
  588. ** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >=
  589. M.  Now default behavior is exact match so it only match routes which
  590. mask == M.
  591. * Changes in bgpd
  592. ** "match ip address prefix-list" is added to route-map.
  593. ** A route without local preference is evaluated as 100 local preference.
  594. ** Select smaller router-id route when other values are same.
  595. ** Compare MED only both routes comes from same neighboring AS.
  596. ** "bgp always-compare-med" command is added.
  597. ** Now MED value is passed to IBGP peer.
  598. ** When neighbor's filter is configured with non-existent access-list,
  599. as-path access-list, ip prefix-list, route-map.  The behavior is
  600. changed from all permit to all deny.
  601. * Changes in ospfd
  602. ** Fix bug of external route tag byte order.
  603. ** OSPF Neighbor deletion bug which cause crush is fixed.
  604. ** Some route calculation bug are fixed.
  605. ** Add sanity check with router routing table.
  606. ** Fix bug of memory leak about linklist.
  607. ** Fix bug of 1-WayReceived in NSM.
  608. ** Take care of BIGENDIAN architecture.
  609. ** Fix bug of NSM state flapping between ExStart and Exchange.
  610. ** Fix bug of Network-LSA originated in stub network.
  611. ** Fix bug of MS flag unset.
  612. ** Add to schedule router_lsa origination when the interface cost
  613. changes.
  614. ** Increment LS age by configured interface transmit_delay.
  615. ** distribute-list is reimplemented.
  616. ** Fix bug of refresh never occurs.
  617. ** Fix bug of summary-LSAs reorigination.  Correctly copy
  618. OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd.
  619. ** Fix bug of re-origination when a neighbor disappears.
  620. ** Fix bug of segmentation fault with DD retransmission.
  621. ** Fix network-LSA re-origination problem.
  622. ** Fix problem of remaining withdrawn routes on zebra.
  623. * Changes in ripd
  624. ** Do not leave from multicast group when interface goes down bug is
  625. fixed.
  626. * Changes in zebra
  627. ** Remove client structure when client dies.
  628. ** Take care static route when interface goes up/down.
  629. * Changes in zebra-0.85
  630. * Changes in bgpd
  631. ** "transparent-nexthop" and "transparenet-as" commands are added.
  632. ** Route reflector's originator-id bug is fixed.
  633. * Changes in ospfd
  634. ** Fix bug of OSPF LSA memory leak.
  635. ** Fix bug of OSPF external route memory leak.
  636. ** AS-external-LSA origination bug was fixed.
  637. ** LS request treatment is completely rewritten.  Now performance is
  638. drastically improved.
  639. * Changes in ripd
  640. ** RIPv1 update is done by class-full manner.
  641. * Changes in zebra-0.84b
  642. * Changes in lib
  643. ** Fix bug of inet_pton return value handling
  644. * Changes in bgpd
  645. ** Fix bug of BGP-4+ link-local address nexthop check for IBGP peer.
  646. ** Don't allocate whole buffer for displaying "show ip bgp".  Now it
  647. consume only one screen size memory.
  648. * Changes in ripd
  649. ** Fix debug output string.
  650. ** Add RIP peer handling.  RIP peer are shown by "show ip protocols".
  651. * Changes in zebra-0.84a
  652. * Changes in bgpd
  653. ** Fix serious bug of BGP-4+ peering under IPv6 link-local address.
  654.    Due to the bug BGP-4+ peering may not be established.
  655. * Changes in zebra-0.84
  656. * Changes in lib
  657. ** IPv6 address and prefix parser is added to VTY by Toshiaki Takada
  658.    <takada@zebra.org>.  DEFUN string is "X:X::X:X" for IPv6 address,
  659.    "X:X::X:X/M" for IPv6 prefix.  You can use it like this.
  660.    DEFUN (func, cmd, "neighbor (A.B.C.D|X:X::X:X) remote-as <1-65535>")
  661. ** VTY configuration is locked during configuration.  This is for
  662.    avoiding unconditional crush from two terminals modify the
  663.    configuration at the same time.  "who" command shows which termnal
  664.    lock the configuration.  VTY which has '*' character at the head of
  665.    line is locking the configuration.
  666. ** Old logging functions are removed.  Functions like
  667.    log_open,log_close,openlog are deleted.  Instead of that please use
  668.    zlog_* functions.  zvlog_* used in ospf6d are deleted also.
  669. ** "terminal monitor" command is added.  "no terminal monitor" is for
  670.    disabling.  This command simply display logging information to the
  671.    VTY.
  672. ** dropline.[ch] files are deleted.
  673. * Changes in bgpd
  674. ** BGP neighbor configuration are sorted by it's IP address.
  675. ** BGP peer configuration and actual peer is separated.  This is
  676.    preparation for Route Server support.
  677. ** "no neighbor PEER" command is added. You can delete neighbor
  678.    without specifying AS number.
  679. ** "no neighbor ebgp-multihop" command is added.
  680. ** "no neighbor port PORT" command is added.
  681. ** To conform RFC1771, "neighbor PEER send-community" is default
  682.    behavior.  If you want to disable sending community attribute,
  683.    please specify "no neighbor PEER send-community" to the peer.
  684. ** "neighbor maximum-prefix NUMBER" command is added.
  685. ** Multi-protocol extention NLRI is proceeded only when the peer is
  686.    configured proper Address Family and Subsequent Address Family.  If
  687.    not, those NLRI are simply ignored.
  688. ** Aggregate-address support is improved.  Currently below commands
  689.    works.
  690.   "aggregate-address"
  691.   "aggregate-address summary-only"
  692.   "no aggregate-address"
  693.   "no aggregate-address summary-only"
  694.   "ipv6 bgp aggregate-address"
  695.   "ipv6 bgp aggregate-address summary-only"
  696.   "no ipv6 bgp aggregate-address"
  697.   "no ipv6 bgp aggregate-address summary-only"
  698. ** redistribute route-map bug is fixed.
  699. ** MBGP support becomes default.  "configure" option --enable-mbgp is
  700.    removed.
  701. ** New command "neighbor PEER timers connect <1-65535>" is added.
  702. ** New command "neighbor PEER override-capability" is added.
  703. ** New command "show ip bgp neighbor A.B.C.D advertised-route" is added.
  704. ** New command "show ip bgp neighbor A.B.C.D routes" is added.  To use
  705.    this command, you have to configure neighbor with
  706.    "neighbor A.B.C.D soft-reconfiguration inbound" beforehand.
  707.    
  708. * Changes in zebra-0.83
  709. * bgpd
  710. ** Serious bug fix about fetching global and link-local address at the
  711. same time.  Due to this bug, corrupted IPv6 prefix is generated.  If
  712. you uses bgpd for BGP-4+ please update to this version.  The bug is
  713. introduced in zebra-0.82.
  714. ** When bgpd send Notify message, don't use thread manager.  It is now
  715. send to neighbor immediately.
  716. * Changes in zebra-0.82
  717. ** Solaris 2.6 support is added by Michael Handler
  718. <handler@sub-rosa.com>.
  719. ** MBGP support is added by Robert Olsson <Robert.Olsson@data.slu.se>.
  720. Please specify --enable-mbgp to configure script.  This option will be
  721. removed in the future and MBGP support will be default.
  722. * Changes in zebra
  723. ** When interface goes down, withdraw connected routes from routing
  724. table.  When interface goes up, restore the routes to the routing
  725. table.
  726. ** `show interface' show interface's statistics on Linux and BSD with
  727. routing socket.
  728. ** Now zebra can get MTU value on BSDI/OS.
  729. * Changes in bgpd
  730. ** Add capability option support based upon
  731. draft-ietf-idr-bgp4-cap-neg-04.txt.
  732. ** Add `show ipv6 bgp prefix-list' command.
  733. ** Check self AS appeared in received routes.
  734. ** redistribute route-map support is added.
  735. ** BGP packet dump feature compatible with MRT.
  736. * Changes in ripd
  737. ** Fix bug of `timers basic' command's argument format.
  738. * Changes in ripngd
  739. ** Calculate max RTE using interface's MTU value.
  740. * Changes in ospfd
  741. ** Some correction to LSU processing.
  742. ** Add check for lsa->refresh_list.
  743. * Changes in ospf6d
  744. ** Many debug feature is added.
  745. * Changes in zebra-0.81
  746. ** SNMP support is disabled in default.--enable-snmp option is added
  747. to configure script.
  748. * Changes in bgpd
  749. ** Fix FSM bug which introduced in zebra-0.80.
  750. * Changes in zebra-0.80
  751. * access-list
  752.   New access-list name space `ipv6 access-list' is added.  At the same
  753.   time, `access-list' statemant only accepts IPv4 prefix.  Please be
  754.   careful if you use IPv6 filtering.  You will need to change your
  755.   configuration.  For IPv6 filtering please use `ipv6 access-list'.
  756.   
  757.   As of zebra-0.7x, user can use `access-list' for both IPv4 and IPv6
  758.   filtering.
  759.   
  760.   ! zebra-0.7x
  761.   access-list DML-net permit 203.181.89.0/24
  762.   access-list DML-net permit 3ffe:506::0/32
  763.   access-list DML-net deny any
  764.   !
  765.   
  766.   Above configuration is not valid for zebra-08x.  Please add `ipv6'
  767.   before 'access-list' when you configure IPv6 filtering.
  768.   
  769.   ! zebra-0.8x
  770.   access-list DML-net permit 203.181.89.0/24
  771.   access-list DML-net deny any
  772.   !
  773.   ipv6 access-list DML-net permit 3ffe:506::0/32
  774.   ipv6 access-list DML-net deny any
  775.   !
  776. * prefix-list
  777.   And also new prefix-list name space `ipv6 prefix-list' is added.  It
  778.   is the same as the change of `access-list'. `ip prefix-list' now only
  779.   accept IPv4 prefix.  It was source of confusion that `ip prefix-list'
  780.   can be used both IPv4 and IPv6 filtering.  Now name space is separated
  781.   to clear the meaning of the filter.
  782.   
  783.   If you use `ip prefix-list' for IPv6 filtering, please change the
  784.   stetement.
  785.   
  786.   ! zebra-0.7x
  787.   ip prefix-list 6bone-filter seq 5 permit 3ffe::/17 le 24 ge 24
  788.   ip prefix-list 6bone-filter seq 10 permit 3ffe:8000::/17 le 28 ge 28
  789.   ip prefix-list 6bone-filter seq 12 deny 3ffe::/16
  790.   ip prefix-list 6bone-filter seq 15 permit 2000::/3 le 16 ge 16
  791.   ip prefix-list 6bone-filter seq 20 permit 2001::/16 le 35 ge 35
  792.   ip prefix-list 6bone-filter seq 30 deny any
  793.   !
  794.   
  795.   Now user can explicitly configure it as IPv6 prefix-list.
  796.   
  797.   ! zebra-0.8x
  798.   ipv6 prefix-list 6bone-filter seq 5 permit 3ffe::/17 le 24 ge 24
  799.   ipv6 prefix-list 6bone-filter seq 10 permit 3ffe:8000::/17 le 28 ge 28
  800.   ipv6 prefix-list 6bone-filter seq 12 deny 3ffe::/16
  801.   ipv6 prefix-list 6bone-filter seq 15 permit 2000::/3 le 16 ge 16
  802.   ipv6 prefix-list 6bone-filter seq 20 permit 2001::/16 le 35 ge 35
  803.   ipv6 prefix-list 6bone-filter seq 30 deny any
  804.   !
  805. * RIP configuration
  806.   If you want to filter only default route (0.0.0.0/0) and permit other
  807.   routes, it was hard to do that.  Now `ip prefix-list' can be used for
  808.   RIP route filtering.
  809.   
  810.   New statement:
  811.   
  812.   `distribute-list prefix PLIST_NAME (in|out) IFNAME'
  813.   
  814.   is added to ripd.  So you can configure on eth0 interface accept all
  815.   routes other than default routes.
  816.   
  817.   !
  818.   router rip
  819.    distribute-list prefix filter-default in eth0
  820.   !
  821.   ip prefix-list filter-default deny 0.0.0.0/0 le 0
  822.   ip prefix-list filter-default permit any
  823.   !
  824. * RIPng configuration
  825.   Same change is done for ripngd.  You can use `ipv6 prefix-list' for
  826.   filtering.
  827.   
  828.   !
  829.   router ripng
  830.    distribute-list prefix filter-default in eth0
  831.   !
  832.   ipv6 prefix-list filter-default deny ::/0 le 0
  833.   ipv6 prefix-list filter-default permit any
  834.   !
  835. * BGP configuration
  836.   So far, Multiprotocol Extensions for BGP-4 (RFC2283) configuration is
  837.   done with traditional IPv4 peering statement like blow.
  838.   
  839.   !
  840.   router bgp 7675
  841.    neighbor 3ffe:506::1 remote-as 2500
  842.    neighbor 3ffe:506::1 prefix-list 6bone-filter out
  843.   !
  844.   
  845.   For separating configuration IPv4 and IPv6, and for retaining Cisco
  846.   configuration compatibility, now IPv6 configuration is done by IPv6
  847.   specific statement.  IPv6 BGP configuration is done by statement which
  848.   start from `ipv6 bgp'.
  849.   
  850.   !
  851.   router bgp 7675
  852.   !
  853.   ipv6 bgp neighbor 3ffe:506::1 remote-as 2500
  854.   ipv6 bgp neighbor 3ffe:506::1 prefix-list 6bone-filter out
  855.   !
  856.   
  857.   At the same time some IPv6 specific commands are deleted from IPv4
  858.   configuration.
  859.   
  860.   o redistribute ripng
  861.   o redistribute ospf6
  862.   o neighbor PEER version BGP_VERSION
  863.   o neighbor PEER interface IFNAME
  864.   
  865.   Those commands are only accepted as like below.
  866.   
  867.   o ipv6 bgp redistribute ripng
  868.   o ipv6 bgp redistribute ospf6
  869.   o ipv6 bgp neighbor PEER version BGP_VERSION
  870.   o ipv6 bgp neighbor PEER interface IFNAME
  871.   
  872.   And below new commands are added.
  873.   
  874.   o ipv6 bgp network IPV6_PREFIX
  875.   o ipv6 bgp redistribute static
  876.   o ipv6 bgp redistribute connected
  877.   o ipv6 bgp neighbor PEER remote-as <1-65535> [passive]
  878.   o ipv6 bgp neighbor PEER ebgp-multihop [TTL]
  879.   o ipv6 bgp neighbor PEER description DESCRIPTION
  880.   o ipv6 bgp neighbor PEER shutdown
  881.   o ipv6 bgp neighbor PEER route-reflector-client
  882.   o ipv6 bgp neighbor PEER update-source IFNAME
  883.   o ipv6 bgp neighbor PEER next-hop-self
  884.   o ipv6 bgp neighbor PEER timers holdtime <0-65535>
  885.   o ipv6 bgp neighbor PEER timers keepalive <0-65535>
  886.   o ipv6 bgp neighbor PEER send-community
  887.   o ipv6 bgp neighbor PEER weight <0-65535>
  888.   o ipv6 bgp neighbor PEER default-originate
  889.   o ipv6 bgp neighbor PEER filter-list FILTER_LIST_NAME (in|out)
  890.   o ipv6 bgp neighbor PEER prefix-list PREFIX_LIST_NAME (in|out)
  891.   o ipv6 bgp neighbor PEER distribute-list AS_LIST_NAME (in|out)
  892.   o ipv6 bgp neighbor PEER route-map ROUTE_MAP_NAME (in|out)
  893.   
  894.   And some utility commands are introduced.
  895.   
  896.   o clear ipv6 bgp [PEER]
  897.   o show ipv6 bgp neighbors [PEER]
  898.   o show ipv6 bgp summary
  899.   
  900.   I hope these changes are easy to understand for current Zebra users...
  901. * To restrict connection to VTY interface.
  902.   It used to be both IPv4 and IPv6 filter can be specified with one
  903.   access-list.  Then the access-list can be appried to VTY interface
  904.   with `access-class' stetement in `line vty' node.  Below is example in
  905.   zebra-0.7x.
  906.   
  907.   !
  908.   access-list local-only permit 127.0.0.1/32
  909.   access-list local-only permit ::1/128
  910.   access-list local-only deny any
  911.   !
  912.   line vty
  913.    access-class local-only
  914.   !
  915.   
  916.   Now IPv4 and IPv6 filter have each name space.  It is not possible to
  917.   specify IPv4 and IPv6 filter with one access-list.  For setting IPv6
  918.   access-list in `line vty', `ipv6 access-class' statement is
  919.   introduced.  Let me show the configuration in zebra-0.8x.
  920.   
  921.   !
  922.   access-list local-only permit 127.0.0.1/32
  923.   access-list local-only deny any
  924.   !
  925.   ipv6 access-list local-only permit ::1/128
  926.   ipv6 access-list local-only dny any
  927.   !
  928.   line vty
  929.    access-class local-only
  930.    ipv6 access-class local-only
  931.   !
  932. * route-map
  933.   New IPv6 related route-map match commands are added.
  934.   
  935.   o match ipv6 address
  936.   o match ipv6 next-hop
  937.   
  938.   Please change your configuration if you use IP match statement for
  939.   IPv6 route.
  940.   
  941.   zebra-0.7x config
  942.   =================
  943.   !
  944.   access-list all permit any
  945.   !
  946.   route-map set-nexthop permit 10
  947.    match ip address all
  948.    set ipv6 next-hop global 3ffe:506::1
  949.    set ipv6 next-hop local fe80::cbb5:591a
  950.   !
  951.   
  952.   zebra-0.8x config
  953.   =================
  954.   !
  955.   ipv6 access-list all permit any
  956.   !
  957.   route-map set-nexthop permit 10
  958.    match ipv6 address all
  959.    set ipv6 next-hop global 3ffe:506::1
  960.    set ipv6 next-hop local fe80::cbb5:591a
  961.   !
  962. * zebra connection
  963.   Protocol daemon such as ripd, bgpd, ospfd will reconnect zebra daemon
  964.   when the connection fail.  Those daemons try to connect zebra every 10
  965.   seconds first three trial, then the interval changed to 60 seconds.
  966.   After all, if ten connections are fail, protocol daemon give up the
  967.   connection to the zebra daemon.
  968. * SNMP support (is not yet finished)
  969.   Zebra uses SMUX protocol (RFC1227) for making communication with SNMP
  970.   agent.  Currently lib/smux.c can be compiled only with ucd-snmp-4.0.1
  971.   and http://ucd-snmp.ucdavis.edu/patches/012.patch.  It can not be
  972.   compiled with ucd-snmp-3.6.2.
  973.   
  974.   After applying the patch to ucd-snmp-4.0.1, please configure it with
  975.   SMUX module.
  976.   
  977.   % configure --with-mib-modules=smux
  978.   
  979.   After compile & install ucd-snmp-4.0.1, you will need to configure
  980.   smuxpeer.  I'm now using below configuration.
  981.   
  982.   /usr/local/share/snmp/snmpd.conf
  983.   ================================
  984.   smuxpeer 1.3.6.1.6.3.1 test
  985.   
  986.   Above 1.3.6.1.6.3.1 and test is temporary configuration which is hard
  987.   coded in lib/smux.c. Yes, I know it is bad, I'll change it ASAP.
  988. * HUP signal treatment
  989.   From zebra-0.80, ripd will reload it's configuration file when ripd
  990.   receives HUP signal.  Other daemon such as bgpd, ospfd will support
  991.   HUP signal treatment soon.
  992. * Changes in zebra-0.79
  993. * Changes in zebra
  994. ** Broadcast address setting on Linux box bug is fixed.
  995. ** Protocol daemon can install connected IPv6 route into the kernel.
  996. ** Now zebra can handle blackhole route.
  997. * Changes in ripd
  998. ** Add route-map feature for RIP protocol.
  999. ** In case of RIP version 2 routing table entry has IPv4 address and
  1000. netmask pair which host part bit is on, ignore the entry.
  1001. * Changes in ripngd
  1002. ** Change CMSG_DATA cast from (u_char *) to (int *).  (u_char *) does
  1003. not work for NetBSD-currnet on SparcStation 10.
  1004. * Changes in ospfd
  1005. ** MaxAge LSA treatment is added.
  1006. ** ABR/ASBR functionality is added.
  1007. ** Virtual Link funtionality is added.
  1008. ** ABR behaviors IBM/Cisco/Shortcut is added.
  1009. * Changes in ospf6d
  1010. ** Enclosed KAME specific part with #ifdef #endif
  1011. * Changes in zebra-0.78
  1012. * Changes in lib
  1013. ** SNMP support is started.
  1014. ** Now Zebra can work on BSD/OS 4.X.
  1015. ** Now Zebra can compiled on vanilla OpenBSD 2.5 but not yet working correcltly.
  1016. * Changes in zebra
  1017. ** Interface index detection using ioctl() bug is fixed.
  1018. ** Interface information protocol is changed.  Now interface
  1019. addition/deletion and interface's address addition/deletion is
  1020. separated.
  1021. * Changes in bgpd
  1022. ** BGP hold timer bug is fixed.
  1023. ** BGP keepavlie timer becomes configurable.
  1024. * Changes in ripd
  1025. ** When making reply to rip's REQUEST message, fill in
  1026. RIP_METRIC_INFINITY with network byte order using htonl ().
  1027. ** Pass host byte order address to IN_CLASSC and IN_CLASSB macro.
  1028. * Changes in ospfd
  1029. ** LSA flooding works.
  1030. ** Fix bug of DD processing.
  1031. ** Fix bug of originating router-LSA bug is fixed.
  1032. ** LSA structure is changed to support LSA aging.
  1033. * Changes in ospf6d
  1034. ** `ip6' statement in configuration is changed to `ipv6'.
  1035. * Changes in zebra-0.77
  1036. * Changes in lib
  1037. ** SIGUSR1 reopen logging file.
  1038. ** route-map is extended to support multi-protocol routing
  1039. information.
  1040. ** When compiling under GNU libc 2.1 environment don't use inet6-apps.
  1041. * Changes in zebra
  1042. ** Basic IPv6 router advertisement codes added.  It is not yet usable.
  1043. ** Fix IPv6 route addition/deletion bug is fixed.
  1044. ** `show ip route A.B.C.D' works
  1045. * Changes in bgpd
  1046. ** When invalid unfeasible routes length comes, bgpd send notify then
  1047. continue to process the packet.  Now bgpd stop parsing invalid packet
  1048. then return to main loop.
  1049. ** BGP-4+ withdrawn routes parse bug is fixed.
  1050. ** When BGP-4+ information passed to non shared network's peer, trim
  1051. link-local next-hop information.
  1052. ** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP
  1053. routing information.
  1054. ** `show ipv6 route IPV6ADDR' command added.
  1055. ** BGP start timer has jitter.
  1056. ** Holdtimer configuration bug is fixed.  Now configuration does not
  1057. show unconfigured hold time value.
  1058. * Changes in ripngd
  1059. ** Now update timer (default 30 seconds) has +/- 50% jitter value.
  1060. ** Add timers basic command.
  1061. ** `network' configuration is dynamically reflected.
  1062. ** `timers basic <update> <timeout> <garbage>' added.
  1063. * Changes in ripd
  1064. ** Reconstruct almost codes.
  1065. ** `network' configuration is dynamically reflected.
  1066. ** RIP timers now conforms to RFC2453.  So user can configure update,
  1067. timeout, garbage timer.
  1068. ** `timers basic <update> <timeout> <garbage>' works.
  1069. * Changes in ospfd
  1070. ** Bug of originating network LSA is fixed.
  1071. ** `no router ospf' core dump bug is fixed.
  1072. * Changes in ospf6d
  1073. ** Redistribute route works.
  1074. * Changes in zebra-0.76
  1075. * Changes in lib
  1076. ** configure.in Linux IPv6 detection problem is fixed.
  1077. ** Include SERVICES file to the distribution
  1078. ** Update zebra.texi to zebra-0.76.
  1079. * Changes in zebra-0.75
  1080. * Changes in lib
  1081. ** `termnal length 0' bug is fixed.
  1082. * Changes in zebra
  1083. ** When zebra starts up, sweep all zebra installed routes.  If -k or
  1084. --keep_kernel option is specified to zebra dameon.  This function is
  1085. not performed.
  1086. * Changes in ripngd
  1087. ** Aggreagte address command supported.  In router ripngd,
  1088. `aggregate-address IPV6PREFIX' works.
  1089. * Changes in bgpd
  1090. ** Input route-map's bug which cause segmentation violation is fixed.
  1091. ** route-map method improved.
  1092. ** BGP-4+ nexthop detection improved.
  1093. ** BGP-4+ route re-selection bug is fixed.
  1094. ** BGP-4+ iBGP route's nexthop calculation works.
  1095. ** After connection Established `show ip bgp neighbor' display BGP TCP
  1096. connection's source and destination address.
  1097. ** In case of BGP-4+ `show ip bgp neighbor' display BGP-4+ global and
  1098. local nexthop which used for originated route.  This address will be
  1099. used when `next-hop-self'.
  1100. * Changes in ospfd
  1101. ** Fix bug of DR election.
  1102. ** Set IP precedence field with IPTOS_PREC_INTERNET_CONTROL.
  1103. ** Schedule NeighborChange event if NSM status change.
  1104. ** Never include a neighbor in Hello packet, when the neighbor goes
  1105. down.
  1106. * Changes in zebra-0.74
  1107. * Changes in lib
  1108. ** Now `terminal length 0' means no line output control.
  1109. ** `line LINES' command deleted.  Instead of this please use `terminal
  1110. length <0-512>'.
  1111. ** `terminal length <0-512>' is each vty specific configuration so it
  1112. can not be configured in the configuration file.  If you want to
  1113. configure system wide line control, please use `service
  1114. terminal-length <0-512>'.  This configuration affects to the all vty
  1115. interface.
  1116. * Changes in zebra
  1117. ** Installation of IPv6 route bug is fixed.
  1118. * Changes in bgpd
  1119. ** Very serious bug of bgp_stop () is fixed. When multiple route to
  1120. the same destination exist, bgpd try to announce the information to
  1121. stopped peer.  Then add orphan write thread is added.  This cause
  1122. many strange behavior of bgpd.
  1123. ** Router-id parsing bug is fixed.
  1124. ** With BGP-4+ nexthop installation was done with global address but
  1125. it should be link-local address.  This bug is fixed now.
  1126. ** When incoming route-map prepend AS, old AS path remained.  Now bgpd
  1127. free old AS path.
  1128. ** `neighbor PEER weight <0-65535>' command added.
  1129. * Changes in ripngd
  1130. ** Almost codes are rewritten to conform to RFC2080.
  1131. * Changes in ospfd
  1132. ** SPF calculation timer is added.  Currently it is set to 30 seconds.
  1133. ** SPF calculation works now.
  1134. ** OSPF routing table codes are added.
  1135. ** OSPF's internal routes installed into the kernel routing table.
  1136. ** Now `ospfd' works as non-area, non-external route support OSPF
  1137. router.
  1138. ** Call of log_rotate() is removed.
  1139. * Changes in ospf6d
  1140. ** LSA data structure is changed.
  1141. ** Call of log_rotate() is removed.
  1142. * Changes in zebra-0.73
  1143. * Changes in lib
  1144. ** `config terminal' is changed to `configure terminal'.
  1145. ** `terminal length <0-512>' command is added.
  1146. ** Variable length argument was specified by `...'.  Now all strings
  1147. started with character `.' is variable length argument.
  1148. * Changes in zebra
  1149. ** Internal route (such as iBGP, internal OSPF route) handling works
  1150. correctly.
  1151. ** In interface node, `ipv6 address' and `no ipv6 address' works.
  1152. ** Interface's address remain after `no ip address' bug is fixed.
  1153. ** Host route such as IPv4 with /32 mask and IPv6 with /128 mask
  1154. didn't set RTF_GATEWAY even it has gateway.  This bug if fixed now.
  1155. * Changes in bgpd
  1156. ** `match as-path' argument is used to be specify AS PATH value itself
  1157. directly (e.g. ^$).  But it is changed to specify `ip as-apth
  1158. access-list' name.
  1159. ** iBGP route handle works without getting error from the kernel.
  1160. ** `set aggregator as AS A.B.C.D' command is added to route-map.
  1161. ** `set atomic-aggregate' command is added to bgpd's routemap.
  1162. ** Announcement of atomic aggregate attribute and aggregator attribute
  1163. works.
  1164. ** `update-source' bug is fixed.
  1165. ** When a route learned from eBGP is announced to iBGP, local
  1166. preference was set to zero.  But now it set to
  1167. DEFAULT_LOCAL_PREF(100).
  1168. * Changes in ripd
  1169. ** RIPv1 route filter bug is fixed.
  1170. ** Some memory leak is fixed.
  1171. * Changes in ospfd
  1172. ** Fix bug of DR Election.
  1173. ** Fix bug of adjacency forming.
  1174. * Changes in ospf6d
  1175. ** Clean up logging message.
  1176. ** Reflect routing information to zebra daemon.
  1177. * Changes in zebra-0.72
  1178. * Changes in lib
  1179. ** When getsockname return IPv4 mapped IPv6 address.  Convert it to
  1180. IPv4 address.
  1181. * Changes in bgpd
  1182. ** Change route-map's next-hop related settings.
  1183. set ip nexthop          -> set ip next-hop
  1184. set ipv6 nexthop global -> set ipv6 next-hop global
  1185. set ipv6 nexthop local  -> set ipv6 next-hop local
  1186. ** Add `next-hop-self' command.
  1187. * Changes in ospfd
  1188. ** Fix bug of multiple `network area' directive crashes.
  1189. * Changes in zebra-0.71
  1190. * Changes in lib
  1191. ** `log syslog' command is added.
  1192. ** Use getaddrinfo function to bind IPv4/IPv6 server socket.
  1193. ** `no banner motd' will suppress motd output when user connect to VTY.
  1194. ** Bind `quit' command to major nodes.
  1195. * Changes in zebra
  1196. ** Point-to-point link address handling bug is fixed.
  1197. * Changes in bgpd
  1198. ** AS path validity check is added.  If malformed AS path is received
  1199. NOTIFY Malformed AS path is send to the peer.
  1200. ** Use getaddrinfo function to bind IPv4/IPv6 server socket.
  1201. * Changes in ripd
  1202. ** Connected network announcement bug is fixed.
  1203. ** `broadcast' command is deleted.
  1204. ** `network' command is added.
  1205. ** `neighbor' command is added.
  1206. ** `redistribute' command is added.
  1207. ** `timers basic' command is added.
  1208. ** `route' command is added.
  1209. * Changes in ripngd
  1210. ** Fix metric calculation bug.
  1211. * Changes in ospfd
  1212. ** Check sum bug is fixed.
  1213. * Chanegs in ospf6d
  1214. ** Routing table code is rewritten.
  1215. * Changes in zebra-0.70
  1216. * Changes in zebra
  1217. ** Critical routing information base calculation bug check is fixed.
  1218. ** zebra ipv4 message is extended to support external/internal route
  1219. flavor.
  1220. ** Now if internal route doesn't has direct connected nexthop, then
  1221. nexthop is calculated by looking up IGP routing table.
  1222. * Changes in bgpd
  1223. ** `neighbor PEER update-source IFNAME' command added as ALIAS to
  1224. `neighbor PEER interface IFNAME'.
  1225. * Changes in ospfd
  1226. ** DD null pointer bug is fixed.
  1227. * Changes in zebra-0.69
  1228. * Changes in zebra
  1229. ** zebra redistirbution supports dynamic notification of the route
  1230. change.  If you add static route while running zebra, it will be
  1231. reflected to other protocol daemon which set `redistribute static'.
  1232. ** If static route installation is failed due to the error.  The
  1233. static route is not added to the configuration and zebra routing
  1234. table.
  1235. ** zebra sets forwarding flag to on when it starts up.
  1236. ** `no ip forwarding' turn off IPv4 forwarding.
  1237. ** `no ipv6 forwarding' turn off IPv6 forwarding.
  1238. ** Change `show ipforward' command to `show ip forwarding'.
  1239. ** Change `show ipv6forward' command to `show ipv6 forwarding'.
  1240. ** `ip route A.B.C.D/M INTERFACE' works.  So you can set `ip route
  1241. 10.0.0.0/8 eth0'.
  1242. * Changes in bgpd
  1243. ** `neighbor PEER send-community' command is added.  If the option is
  1244. set, bgpd will send community attribute to the peer.
  1245. ** When a BGP route has no-export community attribute and
  1246. send-community is set to the peer, the route is not announced to the
  1247. peer.
  1248. * Changes in ripngd
  1249. ** When ripngd terminates, delete all installed route.
  1250. ** `redistribute static', `redistribute connected' works.
  1251. ** Change `debug ripng event' to `debug ripng events'.
  1252. ** Change `show debug ripng' to `show debugging ripng'.
  1253. ** Bug of static route deletion is fixed.
  1254. * Changes in ospfd
  1255. ** LS request and LS update can be send and received.
  1256. * Changes in zebra-0.68
  1257. * Changes in lib
  1258. ** DEFUN() is extended to support (a|b|c) statement.
  1259. ** Input buffer overflow bug is fixed.
  1260. * Changes in bgpd
  1261. ** `ip community-list' is added.
  1262. ** set community and match community is added to route-map statement.
  1263. ** aggregate-address A.B.C.D/M partly works.  Now it works only
  1264. summary-only mode.
  1265. * Changes in zebra
  1266. ** IPv6 network address delete bug is fixed.
  1267. * Changes in ospfd
  1268. ** DR election bug fixed.
  1269. ** Now Database Description can be send or received.
  1270. ** Neighbor State Machine goes to Full state.
  1271. * Changes in ospf6d
  1272. ** router zebra related bug is fixed.
  1273. * Changes in zebra-0.67
  1274. * Changes in lib
  1275. ** `service password-encryption' is added for encrypted password.
  1276. * Changes in bgpd
  1277. ** `set as-path prepend ASPATH' is added to route-map command.
  1278. ** `set weight WEIGHT' is added to route-map command.
  1279. ** `no set ipv6 nexthop global' and `no set ipv6 nexthop local'
  1280. command is added to route-map.
  1281. ** `neighbor IP_ADDR version BGP_VERSION' command's BGP_VERSION
  1282. argument changed.
  1283. Old               New
  1284. =====================
  1285. bgp4              4
  1286. bgp4+             4+
  1287. bgp4+-draft-00    4-
  1288. =====================
  1289. If you want to peer with old draft version of BGP-4+, please configure
  1290. like below:
  1291. router bgp ASN
  1292.  neighbor PEER version 4-
  1293. ** Some AS path isn't correctly compared during route selection.  Now
  1294. it is fixed.
  1295. * Changes in ospfd
  1296. ** `router zebra' is default behavior.
  1297. * Changes in ospf6d
  1298. ** `router zebra' is default behavior.
  1299. * Changes in zebra-0.66
  1300. * Changes in zebra
  1301. ** When other daemon such as gated install routes into the kernel then
  1302. zebra blocks.  This is only occur with netlink socket.  Now socket is
  1303. set as NONBLOCKING and problem is fixed.  Reported and fixed by
  1304. Patrick Koppen <koppen@rhrk.uni-kl.de>
  1305. * Changes in bgpd
  1306. ** Now `router zebra' is not needed to insert BGP routes into the
  1307. kernel.  It is default behavior.  If you don't want to install the BGP
  1308. routes to the kernel, please configure like below:
  1309. !
  1310. router zebra
  1311.  no redistribute bgp
  1312. !
  1313. ** redistribute connected works.
  1314. ** redistribute static now filter local loopback routes and link local
  1315. network.
  1316. * Changes in ripd
  1317. ** Some network check is added.  Patch is done by Carlos Alberto
  1318. Barcenilla <barce@frlp.utn.edu.ar>
  1319. * Changes in ripngd
  1320. ** Sometimes ripngd install wrong nexthop into the kernel.  This bug
  1321. is fixed now.
  1322. ** Now `router zebra' is not needed to insert RIPng routes into the
  1323. kernel.  It is default behavior. If you don't want to install the BGP
  1324. routes to the kernel, please configure like below:
  1325. !
  1326. router zebra
  1327.  no redistribute ripng
  1328. !
  1329. * Changes in zebra-0.65
  1330. * Changes in lib
  1331. ** `C-c' changes current node to ENABLE_NODE.  Previously it doesn't.
  1332. ** In ENABLE_NODE, `exit' command close vty connection.
  1333. ** `service advanced-vty' enable advanced vty function.  If this
  1334. service is specified one can directly connect to ENABLE_NODE when
  1335. enable password is not set.
  1336. ** `lines LINES' command is added by Stephen R. van den Berg
  1337. <srb@cuci.nl>.
  1338. * Changes in zebra
  1339. ** Basic Linux policy based routing table support is added by Stephen
  1340. R. van den Berg <srb@cuci.nl>.
  1341. * Changes in bgpd
  1342. ** route-map command is improved:
  1343.   `match ip next-hop': New command.
  1344.   `match metric': New command.
  1345.   `set metric': Doc fixed.
  1346.   `set local-preference': DEFUN added.
  1347. * Changes in ripd
  1348. ** Check of announced network is added.  Now multicast address is
  1349. filtered.  Reported by Carlos Alberto Barcenilla
  1350. <barce@frlp.utn.edu.ar>
  1351. ** Check of network 127 is added.  Reported by Carlos Alberto
  1352. Barcenilla <barce@frlp.utn.edu.ar>
  1353. * Changes in ripngd
  1354. ** Aging route bug is fixed.
  1355. ** `router zebra' semantics changed.  ripngd automatically connect to
  1356. zebra.
  1357. * Changes in ospfd
  1358. ** `no router ospf' works.
  1359. * Changes in ospf6d
  1360. ** Bug fix about network vertex.
  1361. * Changes in zebra-0.64.1.
  1362. This is bug fix release.
  1363. * Changes in lib
  1364. ** Add check of sin6_scope_id in struct sockaddr_in6.  For compilation
  1365. on implementation which doesn't have sin6_scope_id.  Reported by Wim
  1366. Biemolt <Wim.Biemolt@ipv6.surfnet.nl>.
  1367. * Changes in zebra
  1368. ** Fix bug of display BGP routes as "O" instead of "B".  Reported by
  1369. "William F. Maton" <wmaton@enterprise.ic.gc.ca> and Dave Hartzell
  1370. <hartzell@greatplains.net>.
  1371. * Changes in bgpd
  1372. ** `no network IPV6_NETWORK' statement and `no neighbor IP_ADDR timers
  1373. holdtime [TIMER]' statement doesn't work. Reported by Georg Hitsch
  1374. <georg@atnet.at>.  Now both statement work.
  1375. * Changes in ospfd
  1376. ** Last interface is not updated by ospf_if_update().  Reported by
  1377. Dave Hartzell <hartzell@greatplains.net>.
  1378. * Changes in ospf6d
  1379. ** Byte order of ifid is changed.  Due to this change, this code will
  1380. not work with previous version, sorry.
  1381. ** Fix `show ip route' route type mismatch.
  1382. ** Fix bug of no network IPV6_NETWORK.
  1383. ** Important bug fix about intra-area-prefix-lsa.
  1384. * Changes in zebra-0.64.
  1385. * Changes in lib
  1386. ** prefix-list based filtering routine is added.  Currently used in
  1387. bgpd but it will be in other daemons.
  1388. * Changes in bgpd
  1389. ** `no router bgp' works.  But network statement is not cleared.  This
  1390. should be fixed in next beta.
  1391. ** Route reflector related statement is added.
  1392.   router bgp ASN
  1393.     bgp cluster-id a.b.c.d
  1394.     neighbor a.b.c.d route-reflector-client
  1395.   is added.
  1396. ** Prefix list based filtering is added.
  1397.   router bgp ASN
  1398.     neighbor a.b.c.d prefix-list PREFIX_LIST_NAME
  1399. ** Prefix list based routing display works.
  1400.   show ip bgp prefix-list PREFIX_LIST_NAME
  1401. * Changes in ripd
  1402. ** Fix route metric check bug.  Reported from Mr. Carlos Alberto
  1403. Barcenilla.
  1404. * Changes in ospf6d
  1405. ** There are many changes.  If you have interested in ospf6d please
  1406. visit ospf6d/README file.
  1407. * Changes in zebra-0.63 first beta package.
  1408. * Changes in lib
  1409. ** `copy running-config stgartup-config' command is added.
  1410. ** prefix length check bug is fixed.  Thanks Marlos Barcenilla
  1411. <barce@frip.utn.edu.ar>.
  1412. * Changes in ospfd
  1413. ** DR and BDR election works.
  1414. ** OSPF Hello simple authentication works.
  1415. * Changes in ospf6d
  1416. ** Now ospf6d can be compiled on both Linux and *BSD system.
  1417. * Changes in zebra-19990420 snapshot
  1418. ** `make dist' at top directory works now.
  1419. * Changes in lib
  1420. ** VTY has now access-class to restrict remote connection.
  1421. Implemented by Alex Bligh <amb@gxn.net>.
  1422. !
  1423. line vty
  1424.   access-class ACCESS-LIST-NAME
  1425. !
  1426. ** `show version' command added.  Implemented by Carlos Alberto
  1427. Barcenilla <barce@frlp.utn.edu.ar>
  1428. * Changes in zebra
  1429. ** `ip address' command on *BSD bug is fixed.
  1430. ** `no ip address' works now for IPv4 address.
  1431. ** Now `write terminal' display `ip address' configuration.
  1432. * Changes in bgpd
  1433. ** Redistribute static works now.  Please run both zebra and bgpd.
  1434. bgpd.conf should be like this:
  1435. !
  1436. router zebra
  1437. !
  1438. router bgp ASN
  1439.   redisitribute static
  1440. !
  1441. * Changes in guile
  1442. ** configure --enable-guile turns on zebra-guile build.
  1443. ** (router-bgp ASN) allocates real bgp structre.
  1444. * Changes in zebra-19990416 snapshot
  1445. ** Set version to 0.60 for preparation of beta release.
  1446. ** New directory guile is added for linking with guile interpreter.
  1447. * Changes in zebra
  1448. ** On GNU/Linux Kernel 2.2.x (with netlink support), zebra detects
  1449. asynchronous routing updates.  *BSD support is not yet finished.
  1450. * Changes in bgpd
  1451. ** `show ip bgp regexp ASPATH_REGEX' uses CISCO like regular expression 
  1452. instead of RPSL like regular expression.  I'm planing to provide RPSL
  1453. like regular expression with `show ip bgp rpsl' or something.
  1454. * Changes in lib
  1455. ** Press '?' at variable mandatory argument, vty prints nothing.  Now
  1456. vty outputs description about the argument.  Fixed by Alex Bligh
  1457. <amb@gxn.net>
  1458. ** buffer.c has some ugly bugs.  Due to the bug, vty interface hangs
  1459. when large output date exists.  This bug is fixed. Reported by Alex
  1460. Bligh <amb@gxn.net>.
  1461. * Changes in ospfd
  1462. ** DR and BDR information is shown by `show ip ospf interface' command.
  1463. * Changes in zebra-19990408 snapshot
  1464. * Changes in bgpd
  1465. ** Old BGP-4+ specification (described in old draft) treatment bug is
  1466. fixed.  It seems that mrtd uses this format as default.  So if you
  1467. have problem peering with mrtd and want to use old draft format please
  1468. use version statement like this.
  1469. neighbor PEER_ADDRESS remote-as ASN
  1470. neighbor PEER_ADDRESS version bgp4+-draft-00
  1471. ** When AS path is epmty (routes generated by bgpd), SEGV is occur
  1472. when announce the routes to eBGP peer.  Reported by
  1473. kad@gibson.skif.net.
  1474. ** ip as-path access-list command is added.
  1475. ** neighbor PEER_ADDRESS filter-list AS_LIST [in|out] command is added.
  1476. ** neighbor PEER_ADDRESS timers holdtimer TIMER command is added.
  1477. * Changes in all daemons
  1478. ** With KAME stack, terminal interface is now bind AF_INET socket
  1479. instead of AF_INET6 one.
  1480. * Changes in zebra-19990403 snapshot
  1481. * Changes in bgpd
  1482. ** When bgpd has 'router zebra', bgpd automatically select it's router
  1483. ID as most highest interface's IP Address.
  1484. ** When AS path is empty (in case of iBGP), it doesn't include any AS
  1485. segment.  This change is for announcement to gated under iBGP.
  1486. * Changes in ospfd
  1487. ** OSPF hello packet send/receive works.
  1488. * Changes in ospf6d
  1489. ** Yasuhiro Ohara's ospf6d codes is imported.  It is under development
  1490. and can't be compiled on any platform.
  1491. * Changes in zebra-19990327 snapshot
  1492. * Changes in bgpd
  1493. ** When BGP-4+ connection is done by IPv6 link-local address.  One
  1494. have to specify interface index for the connection.  So I've added
  1495. interface statement to the neighbor commmand.  Please specify
  1496. interface name for getting interface index like below.  This statement
  1497. only works on GNU/Linux.  I'll support BSD ASAP.
  1498. router bgp 7675
  1499.  neighbor fe80::200:f8ff:fe01:5fd3 remote-as 2500
  1500.  neighbor fe80::200:f8ff:fe01:5fd3 interface sit3
  1501. ** For disable BGP peering `shutdown' command is added.
  1502. router bgp 7675
  1503.  neighbor 10.0.0.1 shutdown
  1504. ** `description' command is added to neighbor statement.
  1505. router bgp 7675
  1506.  neighbor 10.0.0.1 description peering with Norway.
  1507. ** `show ip bgp regexp AS-REGEXP' works again.
  1508. show ip bgp regexp AS7675
  1509. will show routes which include AS7675.
  1510. ** When a route which is made from `network' statement is send to
  1511. neighbor.  Set it's nexthop to self.  So 10.0.0.0/8 is announced to
  1512. the peer A with source address 192.168.1.1.  The routes nexthop is set
  1513. to 192.168.1.1.
  1514. * Changes in zebra
  1515. ** In zebra/rtread_sysctl.c, function rtm_read() may overrun allocated
  1516. buffer when the address family is not supported and the length is big
  1517. (i.e link address).  Reported Achim Patzner <ap@bnc.net>.
  1518. * Changes in ospfd
  1519. ** Now ospfd receive OSPF packet.
  1520. * Changes in zebra-19990319 snapshot
  1521. * Changes in configuration and libraries
  1522. ** User can disable IPv6 feature and/or pthread feature by configure
  1523.    option.
  1524.   To disable IPv6:    configure --disable-ipv6
  1525.   To disable pthread: configure --disable-pthread
  1526. ** User can disable specified daemon by configure option.
  1527.   Don't make zebra:  configure --disable-zebra
  1528.   Don't make bgpd:   configure --disable-bgpd
  1529.   Don't make ripd:   configure --disable-ripd
  1530.   Don't make ripngd: configure --disable-ripngd
  1531.   Don't make ospfd:  configure --disable-ospfd
  1532.   Don't make ospf6d: configure --disable-ospf6d
  1533. ** Sample configuration files are installed as 600 file flag.
  1534.    Suggested by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.
  1535. ** syslog logging feature is added by Peter Galbavy
  1536.    <Peter.Galbavy@knowledge.com>
  1537. ** Inclusion of standard header files is reworked by Peter Galbavy
  1538.    <Peter.Galbavy@knowledge.com>
  1539. ** Change description from GNU/Linux 2.1.X to GNU/Linux 2.2.X
  1540. ** If daemon function exists in standard C library use it.
  1541. ** To generate configure script we upgrade autoconf to 2.13.  To
  1542. generate Makefile.in we upgrade automake to 1.4.
  1543. ** doc/texinfo.tex is added to distribution.
  1544. ** Update ports/pkg/DESCR description.
  1545. ** Update doc/zebra.texi.
  1546. ** logfile FILENAME statement deleted.  Instead of that please use log
  1547. file FILENAME.
  1548. * Changes in zebra
  1549. * Changes in bgpd
  1550. ** Communication between zebra and bgpd works now.  So if there is
  1551.    `router zebra' line in bgpd.conf, selected route is installed
  1552.    into kernel routing table.
  1553. ** Delete all routes which inserted by bgpd when bgpd dies.  If you
  1554. want to retain routes even bgpd dies please specify [-r|--retain]
  1555. option to bgpd.
  1556. ** BGP announcement code is reworked.  Now bgpd announce selected
  1557.    routes to other peer.
  1558. ** All output bgp packet is buffered.  It's written to the socket when
  1559.    it gets ready.
  1560. ** Output route-map works now.  You can specify output route-map by:
  1561.    neighbor IP_ADDR route-map ROUTE_MAP_NAME out
  1562. ** New route-map command added.
  1563.    set ip nexthop IP_ADDR
  1564.    set ipv6 nexthop global IP_ADDR
  1565. ** Fix bug about unlock of the route_node structure.
  1566. ** BGP-4+ support is added.  bgpd can listen and speak BGP-4+ packet
  1567. specified in RFC2283. You can view IPv6 bgp table by: `show ipv6 bgp'.
  1568. ** Meny packet overflow check is added.
  1569. * Changes in ripd
  1570. * Changes in ripngd
  1571. * Changes in ospfd
  1572. ** ospfd work is started by Toshiaki Takada <takada@zebra.org>.  Now
  1573. several files are included in ospfd directory.
  1574. ** ospf6d codes are merged from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s
  1575. ospfd work.  Now codes are located in ospf6d directory.
  1576. Local variables:
  1577. mode: outline
  1578. paragraph-separate: "[  ]*$"
  1579. end: