1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove more ancient stuff, in this case, OpenBSD 5.9 compat vlan code
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
Get rid of "Set" on description of some interface commands since every interface command sets something.
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
attempt to describe wg endpoint better although here we mean the brackets are included, just like pflow destination with ipv6. in other help contexts, brackets mean the the option may be omitted, this needs more documentation. hopefully people get that brackets inside of <mandatory> are literal things to be included?
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
add the option of 'vnetid any' for multipoint-to-multipoint mode in vxlan
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
get rid of ancient OpenBSD compatibility
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
use pflow_addr return values to bail out of pflow configuration instead of sending a garbage ioctl to the kernel
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
Initial port of wireguard to nsh. There are a few minor differences between ifconfig and nsh:
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
add IFT_MBIM and IFT_WIREGUARD descriptions
chriscappuccio
as chris
More... almost 4 years ago
llpriority default is 3, so let's do it
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
llpriority
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
carpdev was removed in openbsd some time ago, let's match
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
apparently there's an ioctl for deleting vnetid, so we should use it
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
now that sysupgrade is a reality, we can be content
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
replacing long carp keys with shorter ones requires bzero first from ifconfig (blu...@openbsd)
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
apparently ifa_addr can be NULL let's avoid finding this out the hard way from ifconfig (ben...@openbsd)
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
support interface monitor mode (ignores incoming packets) on set and conf routines
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
IPv6 ifq maxlen also no longer supported
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
ifq maxlen is no longer supported
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
MIB_STOP is an internal sentinel, not part of the debugging output
chriscappuccio
as chris
More... almost 4 years ago
extern for -fno-common
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
dmesg -s note in MANUAL from naddy
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
Fix build with -fno-common from naddy
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
IFQ drops is no longer a thing from Tom Smyth
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
Swap 'autoconfprivacy' interface flag to 'temporary' from Tom Smyth
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
Tom Smyth fixes more clang warnings.
chriscappuccio
as Chris Cappuccio
More... almost 4 years ago
rid of unused stuff
chriscappuccio
as chris
More... almost 4 years ago
stupid
chriscappuccio
as chris
More... almost 4 years ago
Clear up misleading indentation (clang)
chriscappuccio
as chris
More... almost 4 years ago
Put a 4th argument in the killcmd list and a 5th NULL terminator
chriscappuccio
as chris
More... almost 4 years ago
Stop using '\0' in argv constructs, NULL should be the end sentinel.
chriscappuccio
as chris
More... almost 4 years ago