Close PR misc/75. I thought this was done long time ago...

This commit is contained in:
Poul-Henning Kamp 1995-11-06 17:28:31 +00:00
parent 807400860f
commit cc066d80c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12133

View File

@ -576,6 +576,10 @@ decode_rfc1048(p)
case RFC1048_END:
p = end;
continue;
case RFC1048_GATEWAY:
convert_ipaddr(&arptable[ARP_GATEWAY].ipaddr,
p+2);
break;
case RFC1048_NETMASK:
bcopy(p+2,&netmask,4);
break;