Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-11-29 | Added configuration of the device internal protocol. This is primarily | Martin Mares | |
intended to serve as an example of interface pattern list use. As a side effect, you can disable generating of device routes by disabling this protocol. | |||
1998-10-20 | Added pointer to network to RTE. The complications with passing NET separately | Martin Mares | |
aren't worth 4 bytes per RTE. rte_discard and rte_dump don't need net * as parameter. | |||
1998-10-19 | Fixed generation of device routes for unnumbered point-to-point links. | Martin Mares | |
1998-10-18 | Removed global pointer to proto_dev. | Martin Mares | |
1998-06-04 | We have full interface routes now. | Martin Mares | |
1998-06-03 | Skeleton of device route protocol. As it's tightly coupled with our kernel, | Martin Mares | |
it sits here instead of `proto/dev'. |