Module Name:src
Committed By: roy
Date: Wed Sep 25 14:55:31 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
ifconfig.8: -s only looks at interface link state
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sbin/ifconfig/ifconfig.8
Module Name:src
Committed By: roy
Date: Wed Sep 25 14:55:31 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
ifconfig.8: -s only looks at interface link state
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sbin/ifconfig/ifconfig.8
Module Name:src
Committed By: ozaki-r
Date: Tue Aug 20 08:18:24 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8 ifconfig.c
Log Message:
ifconfig: show link state on -v
We could guess it through "media" or "status" output, however, we
sometimes want to know it direc
Module Name:src
Committed By: ozaki-r
Date: Tue Aug 20 08:18:24 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8 ifconfig.c
Log Message:
ifconfig: show link state on -v
We could guess it through "media" or "status" output, however, we
sometimes want to know it direc
Module Name:src
Committed By: yamaguchi
Date: Tue Apr 9 08:53:08 UTC 2024
Modified Files:
src/sbin/ifconfig: lagg.c
Log Message:
lagg(4): allocate memory for struct lagg_req by calloc(3)
to fix build error on clang
To generate a diff of this commit:
cvs rdiff -u -r1.7 -
Module Name:src
Committed By: yamaguchi
Date: Tue Apr 9 08:53:08 UTC 2024
Modified Files:
src/sbin/ifconfig: lagg.c
Log Message:
lagg(4): allocate memory for struct lagg_req by calloc(3)
to fix build error on clang
To generate a diff of this commit:
cvs rdiff -u -r1.7 -
Module Name:src
Committed By: andvar
Date: Mon Apr 8 20:28:34 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
Update the date of the documentation to reflect recent changes.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sbin/ifc
Module Name:src
Committed By: andvar
Date: Mon Apr 8 20:28:34 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
Update the date of the documentation to reflect recent changes.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sbin/ifc
Module Name:src
Committed By: uwe
Date: Mon Apr 8 12:32:57 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
ifconfig(8): move laggportpri next to laggport
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sbin/ifconfig/ifconfig.8
Pl
Module Name:src
Committed By: uwe
Date: Mon Apr 8 12:32:57 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
ifconfig(8): move laggportpri next to laggport
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sbin/ifconfig/ifconfig.8
Pl
Module Name:src
Committed By: kre
Date: Mon Apr 8 09:25:25 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
Correct a very minor typo (s/id/is/)
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sbin/ifconfig/ifconfig.8
Please note
Module Name:src
Committed By: kre
Date: Mon Apr 8 09:25:25 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
Correct a very minor typo (s/id/is/)
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sbin/ifconfig/ifconfig.8
Please note
Hi,
It's likely minor, but I believe these changes are enough to also
update the documentation date:
Index: ./src/sbin/ifconfig/ifconfig.8
-.Dd November 25, 2022
+.Dd April 8, 2024
Also "If the interface id a lagg(4) pseudo-interface" probably was
meant to be "If the interface is a lagg(4)..."
Module Name:src
Committed By: yamaguchi
Date: Mon Apr 8 04:29:52 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
Added documents about parameters related to lagg(4)
PR misc/58125
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sb
Module Name:src
Committed By: yamaguchi
Date: Mon Apr 8 04:29:52 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
Added documents about parameters related to lagg(4)
PR misc/58125
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sb
Module Name:src
Committed By: yamaguchi
Date: Mon Apr 8 00:50:49 UTC 2024
Modified Files:
src/sbin/ifconfig: lagg.c
Log Message:
lagg(4): fix missing initialization of the number of array
pointed out by martin@, thanks.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: yamaguchi
Date: Mon Apr 8 00:50:49 UTC 2024
Modified Files:
src/sbin/ifconfig: lagg.c
Log Message:
lagg(4): fix missing initialization of the number of array
pointed out by martin@, thanks.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: yamaguchi
Date: Thu Apr 4 08:01:55 UTC 2024
Modified Files:
src/sbin/ifconfig: lagg.c
Log Message:
ifconfig: remove optional space
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/ifconfig/lagg.c
Please note that diffs
Module Name:src
Committed By: yamaguchi
Date: Thu Apr 4 08:01:55 UTC 2024
Modified Files:
src/sbin/ifconfig: lagg.c
Log Message:
ifconfig: remove optional space
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/ifconfig/lagg.c
Please note that diffs
Module Name:src
Committed By: yamaguchi
Date: Wed Dec 6 05:57:39 UTC 2023
Modified Files:
src/sbin/ifconfig: lagg.c
Log Message:
Fix "ifconfig lagg* lagglacp -maxports" command
This command clears the setting of the maximum number of
lacp active ports. The command was ac
Module Name:src
Committed By: yamaguchi
Date: Wed Dec 6 05:57:39 UTC 2023
Modified Files:
src/sbin/ifconfig: lagg.c
Log Message:
Fix "ifconfig lagg* lagglacp -maxports" command
This command clears the setting of the maximum number of
lacp active ports. The command was ac
Module Name:src
Committed By: mlelstv
Date: Sun Mar 26 01:04:16 UTC 2023
Modified Files:
src/sbin/ifconfig: carp.c ifconfig.8
Log Message:
Fix parser for carp state.
The state values are uppercase words INIT, BACKUP and MASTER.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: mlelstv
Date: Sun Mar 26 01:04:16 UTC 2023
Modified Files:
src/sbin/ifconfig: carp.c ifconfig.8
Log Message:
Fix parser for carp state.
The state values are uppercase words INIT, BACKUP and MASTER.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: knakahara
Date: Fri Nov 25 08:41:05 UTC 2022
Modified Files:
src/sbin/ifconfig: ifconfig.8 ifconfig.c
Log Message:
ifconfig(8) support unnumbered flag.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sbin/ifconfig/ifconfi
Module Name:src
Committed By: knakahara
Date: Fri Nov 25 08:41:05 UTC 2022
Modified Files:
src/sbin/ifconfig: ifconfig.8 ifconfig.c
Log Message:
ifconfig(8) support unnumbered flag.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sbin/ifconfig/ifconfi
Module Name:src
Committed By: nat
Date: Wed Aug 17 23:36:48 UTC 2022
Modified Files:
src/sbin/ifconfig: af_inetany.c
Log Message:
Revert to previous as the atf tests are still failing.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sbin/ifconfig/af_ine
Module Name:src
Committed By: nat
Date: Wed Aug 17 23:36:48 UTC 2022
Modified Files:
src/sbin/ifconfig: af_inetany.c
Log Message:
Revert to previous as the atf tests are still failing.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sbin/ifconfig/af_ine
Module Name:src
Committed By: nat
Date: Wed Aug 17 12:35:11 UTC 2022
Modified Files:
src/sbin/ifconfig: af_inetany.c
Log Message:
Use existing address when setting parameters.
No need to specify address every time when setting broadcast address or
netmask.
Hopefully succ
Module Name:src
Committed By: nat
Date: Wed Aug 17 12:35:11 UTC 2022
Modified Files:
src/sbin/ifconfig: af_inetany.c
Log Message:
Use existing address when setting parameters.
No need to specify address every time when setting broadcast address or
netmask.
Hopefully succ
Module Name:src
Committed By: nat
Date: Tue Aug 16 22:31:24 UTC 2022
Modified Files:
src/sbin/ifconfig: af_inetany.c
Log Message:
Revert to previous as atf tests were failing.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sbin/ifconfig/af_inetany.c
P
Module Name:src
Committed By: nat
Date: Tue Aug 16 22:31:24 UTC 2022
Modified Files:
src/sbin/ifconfig: af_inetany.c
Log Message:
Revert to previous as atf tests were failing.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sbin/ifconfig/af_inetany.c
P
Module Name:src
Committed By: nat
Date: Tue Aug 16 10:47:11 UTC 2022
Modified Files:
src/sbin/ifconfig: af_inetany.c
Log Message:
No need address every time to specify broadcast and netmask.
Previously ifconfig would fail silently.
Addresses PR bin/10911.
To generate a
Module Name:src
Committed By: nat
Date: Tue Aug 16 10:47:11 UTC 2022
Modified Files:
src/sbin/ifconfig: af_inetany.c
Log Message:
No need address every time to specify broadcast and netmask.
Previously ifconfig would fail silently.
Addresses PR bin/10911.
To generate a
Module Name:src
Committed By: kardel
Date: Tue Oct 1 10:52:53 UTC 2019
Modified Files:
src/sbin/ifconfig: util.c
Log Message:
PR/54513 ifconfig exits on newly created carp interfaces
downgrade from err(EXIT_FAILURE, ... ) to warn() if ioctl(SIOCGLIFADDR) fails.
ifconfig n
Module Name:src
Committed By: kardel
Date: Tue Oct 1 10:52:53 UTC 2019
Modified Files:
src/sbin/ifconfig: util.c
Log Message:
PR/54513 ifconfig exits on newly created carp interfaces
downgrade from err(EXIT_FAILURE, ... ) to warn() if ioctl(SIOCGLIFADDR) fails.
ifconfig n
Module Name:src
Committed By: msaitoh
Date: Fri Aug 16 10:33:17 UTC 2019
Modified Files:
src/sbin/ifconfig: af_atalk.c af_inet.c af_inet6.c af_inetany.c
af_link.c env.c ether.c extern.h ieee80211.c ifconfig.c parse.c
parse.h pfsync.c tunnel.c util.c
Module Name:src
Committed By: msaitoh
Date: Fri Aug 16 10:33:17 UTC 2019
Modified Files:
src/sbin/ifconfig: af_atalk.c af_inet.c af_inet6.c af_inetany.c
af_link.c env.c ether.c extern.h ieee80211.c ifconfig.c parse.c
parse.h pfsync.c tunnel.c util.c
Module Name:src
Committed By: msaitoh
Date: Mon Jul 8 03:04:15 UTC 2019
Modified Files:
src/sbin/ifconfig: ether.c ifconfig.8
Log Message:
Add "ifconfig [-]vlan-hwtagging" to enable/disable VLAN hardware tagging
offload function. It's useful to see Ethernet frame's VLAN
Module Name:src
Committed By: msaitoh
Date: Mon Jul 8 03:04:15 UTC 2019
Modified Files:
src/sbin/ifconfig: ether.c ifconfig.8
Log Message:
Add "ifconfig [-]vlan-hwtagging" to enable/disable VLAN hardware tagging
offload function. It's useful to see Ethernet frame's VLAN
Module Name:src
Committed By: wiz
Date: Thu Jul 4 13:55:31 UTC 2019
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
Formatting nit.
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sbin/ifconfig/ifconfig.8
Please note that diffs are not pu
Module Name:src
Committed By: wiz
Date: Thu Jul 4 13:55:31 UTC 2019
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
Formatting nit.
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sbin/ifconfig/ifconfig.8
Please note that diffs are not pu
Module Name:src
Committed By: ozaki-r
Date: Thu Jul 4 02:45:46 UTC 2019
Modified Files:
src/sbin/ifconfig: ifconfig.8 ifconfig.c
Log Message:
Add descr,description/-descr,-description commands to ifconfig(8) to handle a
description.
>From t-kusaba@IIJ
To generate a di
Module Name:src
Committed By: ozaki-r
Date: Thu Jul 4 02:45:46 UTC 2019
Modified Files:
src/sbin/ifconfig: ifconfig.8 ifconfig.c
Log Message:
Add descr,description/-descr,-description commands to ifconfig(8) to handle a
description.
>From t-kusaba@IIJ
To generate a di
On Wed, Sep 14, 2016 at 02:17:26PM +0100, Roy Marples wrote:
> On 14/09/2016 13:00, Joerg Sonnenberger wrote:
> > On Wed, Sep 14, 2016 at 11:46:43AM +, Roy Marples wrote:
> >> Module Name: src
> >> Committed By: roy
> >> Date: Wed Sep 14 11:46:43 UTC 2016
> >>
> >> Modif
On 14/09/2016 13:00, Joerg Sonnenberger wrote:
> On Wed, Sep 14, 2016 at 11:46:43AM +, Roy Marples wrote:
>> Module Name: src
>> Committed By:roy
>> Date:Wed Sep 14 11:46:43 UTC 2016
>>
>> Modified Files:
>> src/sbin/ifconfig: media.c
>>
>> Log Message:
>> Don't bai
On Wed, Sep 14, 2016 at 11:46:43AM +, Roy Marples wrote:
> Module Name: src
> Committed By: roy
> Date: Wed Sep 14 11:46:43 UTC 2016
>
> Modified Files:
> src/sbin/ifconfig: media.c
>
> Log Message:
> Don't bail if SIOGIFMEDIA doesn't return any media lists because we
> can sti
Also RFC4941 related change (depends on ticket #441)
/P
On 20 Jan 2015, at 23:13 , Roy Marples wrote:
> Module Name: src
> Committed By: roy
> Date: Tue Jan 20 22:13:19 UTC 2015
>
> Modified Files:
> src/sbin/ifconfig: af_inet6.c
>
> Log Message:
> Display the IPv6 address flag
On Sun, Mar 18, 2012 at 05:08:44PM +0200, Jukka Ruohonen wrote:
> All good; exited without nothing printed to stderr and the status is zero.
> But this:
>
> atf_check -o ignore \
> -s exit:0 -x "find /etc -type f -exit"
>
> yields
>
> tc-so:Executing command [ /bi
On Sun, Mar 18, 2012 at 11:57:08PM +0900, Julio Merino wrote:
> >But why is stderr being involved?
>
> If you really want to ignore stderr in the test, pass "-e ignore" to
> atf_check. The default is "-o empty -e empty".
>
> Now, the question is: do you really want to ignore the message, or do
On 3/18/12 1:53 AM, Jukka Ruohonen wrote:
On Fri, Mar 16, 2012 at 10:25:08PM -0400, Christos Zoulas wrote:
Module Name:src
Committed By: christos
Date: Sat Mar 17 02:25:08 UTC 2012
Modified Files:
src/sbin/ifconfig: af_inetany.c
Log Message:
PR/43141: Tobias Nygren: Pri
On Sat, Mar 17, 2012 at 06:53:31PM +0200, Jukka Ruohonen wrote:
> On Fri, Mar 16, 2012 at 10:25:08PM -0400, Christos Zoulas wrote:
> > Module Name:src
> > Committed By: christos
> > Date: Sat Mar 17 02:25:08 UTC 2012
> >
> > Modified Files:
> > src/sbin/ifconfig: af
On Fri, Mar 16, 2012 at 10:25:08PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sat Mar 17 02:25:08 UTC 2012
>
> Modified Files:
> src/sbin/ifconfig: af_inetany.c
>
> Log Message:
> PR/43141: Tobias Nygren: Print an error on unknown interfaces.
> Log Message:
> When ifconfig is invoked without any arguments, display the list of
> all network interfaces (equivalent to ifconfig -a), instead of displaying
> the usage. (This is consistent with the behaviour on FreeBSD and OpenBSD.)
That doesn't necessarily make it desirable.
I object to thi
Module Name:src
Committed By: is
Date: Sat Jan 30 18:30:33 UTC 2010
Modified Files:
src/sbin/ifconfig: af_atalk.c
Log Message:
Use getnameinfo() for printing AppleTalk addresses. While here, fix
printing of broadcast for this address family (AT broadcast is fixed
node 255
Module Name:src
Committed By: dyoung
Date: Fri Jan 22 23:50:07 UTC 2010
Modified Files:
src/sbin/ifconfig: af_inet6.c
Log Message:
Compare a pointer with NULL instead of testing its "truth."
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sbin/ifconfig/
On 15/Sep - 11:26, Havard Eidnes wrote:
> > On 15/Sep - 00:33, Izumi Tsutsui wrote:
> > > > Modified Files:
> > > > src/sbin/ifconfig: Makefile.inc
> > > >
> > > > Log Message:
> > > > Change from using ${.CURDIR} to ${NETBSDSRCDIR} because this file
> > > > may be included by different par
> On 15/Sep - 00:33, Izumi Tsutsui wrote:
> > > Modified Files:
> > > src/sbin/ifconfig: Makefile.inc
> > >
> > > Log Message:
> > > Change from using ${.CURDIR} to ${NETBSDSRCDIR} because this file
> > > may be included by different parts of the source tree, in particular
> > > deep down in the
On 15/Sep - 00:33, Izumi Tsutsui wrote:
> > Modified Files:
> > src/sbin/ifconfig: Makefile.inc
> >
> > Log Message:
> > Change from using ${.CURDIR} to ${NETBSDSRCDIR} because this file
> > may be included by different parts of the source tree, in particular
> > deep down in the distrib/ tree
> Modified Files:
> src/sbin/ifconfig: Makefile.inc
>
> Log Message:
> Change from using ${.CURDIR} to ${NETBSDSRCDIR} because this file
> may be included by different parts of the source tree, in particular
> deep down in the distrib/ tree, where ../.. isn't sufficient to "climb"
> up to th
2009/8/7 David Young :
> Module Name: src
> Committed By: dyoung
> Date: Fri Aug 7 18:53:37 UTC 2009
>
> Modified Files:
> src/sbin/ifconfig: af_inet6.c extern.h ifconfig.c tunnel.c util.c
>
> Log Message:
> Add option -N. -N is just the opposite of option -n in netstat(8)
>
60 matches
Mail list logo