summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vty.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix "show ipv6 route <proto>" command.hasso2004-12-181-2/+2
|
* Some compiler warnings fixes and fix for bugzilla #119.hasso2004-10-121-7/+10
|
* Unbreak "show ip route" command.hasso2004-10-121-2/+2
|
* Compiler warnings fixes.hasso2004-09-261-1/+1
|
* Merge isisd into the Quagga's framework:jardin2003-12-231-2/+16
| | | | | | | | | | - add privs support - use misc quagga's definitions - make it compile"able" - fix segfault cases related to hostname() - add debug isis xxx command This patch has been approved by Paul Jakma.
* 2003-07-15 Paul Jakma <paul@dishone.st>paul2003-07-151-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | * lib/version.h: add ZEBRA_URL (unused for now) * lib/vty.c: CMD_ERR_NOTHING_TODO when reading conf file should not be fatal. slight reformating. * ospfd/ospf_zebra.c: ignore reject/blackhole routes if zebra sends these type of routes. probably should be a new type of route to allow daemons to more easily choose whether to redistribute them - rathen than just a flag (eg for reject/blackhole). reorder the is_prefix_default test for ZEBRA_IPV4_ROUTE_DELETE to avoid the inverted test - slightly more readable. * redhat/zebra.spec.in: Add ospfapi port to services file, if with_ospfapi. * zebra/rib.h: Change nexthop types to an enum. * zebra/rt_netlink.c: run it through indent -nut. Add nexthop_types_desc[] descriptive array for nexthop types. (netlink_route_multipath) debug statements indicate which branch they are in and print out nexthop type. * zebra/zebra_rib.c: slight reformatting. * zebra/zebra_vty.c: Pass ZEBRA_FLAG_BLACKHOLE flag to static_add_ipv4() if Null0 route is configured. print out Null0 if STATIC_IPV4_BLACKHOLE route, and ignore flags (shouldnt be possible to set flags from vty) for config and show route.
* IPv4 part of "make reject|blackhole routes work without nexthop|interface".hasso2003-05-281-4/+135
|
* Add back support for null0 interface blackhole routes.paul2003-05-251-25/+57
|
* Route (reject|blackhole) support from 6Wind patch.hasso2003-05-251-57/+345
|
* Initial revisionpaul2002-12-131-0/+1554