Merge pull request #80 from stspdotname/completehelp |
|
More...
|
almost 2 years ago
|
Add interface type description for IFT_L3IPVLAN used by pppx and mgre |
|
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 |
|
More...
|
almost 2 years ago
|
no SLIP for some time now, remove it from default mtu list |
|
More...
|
almost 2 years ago
|
use isprefix() instead of strncasecmp() as we already do everywhere else |
|
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. |
|
More...
|
almost 2 years ago
|
Start rad after interfaces, it needs interfaces to exist before it looks for them. |
|
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. |
|
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 |
|
More...
|
almost 2 years ago
|
Merge pull request #78 from stspdotname/hidealias |
|
More...
|
almost 2 years ago
|
Merge pull request #77 from stspdotname/exitconfig |
|
More...
|
almost 2 years ago
|
Merge pull request #76 from stspdotname/privconfig |
|
More...
|
almost 2 years ago
|
Merge pull request #75 from stspdotname/exit-command |
|
More...
|
almost 2 years ago
|
Merge pull request #74 from stspdotname/showsadb |
|
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 |
|
More...
|
almost 2 years ago
|
Merge pull request #71 from stspdotname/address |
|
More...
|
almost 2 years ago
|
Merge pull request #68 from stspdotname/pppoe |
|
More...
|
almost 2 years ago
|
make the "autoconf4" command work on pppoe interfaces |
|
More...
|
almost 2 years ago
|