diff options
author | Roland McGrath <roland@gnu.org> | 2000-02-04 08:42:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-02-04 08:42:16 +0000 |
commit | e4297b3490c1b1f03b12480a815f6eaa7b900105 (patch) | |
tree | fb6ac37370efd791ad274dc7f2fadf400521f64e /pfinet | |
parent | ca03e0a0369ab4b49c2f481992f613fff116f594 (diff) |
.
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index cd0acf7f..4bf8d70d 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,19 @@ +2000-02-04 Roland McGrath <roland@baalperazim.frob.com> + + * options.c (parse_opt): New code to set the default gateway using + fib_new_table and the tb_insert/tb_delete callbacks. + + * options.c (parse_opt): Take global_lock while applying changes. + * main.c (main): Unlock global_lock before calling argp_parse. + + * options.c (struct parse_interface): Use uint32_t for the IP + address members. + + * linux-src/net/ipv4/devinet.c [_HURD_] (inquire_device): New function. + * options.c: Declare it. + (trivfs_append_args): Use inquire_device for --address and --netmask. + (ADD_ADDR_OPT): #undef it after uses. + 2000-02-03 Roland McGrath <roland@baalperazim.frob.com> Complete overhaul of pfinet based on the IPv4 networking code from the |