2019-05-23 |
Stephen Worley | lib,zebra,bgpd,pbrd: Compare nexthops without labels 4322/head |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Stephen Worley | lib: Explicitly cmp gateway and source based on AF |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Stephen Worley | lib,zebra,bgpd: Remove nexthop_same_no_recurse() |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Stephen Worley | lib: Update nexthop_same to use nexthop_cmp |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Stephen Worley | lib: Add labels_cmp to nexthop_cmp |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Stephen Worley | lib: nexthop-cmp return if gateways don't match |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Stephen Worley | lib: Make labels_match function use labels_cmp |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Stephen Worley | lib: Add nexthop labels cmp functions |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Donald Sharp | lib: Add nexthop_cmp |
commit | commitdiff | tree | snapshot |
2019-05-22 |
Quentin Young | Merge pull request #4385 from manuhalo/fix_deprecate_retain |
commit | commitdiff | tree | snapshot |
2019-05-22 |
Emanuele Di... | bgpd, ripd, ripngd: remove deprecated -r option 4385/head |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Donald Sharp | Merge pull request #4359 from adharkar/frr-master-rtm_vxlan |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Donald Sharp | Merge pull request #4374 from opensourcerouting/typesaf... |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Renato Westphal | clang-format: update the ForEachMacros setting 4374/head |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Renato Westphal | tests: update list of headers in the cxx compat test |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Renato Westphal | *: rename new ForEach macros from the typesafe API |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Renato Westphal | lib: add missing extern "C" {} blocks to new headers |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Renato Westphal | Merge pull request #4364 from FRRouting/doc-libsnmp... |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Quentin Young | doc: add libsnmp-dev to debian 8 & 9 build deps 4364/head |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Donald Sharp | Merge pull request #4373 from opensourcerouting/ds... |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Donald Sharp | Merge pull request #4376 from opensourcerouting/remove... |
commit | commitdiff | tree | snapshot |
2019-05-21 |
David Lamparter | Revert "lib: Make _find functions treat the head as... 4373/head |
commit | commitdiff | tree | snapshot |
2019-05-21 |
David Lamparter | lib/table: remove nonsensical const, add pure |
commit | commitdiff | tree | snapshot |
2019-05-21 |
David Lamparter | lib/table: remove odd casts |
commit | commitdiff | tree | snapshot |
2019-05-21 |
David Lamparter | tests: more datastructure tests |
commit | commitdiff | tree | snapshot |
2019-05-21 |
David Lamparter | lib: add missing atomlist_init/fini |
commit | commitdiff | tree | snapshot |
2019-05-21 |
David Lamparter | lib: add DECLARE_HEAP datastructure |
commit | commitdiff | tree | snapshot |
2019-05-21 |
David Lamparter | bgpd: use DLIST for adv_fifo |
commit | commitdiff | tree | snapshot |
2019-05-21 |
David Lamparter | tests: extend DECLARE_* tests |
commit | commitdiff | tree | snapshot |
2019-05-21 |
David Lamparter | tests: test DECLARE_HASH with good and bad hashfn |
commit | commitdiff | tree | snapshot |
2019-05-21 |
David Lamparter | lib: add DECLARE_DLIST (double-linked list) |
commit | commitdiff | tree | snapshot |
2019-05-21 |
David Lamparter | lib: add dedicated pop() to DECLARE_SKIPLIST |
commit | commitdiff | tree | snapshot |
2019-05-21 |
Renato Westphal | bgpd: remove deprecated "bgp enforce-first-as" command 4376/head |
commit | commitdiff | tree | snapshot |
2019-05-20 |
Sri Mohana... | Merge pull request #4362 from donaldsharp/more_more_less |
commit | commitdiff | tree | snapshot |
2019-05-20 |
Donald Sharp | Merge pull request #4372 from opensourcerouting/bgp... |
commit | commitdiff | tree | snapshot |
2019-05-20 |
David Lamparter | bgpd: fix compiler warning in reason2str 4372/head |
commit | commitdiff | tree | snapshot |
2019-05-20 |
Donald Sharp | Merge pull request #4365 from adharkar/frr-master-fpm_r... |
commit | commitdiff | tree | snapshot |
2019-05-20 |
Donald Sharp | Merge pull request #4285 from vishaldhingra/no_neighbor |
commit | commitdiff | tree | snapshot |
2019-05-20 |
Donald Sharp | Merge pull request #4350 from patrasar/pim_sg_expiry |
commit | commitdiff | tree | snapshot |
2019-05-20 |
Sarita Patra | pimd: fix (s,g) expiry. 4350/head |
commit | commitdiff | tree | snapshot |
2019-05-20 |
Renato Westphal | Merge pull request #4367 from qlyoung/doc-bgp-mpls |
commit | commitdiff | tree | snapshot |
2019-05-20 |
Renato Westphal | Merge pull request #4366 from qlyoung/vrrp-coverity... |
commit | commitdiff | tree | snapshot |
2019-05-20 |
Renato Westphal | Merge pull request #4328 from sworleys/Re-order-RouteEntry |
commit | commitdiff | tree | snapshot |
2019-05-18 |
vishaldhingra | bgpd : no neighbor <> send-community large is not worki... 4285/head |
commit | commitdiff | tree | snapshot |
2019-05-17 |
btarno | doc: clarify mpls label export docs 4367/head |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: fix coverity warnings 4366/head |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Ameya Dharkar | Zebra: Enhancements for rtm_table field in FPM netlink... 4365/head |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Mark Stapp | Merge pull request #4357 from sworleys/Table-Null-Cov |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Sri Mohana... | Merge pull request #4168 from qlyoung/vrrp |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Ameya Dharkar | Zebra: Handle VxLAN encap in netlink rtmsg for FPM 4359/head |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Sri Mohana... | Merge pull request #4349 from donaldsharp/bgp_reason |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: const vrrp_hash_key 4168/head |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | tools: add vrrpd to frrcommon.sh |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: fix some clang-analyze warnings |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Donald Sharp | bgpd: Routemap processing was testing for an impossible... 4362/head |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | zebra: gracefully fail to protodown on bsd |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd, zebra: fix checkpatch warnings |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | doc: remove trailing whitespace in vrrp manpage |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | zebra: update zebra_rib for vrrp |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: add 'show vrrp summary' command |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: fix memleak during config write |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: fix magnitude error when removing adver_int |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: convert defaults command to milliseconds |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | tools: fix vrrp autoconfigure reload |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: fix global buffer overflow from style fix |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: gracefully shutdown on SIGTERM / SIGINT |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | lib, vrrpd: define & use ZEBRA_ROUTE_VRRP |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: use frr_elevate_privs |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | doc: add VRRP documentation |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd, lib: style fixes |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | doc: add vrrpd(8) |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | doc: change vrrp to listen on port 2619 |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: include vrrp_packet.h in subdir.am |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: display configured adv int in json output |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: change all user facing times to ms |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: tweak startup criteria for v6 VRRP router |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | zebra: don't protodown a NULL interface |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: add asserts for VRRPv2 and IPv6 |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: do not start v6 router if using VRRPv2 |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: make useless assert useful |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: late bind to Tx address |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: fix v2 master_down_interval computation |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: include auth fields in v2 packet |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: allow centisecond precision for vrrpv2 |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: display primary address in json output |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | Revert "Revert "vrrpd: protodown mvlans when shutting... |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: allow OS to choose VRRP IPv6 src address |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | Revert "vrrpd: protodown mvlans when shutting down" |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: protodown mvlans when shutting down |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: clean up logging |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | Revert "vrrpd: use parent interface LLA for advert tx" |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: disallow setting priority = 255 |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: fix broken reads when reinitializing |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vtysh: don't sort vrrp interface config |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: fix debug message = -> <= |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: delay sending advert/garp/una for ifup pt 2 |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: delay sending adverts/garp/una for iface up |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: allow user to set priority = 255 |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: fix sign compare on armel |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Quentin Young | vrrpd: fix interface block config writes |
commit | commitdiff | tree | snapshot |
next |