⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 news

📁 大名鼎鼎的路由器源码。程序分ZEBRA、OSPFRIP等3个包。程序框架采用一个路由协议一个进程的方式
💻
📖 第 1 页 / 共 5 页
字号:
** Interface information protocol is changed.  Now interfaceaddition/deletion and interface's address addition/deletion isseparated.* Changes in bgpd** BGP hold timer bug is fixed.** BGP keepavlie timer becomes configurable.* Changes in ripd** When making reply to rip's REQUEST message, fill inRIP_METRIC_INFINITY with network byte order using htonl ().** Pass host byte order address to IN_CLASSC and IN_CLASSB macro.* Changes in ospfd** LSA flooding works.** Fix bug of DD processing.** Fix bug of originating router-LSA bug is fixed.** LSA structure is changed to support LSA aging.* Changes in ospf6d** `ip6' statement in configuration is changed to `ipv6'.* Changes in zebra-0.77* Changes in lib** SIGUSR1 reopen logging file.** route-map is extended to support multi-protocol routinginformation.** When compiling under GNU libc 2.1 environment don't use inet6-apps.* Changes in zebra** Basic IPv6 router advertisement codes added.  It is not yet usable.** Fix IPv6 route addition/deletion bug is fixed.** `show ip route A.B.C.D' works* Changes in bgpd** When invalid unfeasible routes length comes, bgpd send notify thencontinue to process the packet.  Now bgpd stop parsing invalid packetthen return to main loop.** BGP-4+ withdrawn routes parse bug is fixed.** When BGP-4+ information passed to non shared network's peer, trimlink-local next-hop information.** `no redistribute ROUTE_TYPE' withdraw installed routes from BGProuting information.** `show ipv6 route IPV6ADDR' command added.** BGP start timer has jitter.** Holdtimer configuration bug is fixed.  Now configuration does notshow unconfigured hold time value.* Changes in ripngd** Now update timer (default 30 seconds) has +/- 50% jitter value.** Add timers basic command.** `network' configuration is dynamically reflected.** `timers basic <update> <timeout> <garbage>' added.* Changes in ripd** Reconstruct almost codes.** `network' configuration is dynamically reflected.** RIP timers now conforms to RFC2453.  So user can configure update,timeout, garbage timer.** `timers basic <update> <timeout> <garbage>' works.* Changes in ospfd** Bug of originating network LSA is fixed.** `no router ospf' core dump bug is fixed.* Changes in ospf6d** Redistribute route works.* Changes in zebra-0.76* Changes in lib** configure.in Linux IPv6 detection problem is fixed.** Include SERVICES file to the distribution** Update zebra.texi to zebra-0.76.* Changes in zebra-0.75* Changes in lib** `termnal length 0' bug is fixed.* Changes in zebra** When zebra starts up, sweep all zebra installed routes.  If -k or--keep_kernel option is specified to zebra dameon.  This function isnot performed.* Changes in ripngd** Aggreagte address command supported.  In router ripngd,`aggregate-address IPV6PREFIX' works.* Changes in bgpd** Input route-map's bug which cause segmentation violation is fixed.** route-map method improved.** BGP-4+ nexthop detection improved.** BGP-4+ route re-selection bug is fixed.** BGP-4+ iBGP route's nexthop calculation works.** After connection Established `show ip bgp neighbor' display BGP TCPconnection's source and destination address.** In case of BGP-4+ `show ip bgp neighbor' display BGP-4+ global andlocal nexthop which used for originated route.  This address will beused when `next-hop-self'.* Changes in ospfd** Fix bug of DR election.** Set IP precedence field with IPTOS_PREC_INTERNET_CONTROL.** Schedule NeighborChange event if NSM status change.** Never include a neighbor in Hello packet, when the neighbor goesdown.* Changes in zebra-0.74* Changes in lib** Now `terminal length 0' means no line output control.** `line LINES' command deleted.  Instead of this please use `terminallength <0-512>'.** `terminal length <0-512>' is each vty specific configuration so itcan not be configured in the configuration file.  If you want toconfigure system wide line control, please use `serviceterminal-length <0-512>'.  This configuration affects to the all vtyinterface.* Changes in zebra** Installation of IPv6 route bug is fixed.* Changes in bgpd** Very serious bug of bgp_stop () is fixed. When multiple route tothe same destination exist, bgpd try to announce the information tostopped peer.  Then add orphan write thread is added.  This causemany strange behavior of bgpd.** Router-id parsing bug is fixed.** With BGP-4+ nexthop installation was done with global address butit should be link-local address.  This bug is fixed now.** When incoming route-map prepend AS, old AS path remained.  Now bgpdfree old AS path.** `neighbor PEER weight <0-65535>' command added.* Changes in ripngd** Almost codes are rewritten to conform to RFC2080.* Changes in ospfd** SPF calculation timer is added.  Currently it is set to 30 seconds.** SPF calculation works now.** OSPF routing table codes are added.** OSPF's internal routes installed into the kernel routing table.** Now `ospfd' works as non-area, non-external route support OSPFrouter.** Call of log_rotate() is removed.* Changes in ospf6d** LSA data structure is changed.** Call of log_rotate() is removed.* Changes in zebra-0.73* Changes in lib** `config terminal' is changed to `configure terminal'.** `terminal length <0-512>' command is added.** Variable length argument was specified by `...'.  Now all stringsstarted with character `.' is variable length argument.* Changes in zebra** Internal route (such as iBGP, internal OSPF route) handling workscorrectly.** In interface node, `ipv6 address' and `no ipv6 address' works.** Interface's address remain after `no ip address' bug is fixed.** Host route such as IPv4 with /32 mask and IPv6 with /128 maskdidn't set RTF_GATEWAY even it has gateway.  This bug if fixed now.* Changes in bgpd** `match as-path' argument is used to be specify AS PATH value itselfdirectly (e.g. ^$).  But it is changed to specify `ip as-apthaccess-list' name.** iBGP route handle works without getting error from the kernel.** `set aggregator as AS A.B.C.D' command is added to route-map.** `set atomic-aggregate' command is added to bgpd's routemap.** Announcement of atomic aggregate attribute and aggregator attributeworks.** `update-source' bug is fixed.** When a route learned from eBGP is announced to iBGP, localpreference was set to zero.  But now it set toDEFAULT_LOCAL_PREF(100).* Changes in ripd** RIPv1 route filter bug is fixed.** Some memory leak is fixed.* Changes in ospfd** Fix bug of DR Election.** Fix bug of adjacency forming.* Changes in ospf6d** Clean up logging message.** Reflect routing information to zebra daemon.* Changes in zebra-0.72* Changes in lib** When getsockname return IPv4 mapped IPv6 address.  Convert it toIPv4 address.* Changes in bgpd** Change route-map's next-hop related settings.set ip nexthop          -> set ip next-hopset ipv6 nexthop global -> set ipv6 next-hop globalset ipv6 nexthop local  -> set ipv6 next-hop local** Add `next-hop-self' command.* Changes in ospfd** Fix bug of multiple `network area' directive crashes.* Changes in zebra-0.71* Changes in lib** `log syslog' command is added.** Use getaddrinfo function to bind IPv4/IPv6 server socket.** `no banner motd' will suppress motd output when user connect to VTY.** Bind `quit' command to major nodes.* Changes in zebra** Point-to-point link address handling bug is fixed.* Changes in bgpd** AS path validity check is added.  If malformed AS path is receivedNOTIFY Malformed AS path is send to the peer.** Use getaddrinfo function to bind IPv4/IPv6 server socket.* Changes in ripd** Connected network announcement bug is fixed.** `broadcast' command is deleted.** `network' command is added.** `neighbor' command is added.** `redistribute' command is added.** `timers basic' command is added.** `route' command is added.* Changes in ripngd** Fix metric calculation bug.* Changes in ospfd** Check sum bug is fixed.* Chanegs in ospf6d** Routing table code is rewritten.* Changes in zebra-0.70* Changes in zebra** Critical routing information base calculation bug check is fixed.** zebra ipv4 message is extended to support external/internal routeflavor.** Now if internal route doesn't has direct connected nexthop, thennexthop is calculated by looking up IGP routing table.* Changes in bgpd** `neighbor PEER update-source IFNAME' command added as ALIAS to`neighbor PEER interface IFNAME'.* Changes in ospfd** DD null pointer bug is fixed.* Changes in zebra-0.69* Changes in zebra** zebra redistirbution supports dynamic notification of the routechange.  If you add static route while running zebra, it will bereflected to other protocol daemon which set `redistribute static'.** If static route installation is failed due to the error.  Thestatic route is not added to the configuration and zebra routingtable.** zebra sets forwarding flag to on when it starts up.** `no ip forwarding' turn off IPv4 forwarding.** `no ipv6 forwarding' turn off IPv6 forwarding.** Change `show ipforward' command to `show ip forwarding'.** Change `show ipv6forward' command to `show ipv6 forwarding'.** `ip route A.B.C.D/M INTERFACE' works.  So you can set `ip route10.0.0.0/8 eth0'.* Changes in bgpd** `neighbor PEER send-community' command is added.  If the option isset, bgpd will send community attribute to the peer.** When a BGP route has no-export community attribute andsend-community is set to the peer, the route is not announced to thepeer.* Changes in ripngd** When ripngd terminates, delete all installed route.** `redistribute static', `redistribute connected' works.** Change `debug ripng event' to `debug ripng events'.** Change `show debug ripng' to `show debugging ripng'.** Bug of static route deletion is fixed.* Changes in ospfd** LS request and LS update can be send and received.* Changes in zebra-0.68* Changes in lib** DEFUN() is extended to support (a|b|c) statement.** Input buffer overflow bug is fixed.* Changes in bgpd** `ip community-list' is added.** set community and match community is added to route-map statement.** aggregate-address A.B.C.D/M partly works.  Now it works onlysummary-only mode.* Changes in zebra** IPv6 network address delete bug is fixed.* Changes in ospfd** DR election bug fixed.** Now Database Description can be send or received.** Neighbor State Machine goes to Full state.* Changes in ospf6d** router zebra related bug is fixed.* Changes in zebra-0.67* Changes in lib** `service password-encryption' is added for encrypted password.* Changes in bgpd** `set as-path prepend ASPATH' is added to route-map command.** `set weight WEIGHT' is added to route-map command.** `no set ipv6 nexthop global' and `no set ipv6 nexthop local'command is added to route-map.** `neighbor IP_ADDR version BGP_VERSION' command's BGP_VERSIONargument changed.Old               New=====================

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -