Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * zebra/interaface.c: "show interface description" command | hasso | 2005-03-13 | 1 | -0/+47 |
| | | | | implemented. | ||||
* | * interface.c: Fix CRC and frame errors statistics in Linux. | hasso | 2005-03-06 | 1 | -1/+1 |
| | |||||
* | * interface.c: Better statistics output in "show interface" command in | hasso | 2005-01-18 | 1 | -13/+15 |
| | | | | | case of /proc being used. I don't have others to test with at the moment. | ||||
* | 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2004-12-07 | 1 | -4/+4 |
| | | | | * *.c: Change level of debug messages to LOG_DEBUG. | ||||
* | 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2004-11-20 | 1 | -6/+6 |
| | | | | | * global: Replace strerror with safe_strerror. And vtysh/vtysh.c needs to include "log.h" to pick up the declaration. | ||||
* | Remove dead "ip tunnel" command. | hasso | 2004-10-28 | 1 | -23/+0 |
| | |||||
* | OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd, | hasso | 2004-10-19 | 1 | -4/+2 |
| | | | | ripd might need some more testing though. | ||||
* | Some compiler warnings fixes and fix for bugzilla #119. | hasso | 2004-10-12 | 1 | -8/+20 |
| | |||||
* | New way to handle secondary addresses from Gilad Arnold. | hasso | 2004-10-03 | 1 | -79/+184 |
| | |||||
* | Remove usage of evil list and listnode typedefs. | hasso | 2004-09-23 | 1 | -8/+8 |
| | |||||
* | 2004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM> | paul | 2004-07-23 | 1 | -2/+2 |
| | | | | | | | | | | | | * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups * zserv.c: ditto * ioctl_solaris.c: ditto. * interface.c: cast for LLADDR * interface.h: Add guards, include redistribute.h and remove extraneous definitions of zebra_interface_{up,down}_update * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6 * redistribute.h: include dependent header, zserv.h * zserv.h: include dependent header, rib.h | ||||
* | OK, here it is - irdp support. But don't expect me to fix any bugs in it. | hasso | 2004-06-12 | 1 | -0/+5 |
| | |||||
* | 2004-05-09 Paul Jakma <paul@dishone.st> | paul | 2004-05-09 | 1 | -1/+18 |
| | | | | | | | | | | | | | | * ioctl.c: (if_get_mtu) set mtu6 to mtu * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu * rt_netlink.c: (netlink_interface) set mtu6 to mtu (netlink_link_change) ditto 2004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com> * interface.c: (if_delete_update) only used with HAVE_NETLINK and RTM_IFANNOUNCE. (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags (if_dump_vty) print mtu6 if not same as mtu | ||||
* | Temorary secondary-label fix. Real fix from Gilad will follow after release. | hasso | 2004-03-18 | 1 | -0/+23 |
| | |||||
* | Fix help. "ipv6 ..." commands are for IPv6. | hasso | 2004-03-11 | 1 | -2/+2 |
| | |||||
* | From: Hasso Tepper <hasso@estpak.ee> | paul | 2003-05-24 | 1 | -31/+1 |
| | | | | ensure only interfaces that are inactive or do not exist can be deleted | ||||
* | From: Hasso Tepper <hasso@estpak.ee> | paul | 2003-05-23 | 1 | -2/+2 |
| | | | | | | | | Add the 'no interface' command to all the daemons and vtysh. now it's possible to delete interface from routeing daemons as well only if it doesn't exist in os. http://hasso.linux.ee/zebra/ht-no_interface_fix.patch | ||||
* | Undo Hasso last patch, about to apply a slightly updated patch. | paul | 2003-05-23 | 1 | -2/+2 |
| | |||||
* | From: Hasso Tepper <hasso@estpak.ee> | paul | 2003-05-23 | 1 | -2/+2 |
| | | | | | | http://hasso.linux.ee/zebra/ht-no_interface-23052003.patch Add the 'no interface' command to all the daemons and vtysh. | ||||
* | Amir - rev 198 | paul | 2003-04-09 | 1 | -2/+0 |
| | | | | | Log: Removed unused variable in interface.c | ||||
* | zebra link state detection supportpatch_z12269_linkstate | paul | 2002-12-13 | 1 | -11/+75 |
| | |||||
* | patch from Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>patch_z14599_multicast_inactive_if | paul | 2002-12-13 | 1 | -11/+25 |
| | | | | [zebra 14599] PATCH: permit [no]multicast command for (yet) inactive interfaces | ||||
* | Initial revision | paul | 2002-12-13 | 1 | -0/+1387 |