.. |
.gitignore
|
5515de330c
[administrivia] Update gitignore files
|
12 years ago |
BGP4-MIB.txt
|
718e374419
Initial revision
|
18 years ago |
IMPLEMENTATION.txt
|
6ea7cdc593
Adjust size complexity estimates. Still not quite right, but closer.
|
16 years ago |
Makefile.am
|
3334bab0d9
bgpd: Add support for BGP Large Communities
|
4 years ago |
bgp_advertise.c
|
af309fa58f
bgpd: Show more meaningful outq value in 'show ip bgp summary' output.
|
4 years ago |
bgp_advertise.h
|
af309fa58f
bgpd: Show more meaningful outq value in 'show ip bgp summary' output.
|
4 years ago |
bgp_aspath.c
|
a0a4e6814c
Fix malformed AS_SEQUENCE segments for long as path
|
3 years ago |
bgp_aspath.h
|
78243040fc
bgpd: iBGP multipath is broken if 'bgp deterministic-med' is enabled.
|
4 years ago |
bgp_attr.c
|
e69b535f92
bgpd/security: Fix double free of unknown attribute
|
3 years ago |
bgp_attr.h
|
e69b535f92
bgpd/security: Fix double free of unknown attribute
|
3 years ago |
bgp_btoa.c
|
9099f9b2a6
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
|
5 years ago |
bgp_clist.c
|
3334bab0d9
bgpd: Add support for BGP Large Communities
|
4 years ago |
bgp_clist.h
|
3334bab0d9
bgpd: Add support for BGP Large Communities
|
4 years ago |
bgp_community.c
|
d3ac733b41
bgpd: 'set comm-list delete' stops as soon as it hits a community-list entry with a deny
|
5 years ago |
bgp_community.h
|
d3ac733b41
bgpd: 'set comm-list delete' stops as soon as it hits a community-list entry with a deny
|
5 years ago |
bgp_damp.c
|
2b7cf4073d
vtysh: Fix spelling errors in strings flagged by lintian.
|
3 years ago |
bgp_damp.h
|
06bd420d46
bgpd: Display of configured dampening parameters
|
5 years ago |
bgp_debug.c
|
9e52511518
bgpd/security: debug print of received NOTIFY data can over-read msg array
|
3 years ago |
bgp_debug.h
|
60cc95921a
bgpd, doc, lib, zebra: nexthop-tracking in zebra
|
4 years ago |
bgp_dump.c
|
b4e0119852
bgpd: Fix buffer overflow error in bgp_dump_routes_func
|
4 years ago |
bgp_dump.h
|
dbe99e0c40
bgpd: Update dump to allow Extended Time Format
|
5 years ago |
bgp_ecommunity.c
|
5a81fc9ae6
bgpd: encap: extend extcommunity handling
|
5 years ago |
bgp_ecommunity.h
|
5a81fc9ae6
bgpd: encap: extend extcommunity handling
|
5 years ago |
bgp_encap.c
|
c8e80972d5
bgpd: fix memory leaks in show commands
|
4 years ago |
bgp_encap.h
|
c49a2747f6
bgpd: make bgp_nlri_parse_encap conform with other nlri_parse funcs
|
5 years ago |
bgp_encap_tlv.c
|
298cc2f688
bgpd: encap: add encap SAFI (RFC5512)
|
5 years ago |
bgp_encap_tlv.h
|
c374178953
bgpd: encap: add attribute handling
|
5 years ago |
bgp_encap_types.h
|
298cc2f688
bgpd: encap: add encap SAFI (RFC5512)
|
5 years ago |
bgp_filter.c
|
0f2f7a3fa5
*: Fix duplicate commands from view/enable node consolidation
|
4 years ago |
bgp_filter.h
|
62bed38d2f
bgp: compiler warning fix
|
11 years ago |
bgp_fsm.c
|
2b7cf4073d
vtysh: Fix spelling errors in strings flagged by lintian.
|
3 years ago |
bgp_fsm.h
|
743dd42b3f
bgpd: Fix NHT race with Connect leading to test tool issues
|
4 years ago |
bgp_fsm_4271.dot
|
86d87e018b
bgpd: Graphviz dot files for the BGP FSM
|
4 years ago |
bgp_fsm_quagga.dot
|
86d87e018b
bgpd: Graphviz dot files for the BGP FSM
|
4 years ago |
bgp_lcommunity.c
|
3334bab0d9
bgpd: Add support for BGP Large Communities
|
4 years ago |
bgp_lcommunity.h
|
3334bab0d9
bgpd: Add support for BGP Large Communities
|
4 years ago |
bgp_main.c
|
5e13840d7f
lib/thread: get rid of the shallow-copy thread_fetch add a sane thread_main
|
3 years ago |
bgp_mpath.c
|
3334bab0d9
bgpd: Add support for BGP Large Communities
|
4 years ago |
bgp_mpath.h
|
6d4742bef7
bgpd: make bgp_info_cmp and multiple-path decision logic more regular
|
5 years ago |
bgp_mplsvpn.c
|
c8e80972d5
bgpd: fix memory leaks in show commands
|
4 years ago |
bgp_mplsvpn.h
|
405e9e19eb
bgpd: Remove the double-pass parsing of NLRIs
|
5 years ago |
bgp_network.c
|
5a0c1be698
bgpd: Config state related to OPEN must now be copied to accept peer.
|
4 years ago |
bgp_network.h
|
e3443a2155
bgpd: simplify ebgp-multihop and ttl-security handling
|
4 years ago |
bgp_nexthop.c
|
810ab34c56
bgp: bgp_nexthop init/free AFI_ETHER related NH tables
|
4 years ago |
bgp_nexthop.h
|
d9ab53ab40
bgpd, zebra: Use next hop tracking for connected routes too
|
4 years ago |
bgp_nht.c
|
1db1b9baea
bgpd: Fix mistake in NHT of connected IPv6 next-hops preventing route advertisement
|
3 years ago |
bgp_nht.h
|
3dda6b3ecc
bgpd: Rejiggle exported nht function names and consolidate some code
|
4 years ago |
bgp_open.c
|
adda534f95
bgpd: fix SIGBUS
|
3 years ago |
bgp_open.h
|
f3cfc46450
lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.h
|
5 years ago |
bgp_packet.c
|
f1ee20c940
bgpd: remove stream_pnt use for notify data
|
3 years ago |
bgp_packet.h
|
743dd42b3f
bgpd: Fix NHT race with Connect leading to test tool issues
|
4 years ago |
bgp_regex.c
|
0490729cc0
lib, bgpd, tests: Refactor FILTER_X in zebra.h
|
5 years ago |
bgp_regex.h
|
25f45887ab
[configure] add configure support for PCRE Posix library
|
11 years ago |
bgp_route.c
|
b720729eab
bgpd: distance comment
|
3 years ago |
bgp_route.h
|
e25a9741fb
bgpd: don't count a route with an unreachable nexthop in PfxRcd
|
4 years ago |
bgp_routemap.c
|
3334bab0d9
bgpd: Add support for BGP Large Communities
|
4 years ago |
bgp_snmp.c
|
0490729cc0
lib, bgpd, tests: Refactor FILTER_X in zebra.h
|
5 years ago |
bgp_snmp.h
|
94f2b3923e
2005-06-28 Paul Jakma <paul.jakma@sun.com>
|
15 years ago |
bgp_table.c
|
0490729cc0
lib, bgpd, tests: Refactor FILTER_X in zebra.h
|
5 years ago |
bgp_table.h
|
325fcfb6d8
bgpd: Add clear command to force a bestpath recalculation and re-advertisement of a prefix
|
4 years ago |
bgp_vty.c
|
2b7cf4073d
vtysh: Fix spelling errors in strings flagged by lintian.
|
3 years ago |
bgp_vty.h
|
a3fda886cd
bgpd, lib, vtysh: hook up bgp ENCAP CLI node
|
5 years ago |
bgp_zebra.c
|
708ea62f82
bgpd: check return value of zebra_interface_state_read
|
4 years ago |
bgp_zebra.h
|
68bfb6190e
bgp: ignore NHT when bgpd has never connected zebra
|
4 years ago |
bgpd.c
|
cfbdd86968
lib/filter: change add/delete callback hooks to robustly delete
|
3 years ago |
bgpd.conf.sample
|
718e374419
Initial revision
|
18 years ago |
bgpd.conf.sample2
|
718e374419
Initial revision
|
18 years ago |
bgpd.h
|
d023f9ffae
bgpd: Rollback "always send OPEN" a little, to workaround test suite issues
|
4 years ago |