Age | Commit message (Collapse) | Author |
|
print carp interface status correctly
|
|
|
|
parse() now wants the first argv member to be the first argument it parses,
i. e. it does not skip over argv[0] any more, caller has to account for that.
the caller does the usual getopt followed by argv += optind; argc -= optind;
dance so this is accounted for.
in parse() don't use a seperate curarg counter, just in/decrease argv/argc
claudio ok
|
|
|
|
is given in the config, fall back to IP otherwise)
new -n switch to force display of IPs
claudio ok
|
|
|
|
|
|
|
|
|
|
|
|
|
|
claudio ok
|
|
established. OK henning@
|
|
- bgp -> BGP
- change description in FILES
- sync to reality
ok henning, jmc
|
|
context-dependent usage help
|
|
|
|
ok henning@
|
|
|
|
OK henning@
|
|
Andrey Matveev <andrushock@korovino.net>
|
|
|
|
|
|
|
|
|
|
print route refresh counters in the neighbor view
|
|
|
|
|
|
and print Template / Cloned flags in the neigbor view, claudio ok
|
|
|
|
|
|
display, claudio ok
|
|
|
|
do it correctly.
|
|
|
|
|
|
|
|
|
|
|
|
show commands are available. OK henning@
|
|
RIB. OK henning@
|
|
|
|
|
|
|
|
|
|
ok claudio
|
|
|
|
|
|
|
|
output.
makes quite some sense so that not every reader has to know the algorithm
for deciding on the interface state...
|
|
the latter does not return, so we don't need to exit() afterwards.
one of the two spotted by jared
|