summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.c
Commit message (Collapse)AuthorAgeFilesLines
* 2004-05-09 Paul Jakma <paul@dishone.st>paul2004-05-091-494/+202
| | | | | | | | | | | | | | | | | | | | | | | | * zserv.c: (zsend_route_multipath) Set the nexthop_num field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6. Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds. (zsend_ipv4_add) cruft, deleted. (zsend_ipv4_delete) ditto. (zsend_ipv6_add) ditto. (zsend_ipv6_delete) ditto. 2004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com> * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed into single zsend_route_multipath function. (zsend_interface_{up,down}) collapsed into zsend_interface_update. (zsend_interface_address_{add,delete}) collapsed into zsend_interface_address. (zsend_interface_add) send mtu6. (zsend_interface_delete) ditto. (zebra_write) remove unused function. (various) Apply static qualifier. Add comments. * zserv.h: Definitions changed as per above. * redistribute.c: Changes as per zserv.c.
* * Fixed lowering privileges in proc ipforward method.hasso2004-04-061-1/+15
| | | | | * Fixed "(no) ipv6 forwarding" command logic. * Added --disable-capabilities switch to configure.
* Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGERhasso2004-03-041-0/+9
| | | | from vtysh ([quagga-dev 932]).
* Added "ipv6 forwarding" command and fixed "no ipv6 forwarding" help.hasso2004-02-111-2/+21
|
* 2003-06-15 Paul Jakma <paul@dishone.st>paul2003-06-151-22/+15
| | | | | | | | * lib/vty.{c,h}: Remove vty layer depending on a 'master' global, pass the thread master in explicitly to vty_init. Sort out some header dependency problems with lib/command.h * zebra/: Move globals to struct zebrad. Update vty_init(). * (.*)/\1_main.c: update call to vty_init().
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-0/+9
| | | | * Merge of zebra privileges
* Add back support for null0 interface blackhole routes.paul2003-05-251-0/+3
|
* Last fixes from 6Wind patch.hasso2003-05-251-1/+13
|
* Route (reject|blackhole) support from 6Wind patch.hasso2003-05-251-3/+0
|
* "ip forwarding" command. Patch from Jim Crumpler.hasso2003-05-251-0/+27
|
* Sync to Zebra.org 20030301paul2003-03-011-17/+159
|
* zebra link state detection supportpatch_z12269_linkstatepaul2002-12-131-0/+4
|
* Initial revisionpaul2002-12-131-0/+1806