Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
soc:2011:pcmattman:journal:week2 [2011/06/02 06:37] pcmattman typo - ; instead of : in http:// |
soc:2011:pcmattman:journal:week2 [2011/06/03 19:30] (current) pcmattman friday & saturday log |
||
---|---|---|---|
Line 86: | Line 86: | ||
Next up this week is Router Solicit messages and finishing off ICMPv6. | Next up this week is Router Solicit messages and finishing off ICMPv6. | ||
+ | |||
+ | ==== Day 5 (June 3) ==== | ||
+ | |||
+ | Only rebased some commits into git master today. | ||
+ | |||
+ | ==== Day 6 (June 4) ==== | ||
+ | |||
+ | [[http://git.etherboot.org/people/pcmattman/gpxe.git/commit/9566953fbed3450d681a0144bb5b9e2323e44482|Implemented ICMPv6 router solicits]] which has allowed test systems to get a usable global prefix much earlier than before. Now I can get to work on DHCPv6! :) | ||
+ | |||
+ | While I was at it, I fixed routing to work properly when a netdev is specified, which should help on multi-homed systems connected to two+ unique networked segments (ie, one prefix per NIC). | ||
+ | |||
+ | I also fixed the formatting for the router advertisement handle function, which had a mix of hard tabs and spaces, each at different tab stops. |