commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-28-gfd031fa


From: Alfred M. Szmidt
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_7-28-gfd031fa
Date: Wed, 27 Jan 2010 21:08:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  fd031fa16e1c0366b4baab61416b2790572396e5 (commit)
       via  1644726f371c4902a47819c7d08a62536d5e4eac (commit)
      from  bd081e76a1cc46522a32a1fe68d4a369cebeca84 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=fd031fa16e1c0366b4baab61416b2790572396e5


commit fd031fa16e1c0366b4baab61416b2790572396e5
Author: Alfred M. Szmidt <address@hidden>
Date:   Wed Jan 27 22:14:22 2010 +0100

    Fixed entries.

diff --git a/ChangeLog b/ChangeLog
index 07a222e..c9d9476 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,31 +3,39 @@
        Implement setting interface options: up, down, multicast,
        allmulti.
 
-       * ifconfig/changeif.c (set_flags): New function.
-       (configure_if): Set flags.
-       * ifconfig/flags.c (struct if_flag): New member `rev'.
+       * ifconfig/flags.c: Include <stdlib.h> and "xalloc.h".
+       (if_flag) <rev>: New member.
+       (IFF_NOARGP) [IFF_NOARP]: New flag for "ARP".
+       (IFF_NOTRAILERS) [IFF_NOTRAILERS]: New flag for "TRAILERS".
+       (IFF_NOACC) [IFF_NOACC]: New flag for"ACC".
+       (IFF_NOSR8025) [IFF_NOSR8025]: New flag for "SR8025"
+       (IFF_NOCHECKSUM) [IFF_NOCHECKSUM]: New flag for "CHECKSUM".
+       (cmpname, if_nameztoflag, if_format_flags): New function.
        (if_flagtoname) Avoid extra comparison.
-       (if_nametoflag): Rewrite. Take 2 additional arguments.
-       (if_nameztoflag): New function.
-       (if_format_flags): New function.
-       * ifconfig/flags.h (if_nametoflag): Change signature.
-       (if_nameztoflag): New prototype.
-       * ifconfig/options.c (all_option): New global.
-       (argp_options): Use -A as short option for --address.
-       Add new option -a (--all).
-       New options: --up, --down, --flags.
-       (parse_opt_set_flag, parse_opt_flag_list): New functions.
-       (parse_opt_set_point_to_point): New function.
-       (parse_opt): Handle new options.
-       (argp): Add help filter.
-       * ifconfig/options.h (struct ifconfig): New members: setflags
-       and clrflags.
+        (if_nametoflag): Rewrite.
+       * ifconfig/flags.h (if_nametoflag): Updated prototype.
+       (if_nameztoflag, if_format_flags): New prototypes.
+       * ifconfig/options.c (all_option): New global variable.
+       (UP_OPTION, DOWN_OPTION): New enumerators.
+       (argp_options) <address>: Use -A as short option.  <up, down,
+       flags>: New options.  <all>: New option, with -a as short option.
+       <peer>: Handle an extra argument.  <mtu>: Fix typo.
+       (parse_opt_set_flag, parse_opt_flag_list)
+       (parse_opt_set_point_to_point): New functions.
+       (parse_opt) <UP_OPTION, DOWN_OPTION, F, a>: Handle new options.
+       <p, d>: Call parse_opt_set_point_to_point instead.  <v>: Handle
+       --verbose flag.
+       (default_help_filter): New function
+       (argp): Use default_help_filter as help filter.
+       * ifconfig/options.h (ifconfig) <setflags, clrflags>: New members.
        (parse_opt_set_flag, parse_opt_flag_list)
        (parse_opt_set_point_to_point): New prototypes.
        * ifconfig/printif.c (fh_brdaddr_query, fh_dstaddr_query): Update
        calls to if_nametoflag.
-       * ifconfig/system/linux.c (system_help): Update.
-       (system_parse_opt_rest): Allow for flags (up, down, arp, etc.)
+       * ifconfig/system/linux.c (system_help): Update docstring.
+       (system_parse_opt_rest) <EXPECT_DSTADDR>: Call
+       parse_opt_set_point_to_point instead.  <up, down, flags>: Handle
+       new options.
 
 2010-01-12  Simon Josefsson  <address@hidden>
 

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=1644726f371c4902a47819c7d08a62536d5e4eac


commit 1644726f371c4902a47819c7d08a62536d5e4eac
Author: Alfred M. Szmidt <address@hidden>
Date:   Wed Jan 27 22:14:15 2010 +0100

    Updated.  (silent change)

diff --git a/NEWS b/NEWS
index 93b5b13..7c7598a 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,16 @@ Please send inetutils bug reports to <address@hidden>.
 Unreleased
 Version 1.7.90:
 
+* inetutils
+
+New commands (up and down) to bring up/down an interface using
+ifconfig.
+
+The short option for --address, -a, has been renamed to -A.  And --all
+now uses -a instead.
+
+New commands (multicast, allmulti) to set multicast flags.
+
 * Man pages for the daemons are now in section 8 instead of 1.
 
 * There is now a man page for ping6 too.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |   48 ++++++++++++++++++++++++++++--------------------
 NEWS      |   10 ++++++++++
 2 files changed, 38 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]