| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit b3d1820e48cfd5571ecbc16ed33977141da1e7ad.
Conflicts:
debian/changelog
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 2efaeb45f5d5ef521ce68e09d0342bd0bfb57fcc.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 8d84f562de3a080bd21503b24dde293821f1a94e.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit ca0ea2443b0d11a5c922a1f0e84ed26bda2846f5.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 215e7b9080aa89583d1ce458a285e8b3b11e0ddd.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 8839ea209eac30fcc336841ae336cbbaa614a91f.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit b890cca90fd02cbb71649601a0fb9d4d81346e54.
|
| | | | |
| | | | |
| | | | |
| | | | | |
The install scripts need to be fixed as well
|
| | | | |
| | | | |
| | | | |
| | | | | |
Changes to get rid of vyatta- were putting files in the wrong location.
|
| | | | |
| | | | |
| | | | |
| | | | | |
More places where daemon expected vyatta in name
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The initialization script needs to look for quagga commands,
not vyatta-quagga commands.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since package is called quagga, the filenames should be in quagga
standard locations...
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Do some cleanup work on recently added meta-queue code:
* use table rather than switch
* indent with quagga standard indentation
* since meta_queue_new is only used at initialization
allocation failure should be fatal.
|
| |\ \ \ \ |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The cmd_nodes used to configure vty, can mostly be static so
(basic data hiding 101).
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Interface flags or 64 bit, and on 32 bit platform this needs to
converted to long long for printf. Print in hex because it is
easier to figure out the bits then.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This causes compiler to naturally favor faster path through code.
Anything that logs a message is not fast path.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This forces compiler to generate the more common code on the
faster path.
|
| | | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Setting md5 parameters is allowed without privledges.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
debian/changelog
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
These trivial flag managment functions are easier done inline.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
May also fix one issue with ipv6 static routes.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Mark out dead code with #if 0
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This stuff is only used in RIB code
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Message tables should be unaltered.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
No longer a configuration option in upstream version
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Return value is always the same and never checked.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
TOS support got dropped in the merge.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The hash compare function should not be modifiying its args
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove leftover watchlink config stuff
|
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
debian/changelog
|
| | |/ / /
| |/| | | |
|
|\| | | |
| |/ / /
|/| | |
| | | |
| | | |
| | | | |
Conflicts:
debian/changelog
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bugfix 3488
This puts back the bug fix for route flapping. The change was
reverted (because it was post freeze).
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 09523599d75b0161bbfff62bde436e4782a5864e.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit d10d6c178e3c91e0dc73b6924099cb8fa416c279.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use version string (rather than name) to distinquish vyatta
version of package.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Get rid of some conflicts / overlaps from merge of upstream.
|
|\ \ \ \ \ |
|
| |\ \ \ \ \
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
ChangeLog
NEWS
bgpd/ChangeLog
bgpd/bgp_attr.c
bgpd/bgp_network.c
bgpd/bgp_packet.c
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h
lib/sockopt.c
lib/sockopt.h
lib/zebra.h
mkinstalldirs
zebra/rib.h
zebra/rt_netlink.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
2008-07-22 Paul Jakma <paul.jakma@sun.com>
* HACKING: Document preference for compiler conditional code, over
cpp conditional.
* configure.ac: DISABLE_BGP_ANNOUNCE always should be defined.
* bgp_{packet,route,advertise}.c: change to compiler testing of
DISABLE_BGP_ANNOUNCE, rather than cpp.
2008-07-22 MIYAJIMA Mitsuharu <miyajima.mitsuharu@anchor.jp>
* bgp_packet.c: (bgp_update_packet_eor) Fix crash triggerable
if a bgpd was compiled with --disable-bgp-announce and if GR is
advertised by peer.
|