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
fix an indentation error in the nsh integration script More... about 2 years ago
integraton script: fix fallback to default input value upon empty response More... about 2 years ago
convert nsh integration script from DOS to Unix line-endings More... about 2 years ago
fully remove TDM timeslot feature that was already removed from CLI
chriscappuccio
as chris
More... over 2 years ago
Fix default for ip6 defmcasthlim to match OpenBSD
chriscappuccio
as chris
More... over 2 years ago
Fix ip6 dad_count to match OpenBSD default
chriscappuccio
as chris
More... over 2 years ago
Change ip6 redirect to ip6 send-redirect like the ipv4 version "ip send-redirect" Also fix default to match OpenBSD
chriscappuccio
as chris
More... over 2 years ago
Fix default for 'ip mtudisc' to match OpenBSD. This was handled improperly for some new sysctls.
chriscappuccio
as chris
More... over 2 years ago
Merge pull request #32 from ogmaconnect/master
chriscappuccio
as Chris Cappuccio
More... over 2 years ago
Update nsh.8 More... over 2 years ago
Update nsh.8 More... over 2 years ago
Update nsh.8 More... over 2 years ago
Update nsh.8 More... over 2 years ago
Update nsh.8 More... over 2 years ago
Merge pull request #31 from sthen/patch-1
chriscappuccio
as Chris Cappuccio
More... over 2 years ago
Move DEFAULT macros to sysctl.c if they are not used elsewhere. No need to keep these in externs.h with the current sysctl framework which allows us to keep everything damn tidy.
chriscappuccio
as chris
More... over 2 years ago
cleanup up to about line 2200 More... over 2 years ago
start rad earlier, in the same place where we used to only create the rtadvd conf file
chriscappuccio
as chris
More... over 2 years ago
Update TODO reflecting current state of things
chriscappuccio
as chris
More... over 2 years ago
Replace rtadvd (per-interface daemon) with rad (one daemon per machine). Both used the ctl framework for the config file but now we globally enable/ disable as well, not per-inteface. The now-removed 'intrtd' is a good example of how to store stuff so that conf_dB_single can display it. You'll have to look at what was removed, intrtd and conf to see how to do a simple per-interface daemon. The conf_db_single remains but is currently unused!
chriscappuccio
as Chris Cappuccio
More... over 2 years ago
Hey, there's a man page now! Let Makefile know about it for install.
chriscappuccio
as Chris Cappuccio
More... over 2 years ago
Remove v6only here too
chriscappuccio
as Chris Cappuccio
More... over 2 years ago
Finish removing v6only (Tom Smyth)
chriscappuccio
as Chris Cappuccio
More... over 2 years ago
remove MAXIFPREFIXES and MAXIFDEFROUTERS reminded by Tom Smyth
chriscappuccio
as Chris Cappuccio
More... over 2 years ago
Merge pull request #30 from wc-alanmcg/master
chriscappuccio
as Chris Cappuccio
More... over 2 years ago
Merge pull request #29 from scottmcdonnellwc/master
chriscappuccio
as Chris Cappuccio
More... over 2 years ago
Merge pull request #28 from ogmaconnect/ogmaconnect-patch-1-add-manualpage
chriscappuccio
as Chris Cappuccio
More... over 2 years ago
strtonum breaks with ULONG_MAX let's try UINT32_MAX upper bound instead, like ifconfig does for most of these variables
chriscappuccio
as Chris Cappuccio
More... over 2 years ago
adding nsh integration script More... over 2 years ago
adding ctl commands to NSH More... over 2 years ago