summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-14bgpd: fix for leaked struct bgp_adj_[in|out] on peer shutdownJorge Boncompte [DTI2]
2013-01-11lib: remove ALL_LIST_ELEMENTS dead code branchDavid Lamparter
2013-01-11zebra: fix netlink NL_PKT_BUF_SIZE高鹏
2013-01-11build: Fix build for systems with no /bin/trueHasso Tepper
2013-01-11build: MacOSX needs BSD struct ip_mreq hack tooHasso Tepper
2013-01-11testzebra: pragma weak: detect systems with weak alias and provide alternativeDoug VanLeuven
2013-01-11Merge remote-tracking branch 'savannah/sf/ospfd'David Lamparter
2013-01-07ospfd: Remove dup MaxAge LSA floodDinesh G Dutt
2013-01-07ospfd: Corrected ospfd Type-4/Type-5 ls update handlingVishal Kumar
2013-01-07ospfd: compile warning cleanupsAndrew Certain
2013-01-07ospfd: Update nsm_change_state to static scope, as it is not called from else...Andrew Certain
2013-01-07ospfd: Changed TE instance check to remove -Wtype-limits warningAndrew Certain
2013-01-07lib: Changes to VTY string-parsing macros to remove warningsAndrew Certain
2013-01-07ospfd: Update comments to be more clear in packet processingAndrew Certain
2013-01-07ospfd: Fixed signed/unsigned masking of negative metricsAndrew Certain
2013-01-07ospfd: Fixed typo bug in ospf_vty.h:ospf_neighborAndrew Certain
2013-01-07ospfd: fix argument parsing for distribute-listChristian Franke
2013-01-07ospf: fix apiserver enableDavid Lamparter
2013-01-07ospf: Fix type-4 network mask to 0 per RFCLeonard Tracy
2013-01-07ospf: Reduce MaxAge log levelAyan Banerjee
2013-01-07ospf: Convert MAX_AGE LSA list to treeDinesh Dutt
2013-01-07ospf: forward ref. of areas for "max-metric router-lsa administrative" cmdAyan Banerjee
2013-01-07ospf: suppress delete using replacementAyan Banerjee
2012-12-13build: check for .git in configure.acDavid Lamparter
2012-12-13build: fix dist tarballDavid Lamparter
2012-12-13build: update ICC warning CFLAGSDavid Lamparter
2012-12-12isisd: fix ipv6 metric endiannessNick Hilliard
2012-12-12isisd: verify metrics on metric-style transitionChristian Franke
2012-12-12isisd: fix metrics check for metric-style narrowChristian Franke
2012-12-12isisd: address Coverity warningsDavid Lamparter
2012-12-12isisd: always join all IS-IS multicast groupsDavid Lamparter
2012-12-12isisd: save metric-style narrowChristian Franke
2012-12-12isisd: fix spftree_area_del typo causing SEGVDavid Lamparter
2012-12-12isisd: drop hellos without supported protocol listDavid Lamparter
2012-12-12isisd: refuse adjacencies with our own system IDDavid Lamparter
2012-12-12isisd: do not add >63 IP addresses to helloDavid Lamparter
2012-12-12build: include git infoDavid Lamparter
2012-11-30zebra: include intf when sending IPv4 nexthop to FPMAvneesh Sachdev
2012-11-30doc: add blurbs on zebra FPM interface and commandsAvneesh Sachdev
2012-11-30zebra: add module to communicate routes to FPMAvneesh Sachdev
2012-11-30fpm: Add public header for Forwarding Plane ManagerAvneesh Sachdev
2012-11-30lib: bring in sys/queue.h from FreeBSD treeAvneesh Sachdev
2012-11-30zebra: extern/extract some functions from rt_netlink.cAvneesh Sachdev
2012-11-30zebra: add iterator for walking all tables in RIBAvneesh Sachdev
2012-11-30zebra: add way to determine VRF/AFI/SAFI of tableAvneesh Sachdev
2012-11-30zebra: add structure to hold per-prefix state in RIBAvneesh Sachdev
2012-11-30bgpd: document bgp neighbor local-as peer commandAndrew Certain
2012-11-30bgpd: Fixed out-of-date commentAndrew Certain
2012-11-30bgpd: add replace-as modifier for BGP neighborAndrew Certain
2012-11-05lib: Implement monotonically increasing clock for Darwin.Hasso Tepper