commit | 464988628802b76d5b3e50af99158413ac28bd18 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgr@deb.localdomain> | Wed Dec 19 19:41:01 2007 +0100 |
committer | Thomas Graf <tgr@deb.localdomain> | Wed Dec 19 19:41:01 2007 +0100 |
tree | 073b686f2cbe36fcf5fb53b7225cd3e251259dc2 | |
parent | 680c54fd4616649763a50b122df6cff53b9e62bd [diff] |
Represent default route with destination address length zero So far the destination address for default routes was NULL which complicated the handling of routes in general. By assigning a address of length zero they can be compared to each other. This allows the cache manager to properly handle default routes.