]> git.ozlabs.org Git - ppp.git/commit
484: make IPCP put all options in increasing numeric order in all cases.
authorJames Carlson <carlsonj@workingcode.com>
Mon, 9 Sep 2002 04:19:57 +0000 (04:19 +0000)
committerJames Carlson <carlsonj@workingcode.com>
Mon, 9 Sep 2002 04:19:57 +0000 (04:19 +0000)
commit9d7bc1216fe468fe9888b13602e0b4b7d7d169ec
tree1eb50ed6ec70893c79ad10b8e4f268dec69b9392
parent1f80e9621160be1758b67634bb4a668f27d77587
484: make IPCP put all options in increasing numeric order in all cases.
Also fixed unrelated problem found during testing: the reqci handling
for the deprecated IP-Addresses option was setting go->ouraddr rather
than wo->ouraddr.  This caused us to get confused about the meaning of
any subsequent Configure-{Ack,Reject} from the peer, since it made it
look as though the option was illegally modified by the peer.
pppd/ipcp.c