summaryrefslogtreecommitdiffstats
path: root/ports (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi messageRenato Westphal2-8/+8
2019-01-02sharpd: Allow sharpd to accept nexthop group as part of route installDonald Sharp1-8/+22
2019-01-02sharpd/vtysh: Allow sharpd to use nexthop-groupsDonald Sharp3-3/+5
2019-01-02sharp: Modify route install to take nexthop groupsDonald Sharp4-9/+41
2018-12-31ospfd: convert a couple of "show" commands to DEFPYRenato Westphal1-34/+11
2018-12-31ospfd: fix wrong argv index in the "show ip ospf neighbor" commandRenato Westphal1-2/+5
2018-12-31eigrpd: Allow eigrp to set/unset the router-id as a value.Donald Sharp1-8/+10
2018-12-31eigrpd: eigrp usage of uint32_t to struct in_addr for router_id dataDonald Sharp5-19/+14
2018-12-31eigrpd: Write eigrp config even if no network statements yetDonald Sharp1-3/+0
2018-12-29zebra: replace zlog_err with flog_errRafael Zalamena1-1/+2
2018-12-29staticd: Do not ready prefix for printing till it's decodedDonald Sharp1-2/+2
2018-12-28lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert16-110/+230
2018-12-28lib: enforce vrf_name_to_id by returning default_vrf when name is nullPhilippe Guibert1-0/+2
2018-12-27Fix typos in BGPd sample configuration fileSimonas1-2/+2
2018-12-26zebra: remove duplicated codeRafael Zalamena1-8/+0
2018-12-22ldpd: fix startup on OpenBSDRafael Zalamena1-8/+10
2018-12-21zebra: fix compilation on OpenBSDRafael Zalamena1-0/+2
2018-12-21ldpd: add support for FreeBSD IP_BINDANYRafael Zalamena1-2/+11
2018-12-20bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev11-55/+214
2018-12-19doc: exclude snmptrap.rst from buildQuentin Young1-1/+1
2018-12-19doc: add `ip nht resolve-via-default`Quentin Young1-0/+6
2018-12-19zebra: reduce rib workqueue retry timeoutMark Stapp1-1/+1
2018-12-19zebra: Fixup spaces/tabs issue found by CI in rt_socket.cDonald Sharp1-4/+4
2018-12-19zebra: Make label processing guaranteed to be uniqueDonald Sharp1-0/+1
2018-12-19zebra: include lib/queue.h in zebra dataplaneMark Stapp1-1/+1
2018-12-19zebra: Convert gate in kernel_rtm to a boolDonald Sharp1-5/+5
2018-12-19zebra: The mask and sin_mask are a bit redundant for kernel_rtmDonald Sharp1-22/+9
2018-12-19zebra: Refactor kernel_rtm to be a bit smarter about how it handles optionsDonald Sharp1-131/+127
2018-12-19zebra: Refactor kernel_socket kernel_rtm_ipv4 and ipv6 functionsDonald Sharp1-165/+108
2018-12-19zebra: Move sin6_masklen to earlier in the fileDonald Sharp1-24/+24
2018-12-19zebra: Convert socket interface to use `union sockunion`Donald Sharp1-41/+41
2018-12-19bgpd: Allow shortened 'no set large-community' and 'no set large-comm-list'Donald Sharp1-0/+16
2018-12-19bgpd: Allow `no set extcommunity [rt|soo]`Donald Sharp1-0/+16
2018-12-19bgpd: Allow 'no set community`Donald Sharp1-0/+8
2018-12-18zebra: Allow ns delete to happen after under/over flow checksDonald Sharp1-2/+3
2018-12-18isisd: suppress maybe uninitialized warningsEmanuele Di Pascale1-0/+6
2018-12-18isisd, yang: set default network-type to broadcastEmanuele Di Pascale2-10/+1
2018-12-18isisd: formatting fixes in isis_cli.cEmanuele Di Pascale1-6/+7
2018-12-18isisd: fix 'no router isis' on candidate configEmanuele Di Pascale1-14/+11
2018-12-18isisd: retrieve default values from the yang modelEmanuele Di Pascale2-4/+79
2018-12-18lib: add frr-isisd to the native modelsEmanuele Di Pascale1-1/+2
2018-12-18isisd: implement sighup handlerEmanuele Di Pascale1-2/+13
2018-12-18isisd, yang: change type empty leafs to booleansEmanuele Di Pascale3-325/+173
2018-12-18isisd: embed the isisd yang modelEmanuele Di Pascale1-1/+4
2018-12-18isisd: implemented the 'own-lsp-purge' notificationEmanuele Di Pascale3-0/+32
2018-12-18isisd: implemented the 'sequence-number-skipped' notificationEmanuele Di Pascale3-0/+39
2018-12-18isisd: add the 'lsp-error-detected' notificationEmanuele Di Pascale3-0/+42
2018-12-18isisd: implement the 'version-skew' notificationEmanuele Di Pascale3-0/+35
2018-12-18isisd: implement the 'id-len-mismatch' notificationEmanuele Di Pascale3-0/+31
2018-12-18isisd: implement the 'lsp-generation' notificationEmanuele Di Pascale3-0/+34