Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-13 | Parameter order for the proto->if_notify hook was different in the include | Martin Mares | |
file and different in reality. Decided to use the same order as we do for proto->rt_notify (i.e., first new value and second the old one). | |||
1999-02-05 | Implemented new configuration/reconfiguration interface and defined protocol | Martin Mares | |
state machines. Full explanation will follow soon. | |||
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'. |