1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #80 from stspdotname/completehelp
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Add interface type description for IFT_L3IPVLAN used by pppx and mgre
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
add tab-completion to "inet" and "inet6" commands and revive "ip" More... almost 2 years ago
llpriority has interface-specific defaults so use a table there as well
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
no SLIP for some time now, remove it from default mtu list
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
use isprefix() instead of strncasecmp() as we already do everywhere else
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Look up default packet priority in a table based on interface name prefix. Not all interfaces have a default rx/txprio of 0.
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Start rad after interfaces, it needs interfaces to exist before it looks for them.
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
The is_bridge() test was expanded to include hybrid interfaces like nvgre. There were some unintended consequences (and perhaps there will continue to be) In this case, get rid of some unnecessary errors during conf() when bridge.c tries to do bridgey things with an is_bridge() that don't offer all of the ioctls that a bridge(4) offers.
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
remove resolved commands show sadb and show eigrp More... almost 2 years ago
Merge pull request #79 from stspdotname/inetcmd
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Merge pull request #78 from stspdotname/hidealias
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Merge pull request #77 from stspdotname/exitconfig
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Merge pull request #76 from stspdotname/privconfig
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Merge pull request #75 from stspdotname/exit-command
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Merge pull request #74 from stspdotname/showsadb
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
rename the "address" command to "inet" and extend the "inet6" command More... almost 2 years ago
hide the deprecated "alias" command from the help menu More... almost 2 years ago
add a global "exit" command which leaves configuration mode More... almost 2 years ago
require privileged mode for the "configure" command. More... almost 2 years ago
implement interface mode "exit" as a regular command More... almost 2 years ago
Merge pull request #73 from stspdotname/interface-exit More... almost 2 years ago
define "exit" as a pseudo-command in interface configuration mode More... almost 2 years ago
remove pointless error message displayed by 'show sadb' More... almost 2 years ago
Merge pull request #72 from stspdotname/tab-space More... almost 2 years ago
insert one space character after tab-completing a word More... almost 2 years ago
Merge pull request #70 from stspdotname/nocmd
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Merge pull request #71 from stspdotname/address
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Merge pull request #68 from stspdotname/pppoe
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
make the "autoconf4" command work on pppoe interfaces More... almost 2 years ago