Log In
source-git
/
frr
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
916694
frr-7.0 base
Merged and Committed by Packit
4 years ago
raw
patch
tree
1354 files changed.
665678 lines added
.
0 lines removed
.
COPYING
file added
+339
Makefile.am
file added
+258
Makefile.in
file added
+11004
README.md
file added
+74
aclocal.m4
file added
+1161
alpine/APKBUILD.in
file added
+67
bfdd/bfd.c
file added
+1246
bfdd/bfd.h
file added
+603
bfdd/bfd_packet.c
file added
+1233
bfdd/bfdctl.h
file added
+157
bfdd/bfdd.c
file added
+238
bfdd/bfdd.conf.sample
file added
+5
bfdd/bfdd_vty.c
file added
+1013
bfdd/bsd.c
file added
+112
bfdd/config.c
file added
+602
bfdd/control.c
file added
+895
bfdd/event.c
file added
+135
bfdd/linux.c
file added
+110
bfdd/log.c
file added
+125
bfdd/ptm_adapter.c
file added
+728
bfdd/subdir.am
file added
+35
bgpd/Makefile
file added
+10
bgpd/bgp_addpath.c
file added
+461
bgpd/bgp_addpath.h
file added
+72
bgpd/bgp_addpath_types.h
file added
+55
bgpd/bgp_advertise.c
file added
+262
bgpd/bgp_advertise.h
file added
+194
bgpd/bgp_aspath.c
file added
+2098
bgpd/bgp_aspath.h
file added
+133
bgpd/bgp_attr.c
file added
+3695
bgpd/bgp_attr.h
file added
+374
bgpd/bgp_attr_evpn.c
file added
+281
bgpd/bgp_attr_evpn.h
file added
+70
bgpd/bgp_bfd.c
file added
+714
bgpd/bgp_bfd.h
file added
+42
bgpd/bgp_btoa.c
file added
+291
bgpd/bgp_clist.c
file added
+1218
bgpd/bgp_clist.h
file added
+166
bgpd/bgp_community.c
file added
+912
bgpd/bgp_community.h
file added
+93
bgpd/bgp_damp.c
file added
+699
bgpd/bgp_damp.h
file added
+150
bgpd/bgp_debug.c
file added
+2622
bgpd/bgp_debug.h
file added
+179
bgpd/bgp_dump.c
file added
+875
bgpd/bgp_dump.h
file added
+57
bgpd/bgp_ecommunity.c
file added
+1028
bgpd/bgp_ecommunity.h
file added
+187
bgpd/bgp_encap_tlv.c
file added
+1005
bgpd/bgp_encap_tlv.h
file added
+134
bgpd/bgp_encap_types.h
file added
+231
bgpd/bgp_errors.c
file added
+481
bgpd/bgp_errors.h
file added
+107
bgpd/bgp_evpn.c
file added
+5893
bgpd/bgp_evpn.h
file added
+153
bgpd/bgp_evpn_private.h
file added
+528
bgpd/bgp_evpn_vty.c
file added
+5247
bgpd/bgp_evpn_vty.h
file added
+31
bgpd/bgp_filter.c
file added
+780
bgpd/bgp_filter.h
file added
+35
bgpd/bgp_flowspec.c
file added
+199
bgpd/bgp_flowspec.h
file added
+58
bgpd/bgp_flowspec_private.h
file added
+44
bgpd/bgp_flowspec_util.c
file added
+608
bgpd/bgp_flowspec_util.h
file added
+61
bgpd/bgp_flowspec_vty.c
file added
+565
bgpd/bgp_fsm.c
file added
+2037
bgpd/bgp_fsm.h
file added
+93
bgpd/bgp_io.c
file added
+520
bgpd/bgp_io.h
file added
+103
bgpd/bgp_keepalives.c
file added
+309
bgpd/bgp_keepalives.h
file added
+93
bgpd/bgp_label.c
file added
+470
bgpd/bgp_label.h
file added
+126
bgpd/bgp_labelpool.c
file added
+598
bgpd/bgp_labelpool.h
file added
+52
bgpd/bgp_lcommunity.c
file added
+539
bgpd/bgp_lcommunity.h
file added
+73
bgpd/bgp_main.c
file added
+485
bgpd/bgp_memory.c
file added
+130
bgpd/bgp_memory.h
file added
+129
bgpd/bgp_mpath.c
file added
+813
bgpd/bgp_mpath.h
file added
+82
bgpd/bgp_mplsvpn.c
file added
+2331
bgpd/bgp_mplsvpn.h
file added
+235
bgpd/bgp_network.c
file added
+803
bgpd/bgp_network.h
file added
+37
bgpd/bgp_nexthop.c
file added
+774
bgpd/bgp_nexthop.h
file added
+99
bgpd/bgp_nht.c
file added
+896
bgpd/bgp_nht.h
file added
+100
bgpd/bgp_open.c
file added
+1538
bgpd/bgp_open.h
file added
+93
bgpd/bgp_packet.c
file added
+2333
bgpd/bgp_packet.h
file added
+67
bgpd/bgp_pbr.c
file added
+2315
bgpd/bgp_pbr.h
file added
+296
bgpd/bgp_rd.c
file added
+215
bgpd/bgp_rd.h
file added
+72
bgpd/bgp_regex.c
file added
+89
bgpd/bgp_regex.h
file added
+36
bgpd/bgp_route.c
file added
+12046
bgpd/bgp_route.h
file added
+507
bgpd/bgp_routemap.c
file added
+5067
bgpd/bgp_rpki.c
file added
+1468
bgpd/bgp_snmp.c
file added
+948
bgpd/bgp_table.c
file added
+191
bgpd/bgp_table.h
file added
+413
bgpd/bgp_updgrp.c
file added
+1907
bgpd/bgp_updgrp.h
file added
+602
bgpd/bgp_updgrp_adv.c
file added
+896
bgpd/bgp_updgrp_packet.c
file added
+1325
bgpd/bgp_vnc_types.h
file added
+29
bgpd/bgp_vpn.c
file added
+215
bgpd/bgp_vpn.h
file added
+30
bgpd/bgp_vty.c
file added
+15412
bgpd/bgp_vty.h
file added
+78
bgpd/bgp_zebra.c
file added
+2892
bgpd/bgp_zebra.h
file added
+101
bgpd/bgpd.c
file added
+7971
bgpd/bgpd.conf.sample
file added
+32
bgpd/bgpd.conf.sample2
file added
+77
bgpd/bgpd.conf.vnc.sample
file added
+91
bgpd/bgpd.h
file added
+1894
bgpd/rfapi/bgp_rfapi_cfg.c
file added
+4607
bgpd/rfapi/bgp_rfapi_cfg.h
file added
+315
bgpd/rfapi/rfapi.c
file added
+4119
bgpd/rfapi/rfapi.h
file added
+918
bgpd/rfapi/rfapi_ap.c
file added
+556
bgpd/rfapi/rfapi_ap.h
file added
+85
bgpd/rfapi/rfapi_backend.h
file added
+73
bgpd/rfapi/rfapi_descriptor_rfp_utils.c
file added
+123
bgpd/rfapi/rfapi_descriptor_rfp_utils.h
file added
+38
bgpd/rfapi/rfapi_encap_tlv.c
file added
+745
bgpd/rfapi/rfapi_encap_tlv.h
file added
+35
bgpd/rfapi/rfapi_import.c
file added
+4905
bgpd/rfapi/rfapi_import.h
file added
+245
bgpd/rfapi/rfapi_monitor.c
file added
+1593
bgpd/rfapi/rfapi_monitor.h
file added
+190
bgpd/rfapi/rfapi_nve_addr.c
file added
+158
bgpd/rfapi/rfapi_nve_addr.h
file added
+38
bgpd/rfapi/rfapi_private.h
file added
+416
bgpd/rfapi/rfapi_rib.c
file added
+2501
bgpd/rfapi/rfapi_rib.h
file added
+154
bgpd/rfapi/rfapi_vty.c
file added
+5030
bgpd/rfapi/rfapi_vty.h
file added
+176
bgpd/rfapi/vnc_debug.c
file added
+220
bgpd/rfapi/vnc_debug.h
file added
+51
bgpd/rfapi/vnc_export_bgp.c
file added
+2124
bgpd/rfapi/vnc_export_bgp.h
file added
+41
bgpd/rfapi/vnc_export_bgp_p.h
file added
+74
bgpd/rfapi/vnc_export_table.c
file added
+192
bgpd/rfapi/vnc_export_table.h
file added
+66
bgpd/rfapi/vnc_import_bgp.c
file added
+3025
bgpd/rfapi/vnc_import_bgp.h
file added
+73
bgpd/rfapi/vnc_import_bgp_p.h
file added
+44
bgpd/rfapi/vnc_zebra.c
file added
+931
bgpd/rfapi/vnc_zebra.h
file added
+56
bgpd/rfp-example/librfp/Makefile
file added
+10
bgpd/rfp-example/librfp/rfp.h
file added
+30
bgpd/rfp-example/librfp/rfp_example.c
file added
+344
bgpd/rfp-example/librfp/rfp_internal.h
file added
+28
bgpd/rfp-example/librfp/subdir.am
file added
+17
bgpd/rfp-example/rfptest/Makefile
file added
+10
bgpd/rfp-example/rfptest/rfptest.c
file added
+33
bgpd/rfp-example/rfptest/rfptest.h
file added
+25
bgpd/rfp-example/rfptest/subdir.am
file added
+20
bgpd/subdir.am
file added
+224
changelog-auto
file added
+1420
changelog-auto.in
file added
+1420
compile
file added
+348
config.guess
file added
+1480
config.h.in
file added
+737
config.sub
file added
+1801
config.version
file added
+4
config.version.in
file added
+4
configure
file added
+33247
configure.ac
file added
+2268
defaults.h
file added
+54
depcomp
file added
+791
doc/Makefile
file added
+18
doc/developer/Makefile
file added
+16
doc/developer/bgp-typecodes.rst
file added
+28
doc/developer/bgpd.rst
file added
+11
doc/developer/building-frr-for-alpine.rst
file added
+111
doc/developer/building-frr-for-centos6.rst
file added
+264
doc/developer/building-frr-for-centos7.rst
file added
+163
doc/developer/building-frr-for-debian8.rst
file added
+150
doc/developer/building-frr-for-debian9.rst
file added
+124
doc/developer/building-frr-for-fedora24.rst
file added
+170
doc/developer/building-frr-for-freebsd10.rst
file added
+127
doc/developer/building-frr-for-freebsd11.rst
file added
+132
doc/developer/building-frr-for-freebsd9.rst
file added
+140
doc/developer/building-frr-for-netbsd6.rst
file added
+146
doc/developer/building-frr-for-netbsd7.rst
file added
+136
doc/developer/building-frr-for-omnios.rst
file added
+143
doc/developer/building-frr-for-openbsd6.rst
file added
+167
doc/developer/building-frr-for-openwrt.rst
file added
+77
doc/developer/building-frr-for-ubuntu1404.rst
file added
+138
doc/developer/building-frr-for-ubuntu1604.rst
file added
+172
doc/developer/building-frr-for-ubuntu1804.rst
file added
+244
doc/developer/building-libyang.rst
file added
+57
doc/developer/building.rst
file added
+26
doc/developer/cli.rst
file added
+816
doc/developer/conf.py
file added
+376
doc/developer/draft-zebra-00.ms
file added
+209
doc/developer/hooks.rst
file added
+171
doc/developer/index.rst
file added
+15
doc/developer/ldpd-basic-test-setup.md
file added
+681
doc/developer/library.rst
file added
+16
doc/developer/logging.rst
file added
+131
doc/developer/maintainer-release-build.rst
file added
+89
doc/developer/memtypes.rst
file added
+117
doc/developer/modules.rst
file added
+132
doc/developer/next-hop-tracking.rst
file added
+352
doc/developer/ospf-api.rst
file added
+387
doc/developer/ospf-sr.rst
file added
+285
doc/developer/ospf.rst
file added
+12
doc/developer/packaging-debian.rst
file added
+167
doc/developer/packaging.rst
file added
+9
doc/developer/subdir.am
file added
+74
doc/developer/workflow.rst
file added
+1069
doc/developer/zebra.rst
file added
+343
doc/extra/frrlexer.py
file added
+38
doc/figures/cligraph.png
file added
+0
doc/figures/cligraph.svg
file added
+211
doc/figures/fig-normal-processing.dia
file added
+1738
doc/figures/fig-normal-processing.png
file added
+0
doc/figures/fig-normal-processing.txt
file added
+11
doc/figures/fig-rs-processing.dia
file added
+4239
doc/figures/fig-rs-processing.png
file added
+0
doc/figures/fig-rs-processing.txt
file added
+47
doc/figures/fig-vnc-commercial-route-reflector.dia
file added
+794
doc/figures/fig-vnc-commercial-route-reflector.png
file added
+0
doc/figures/fig-vnc-commercial-route-reflector.txt
file added
+0
doc/figures/fig-vnc-frr-route-reflector.dia
file added
+763
doc/figures/fig-vnc-frr-route-reflector.png
file added
+0
doc/figures/fig-vnc-frr-route-reflector.txt
file added
+0
doc/figures/fig-vnc-gw-rr.dia
file added
+1155
doc/figures/fig-vnc-gw-rr.png
file added
+0
doc/figures/fig-vnc-gw-rr.txt
file added
+0
doc/figures/fig-vnc-gw.dia
file added
+1058
doc/figures/fig-vnc-gw.png
file added
+0
doc/figures/fig-vnc-gw.txt
file added
+0
doc/figures/fig-vnc-mesh.dia
file added
+1071
doc/figures/fig-vnc-mesh.png
file added
+0
doc/figures/fig-vnc-mesh.txt
file added
+0
doc/figures/fig-vnc-redundant-route-reflectors.dia
file added
+871
doc/figures/fig-vnc-redundant-route-reflectors.png
file added
+0
doc/figures/fig-vnc-redundant-route-reflectors.txt
file added
+0
doc/figures/fig_topologies_full.dia
file added
+533
doc/figures/fig_topologies_full.png
file added
+0
doc/figures/fig_topologies_full.txt
file added
+6
doc/figures/fig_topologies_rs.dia
file added
+499
doc/figures/fig_topologies_rs.png
file added
+0
doc/figures/fig_topologies_rs.txt
file added
+5
doc/figures/frr-icon.svg
file added
+39
doc/figures/frr-logo-icon.png
file added
+0
doc/figures/frr-logo-medium.png
file added
+0
doc/figures/frr-logo-small.png
file added
+0
doc/figures/frr-logo.png
file added
+0
doc/figures/git_branches.png
file added
+0
doc/figures/git_branches.svg
file added
+720
doc/figures/ospf_api_architecture.png
file added
+0
doc/figures/ospf_api_msghdr.png
file added
+0
doc/figures/ospf_api_msgs1.png
file added
+0
doc/figures/ospf_api_msgs2.png
file added
+0
doc/manpages/Makefile
file added
+12
doc/manpages/bfd-options.rst
file added
+10
doc/manpages/bfdd.rst
file added
+40
doc/manpages/bgpd.rst
file added
+45
doc/manpages/common-options.rst
file added
+162
doc/manpages/conf.py
file added
+357
doc/manpages/defines.rst
file added
+3
doc/manpages/eigrpd.rst
file added
+38
doc/manpages/epilogue.rst
file added
+16
doc/manpages/fabricd.rst
file added
+38
doc/manpages/frr.rst
file added
+44
doc/manpages/index.rst
file added
+29
doc/manpages/isisd.rst
file added
+38
doc/manpages/ldpd.rst
file added
+38
doc/manpages/mtracebis.rst
file added
+44
doc/manpages/nhrpd.rst
file added
+38
doc/manpages/ospf6d.rst
file added
+39
doc/manpages/ospfclient.rst
file added
+43
doc/manpages/ospfd.rst
file added
+39
doc/manpages/pbrd.rst
file added
+38
doc/manpages/pimd.rst
file added
+38
doc/manpages/ripd.rst
file added
+38
doc/manpages/ripngd.rst
file added
+38
doc/manpages/sharpd.rst
file added
+38
doc/manpages/staticd.rst
file added
+38
doc/manpages/subdir.am
file added
+74
doc/manpages/vtysh.rst
file added
+90
doc/manpages/watchfrr.rst
file added
+118
doc/manpages/zebra.rst
file added
+67
doc/mpls/ChangeLog.opaque.txt
file added
+192
doc/mpls/cli_summary.txt
file added
+90
doc/mpls/opaque_lsa.txt
file added
+365
doc/mpls/ospfd.conf
file added
+76
doc/subdir.am
file added
+176
doc/user/Makefile
file added
+16
doc/user/Useful_Sysctl_Settings.md
file added
+61
doc/user/babeld.rst
file added
+291
doc/user/basic.rst
file added
+748
doc/user/bfd.rst
file added
+405
doc/user/bgp.rst
file added
+2594
doc/user/bugs.rst
file added
+70
doc/user/conf.py
file added
+378
doc/user/eigrpd.rst
file added
+238
doc/user/fabricd.rst
file added
+404
doc/user/filter.rst
file added
+178
doc/user/flowspec.rst
file added
+351
doc/user/glossary.rst
file added
+41
doc/user/index.rst
file added
+90
doc/user/installation.rst
file added
+454
doc/user/ipv6.rst
file added
+193
doc/user/isisd.rst
file added
+645
doc/user/kernel.rst
file added
+42
doc/user/ldpd.rst
file added
+319
doc/user/nhrpd.rst
file added
+143
doc/user/ospf6d.rst
file added
+201
doc/user/ospf_fundamentals.rst
file added
+546
doc/user/ospfd.rst
file added
+1354
doc/user/overview.rst
file added
+388
doc/user/packet-dumps.rst
file added
+221
doc/user/pbr.rst
file added
+136
doc/user/pim.rst
file added
+497
doc/user/ripd.rst
file added
+691
doc/user/ripngd.rst
file added
+89
doc/user/routemap.rst
file added
+334
doc/user/routeserver.rst
file added
+550
doc/user/rpki.rst
file added
+292
doc/user/setup.rst
file added
+150
doc/user/sharp.rst
file added
+65
doc/user/snmp.rst
file added
+102
doc/user/snmptrap.rst
file added
+201
doc/user/static.rst
file added
+130
doc/user/subdir.am
file added
+117
doc/user/vnc.rst
file added
+1451
doc/user/vtysh.rst
file added
+204
doc/user/zebra.rst
file added
+760
eigrpd/Makefile
file added
+10
eigrpd/eigrp_const.h
file added
+458
eigrpd/eigrp_dump.c
file added
+623
eigrpd/eigrp_dump.h
file added
+164
eigrpd/eigrp_errors.c
file added
+49
eigrpd/eigrp_errors.h
file added
+33
eigrpd/eigrp_filter.c
file added
+366
eigrpd/eigrp_filter.h
file added
+44
eigrpd/eigrp_fsm.c
file added
+641
eigrpd/eigrp_fsm.h
file added
+34
eigrpd/eigrp_hello.c
file added
+795
eigrpd/eigrp_interface.c
file added
+445
eigrpd/eigrp_interface.h
file added
+67
eigrpd/eigrp_macros.h
file added
+47
eigrpd/eigrp_main.c
file added
+226
eigrpd/eigrp_memory.c
file added
+42
eigrpd/eigrp_memory.h
file added
+43
eigrpd/eigrp_neighbor.c
file added
+370
eigrpd/eigrp_neighbor.h
file added
+58
eigrpd/eigrp_network.c
file added
+423
eigrpd/eigrp_network.h
file added
+53
eigrpd/eigrp_packet.c
file added
+1373
eigrpd/eigrp_packet.h
file added
+164
eigrpd/eigrp_query.c
file added
+271
eigrpd/eigrp_reply.c
file added
+206
eigrpd/eigrp_siaquery.c
file added
+159
eigrpd/eigrp_siareply.c
file added
+158
eigrpd/eigrp_snmp.c
file added
+1401
eigrpd/eigrp_snmp.h
file added
+35
eigrpd/eigrp_structs.h
file added
+508
eigrpd/eigrp_topology.c
file added
+542
eigrpd/eigrp_topology.h
file added
+70
eigrpd/eigrp_update.c
file added
+1056
eigrpd/eigrp_vty.c
file added
+1565
eigrpd/eigrp_vty.h
file added
+40
eigrpd/eigrp_zebra.c
file added
+475
eigrpd/eigrp_zebra.h
file added
+42
eigrpd/eigrpd.c
file added
+302
eigrpd/eigrpd.conf.sample
file added
+13
eigrpd/eigrpd.h
file added
+55
eigrpd/subdir.am
file added
+68
fpm/Makefile
file added
+10
fpm/fpm.h
file added
+299
fpm/fpm.proto
file added
+90
fpm/fpm_pb.c
file added
+27
fpm/fpm_pb.h
file added
+60
fpm/subdir.am
file added
+24
include/linux/fib_rules.h
file added
+74
include/linux/if_bridge.h
file added
+294
include/linux/if_link.h
file added
+928
include/linux/lwtunnel.h
file added
+70
include/linux/mpls_iptunnel.h
file added
+30
include/linux/neighbour.h
file added
+171
include/linux/net_namespace.h
file added
+23
include/linux/netlink.h
file added
+247
include/linux/rtnetlink.h
file added
+718
include/linux/socket.h
file added
+21
include/subdir.am
file added
+12
install-sh
file added
+518
isisd/Makefile
file added
+10
isisd/dict.c
file added
+1510
isisd/dict.h
file added
+121
isisd/fabricd.c
file added
+808
isisd/fabricd.conf.sample
file added
+27
isisd/fabricd.h
file added
+56
isisd/isis_adjacency.c
file added
+590
isisd/isis_adjacency.h
file added
+131
isisd/isis_bfd.c
file added
+350
isisd/isis_bfd.h
file added
+31
isisd/isis_bpf.c
file added
+318
isisd/isis_circuit.c
file added
+1405
isisd/isis_circuit.h
file added
+205
isisd/isis_cli.c
file added
+2025
isisd/isis_cli.h
file added
+125
isisd/isis_common.h
file added
+57
isisd/isis_constants.h
file added
+182
isisd/isis_csm.c
file added
+217
isisd/isis_csm.h
file added
+46
isisd/isis_dlpi.c
file added
+612
isisd/isis_dr.c
file added
+326
isisd/isis_dr.h
file added
+40
isisd/isis_dynhn.c
file added
+151
isisd/isis_dynhn.h
file added
+40
isisd/isis_errors.c
file added
+49
isisd/isis_errors.h
file added
+33
isisd/isis_events.c
file added
+230
isisd/isis_events.h
file added
+45
isisd/isis_flags.c
file added
+77
isisd/isis_flags.h
file added
+70
isisd/isis_lsp.c
file added
+2072
isisd/isis_lsp.h
file added
+121
isisd/isis_main.c
file added
+257
isisd/isis_memory.c
file added
+47
isisd/isis_memory.h
file added
+48
isisd/isis_misc.c
file added
+604
isisd/isis_misc.h
file added
+87
isisd/isis_mt.c
file added
+560
isisd/isis_mt.h
file added
+125
isisd/isis_network.h
file added
+37
isisd/isis_northbound.c
file added
+3232
isisd/isis_pdu.c
file added
+2478
isisd/isis_pdu.h
file added
+222
isisd/isis_pdu_counter.c
file added
+104
isisd/isis_pdu_counter.h
file added
+41
isisd/isis_pfpacket.c
file added
+420
isisd/isis_redist.c
file added
+766
isisd/isis_redist.h
file added
+62
isisd/isis_route.c
file added
+579
isisd/isis_route.h
file added
+75
isisd/isis_routemap.c
file added
+250
isisd/isis_routemap.h
file added
+25
isisd/isis_spf.c
file added
+1489
isisd/isis_spf.h
file added
+47
isisd/isis_spf_private.h
file added
+362
isisd/isis_te.c
file added
+1234
isisd/isis_te.h
file added
+323
isisd/isis_tlvs.c
file added
+3720
isisd/isis_tlvs.h
file added
+397
isisd/isis_tx_queue.c
file added
+212
isisd/isis_tx_queue.h
file added
+57
isisd/isis_vty_common.c
file added
+109
isisd/isis_vty_common.h
file added
+32
isisd/isis_vty_fabricd.c
file added
+1098
isisd/isis_zebra.c
file added
+438
isisd/isis_zebra.h
file added
+39
isisd/isisd.c
file added
+2257
isisd/isisd.conf.sample
file added
+39
isisd/isisd.h
file added
+299
isisd/iso_checksum.c
file added
+73
isisd/iso_checksum.h
file added
+28
isisd/subdir.am
file added
+131
lib/Makefile
file added
+10
lib/agentx.c
file added
+317
lib/agg_table.c
file added
+59
lib/agg_table.h
file added
+153
lib/bfd.c
file added
+470
lib/bfd.h
file added
+107
lib/bitfield.h
file added
+156
lib/buffer.c
file added
+509
lib/buffer.h
file added
+102
lib/checksum.c
file added
+119
lib/checksum.h
file added
+4
lib/clippy.c
file added
+140
lib/clippy.h
file added
+28
lib/command.c
file added
+2928
lib/command.h
file added
+491
lib/command_graph.c
file added
+551
lib/command_graph.h
file added
+136
lib/command_lex.c
file added
+2354
lib/command_lex.h
file added
+739
lib/command_lex.l
file added
+103
lib/command_match.c
file added
+1037
lib/command_match.h
file added
+101
lib/command_parse.c
file added
+2094
lib/command_parse.h
file added
+167
lib/command_parse.y
file added
+489
lib/command_py.c
file added
+342
lib/compiler.h
file added
+91
lib/csv.c
file added
+703
lib/csv.h
file added
+188
lib/db.c
file added
+325
lib/db.h
file added
+52
lib/debug.c
file added
+46
lib/debug.h
file added
+234
lib/defun_lex.c
file added
+2510
lib/defun_lex.l
file added
+274
lib/distribute.c
file added
+615
lib/distribute.h
file added
+84
lib/event_counter.c
file added
+71
lib/event_counter.h
file added
+54
lib/ferr.c
file added
+306
lib/ferr.h
file added
+256
lib/fifo.h
file added
+58
lib/filter.c
file added
+2227
lib/filter.h
file added
+65
lib/freebsd-queue.h
file added
+678
lib/frr_pthread.c
file added
+277
lib/frr_pthread.h
file added
+214
lib/frr_zmq.c
file added
+357
lib/frr_zmq.h
file added
+127
lib/frratomic.h
file added
+201
lib/frrstr.c
file added
+175
lib/frrstr.h
file added
+111
lib/getopt.c
file added
+1025
lib/getopt.h
file added
+156
lib/getopt1.c
file added
+176
lib/gitversion.pl
file added
+47
lib/grammar_sandbox.c
file added
+563
lib/grammar_sandbox_main.c
file added
+70
lib/graph.c
file added
+230
lib/graph.h
file added
+167
lib/hash.c
file added
+451
lib/hash.h
file added
+328
lib/hook.c
file added
+58
lib/hook.h
file added
+222
lib/id_alloc.c
file added
+406
lib/id_alloc.h
file added
+90
lib/if.c
file added
+1395
lib/if.h
file added
+539
lib/if_rmap.c
file added
+304
lib/if_rmap.h
file added
+40
lib/imsg-buffer.c
file added
+285
lib/imsg.c
file added
+326
lib/imsg.h
file added
+111
lib/ipaddr.h
file added
+115
lib/jhash.c
file added
+187
lib/jhash.h
file added
+45
lib/json.c
file added
+88
lib/json.h
file added
+84
lib/keychain.c
file added
+1105
lib/keychain.h
file added
+60
lib/lib_errors.c
file added
+357
lib/lib_errors.h
file added
+85
lib/libfrr.c
file added
+1086
lib/libfrr.h
file added
+155
lib/libospf.h
file added
+97
lib/linklist.c
file added
+320
lib/linklist.h
file added
+339
lib/log.c
file added
+1274
lib/log.h
file added
+199
lib/log_int.h
file added
+52
lib/logicalrouter.c
file added
+158
lib/logicalrouter.h
file added
+41
lib/lua.c
file added
+130
lib/lua.h
file added
+79
lib/md5.c
file added
+447
lib/md5.h
file added
+85
lib/memory.c
file added
+181
lib/memory.h
file added
+180
lib/memory_vty.c
file added
+226
lib/memory_vty.h
file added
+31
lib/module.c
file added
+154
lib/module.h
file added
+98
lib/monotime.h
file added
+94
lib/mpls.c
file added
+100
lib/mpls.h
file added
+212
lib/netns_linux.c
file added
+592
lib/netns_other.c
file added
+170
lib/network.c
file added
+123
lib/network.h
file added
+44
lib/nexthop.c
file added
+321
lib/nexthop.h
file added
+149
lib/nexthop_group.c
file added
+691
lib/nexthop_group.h
file added
+113
lib/northbound.c
file added
+1643
lib/northbound.h
file added
+842
lib/northbound_cli.c
file added
+1671
lib/northbound_cli.h
file added
+114
lib/northbound_confd.c
file added
+1423
lib/northbound_db.c
file added
+288
lib/northbound_db.h
file added
+104
lib/northbound_sysrepo.c
file added
+867
lib/ns.h
file added
+177
lib/openbsd-queue.h
file added
+575
lib/openbsd-tree.c
file added
+618
lib/openbsd-tree.h
file added
+563
lib/pbr.h
file added
+124
lib/pid_output.c
file added
+83
lib/plist.c
file added
+2128
lib/plist.h
file added
+78
lib/plist_int.h
file added
+71
lib/pqueue.c
file added
+187
lib/pqueue.h
file added
+46
lib/prefix.c
file added
+1603
lib/prefix.h
file added
+498
lib/privs.c
file added
+942
lib/privs.h
file added
+123
lib/ptm_lib.c
file added
+488
lib/ptm_lib.h
file added
+68
lib/pw.h
file added
+52
lib/qobj.c
file added
+111
lib/qobj.h
file added
+130
lib/queue.h
file added
+88
lib/ringbuf.c
file added
+133
lib/ringbuf.h
file added
+125
lib/route_types.pl
file added
+216
lib/route_types.txt
file added
+113
lib/routemap.c
file added
+3054
lib/routemap.h
file added
+382
lib/sbuf.c
file added
+106
lib/sbuf.h
file added
+79
lib/sha256.c
file added
+417
lib/sha256.h
file added
+58
lib/sigevent.c
file added
+368
lib/sigevent.h
file added
+50
lib/skiplist.c
file added
+666
lib/skiplist.h
file added
+125
lib/smux.h
file added
+106
lib/snmp.c
file added
+122
lib/sockopt.c
file added
+669
lib/sockopt.h
file added
+101
lib/sockunion.c
file added
+684
lib/sockunion.h
file added
+102
lib/spf_backoff.c
file added
+317
lib/spf_backoff.h
file added
+61
lib/srcdest_table.c
file added
+305
lib/srcdest_table.h
file added
+98
lib/stream.c
file added
+1230
lib/stream.h
file added
+407
lib/strlcat.c
file added
+73
lib/strlcpy.c
file added
+58
lib/subdir.am
file added
+417
lib/systemd.c
file added
+118
lib/systemd.h
file added
+39
lib/table.c
file added
+789
lib/table.h
file added
+321
lib/termtable.c
file added
+499
lib/termtable.h
file added
+297
lib/thread.c
file added
+1685
lib/thread.h
file added
+236
lib/vector.c
file added
+220
lib/vector.h
file added
+66
lib/version.h.in
file added
+57
lib/vlan.h
file added
+29
lib/vrf.c
file added
+1034
lib/vrf.h
file added
+295
lib/vrf_int.h
file added
+55
lib/vty.c
file added
+3176
lib/vty.h
file added
+336
lib/vxlan.h
file added
+38
lib/wheel.c
file added
+168
lib/wheel.h
file added
+118
lib/workqueue.c
file added
+400
lib/workqueue.h
file added
+188
lib/yang.c
file added
+749
lib/yang.h
file added
+529
lib/yang_translator.c
file added
+553
lib/yang_translator.h
file added
+144
lib/yang_wrappers.c
file added
+1002
lib/yang_wrappers.h
file added
+157
lib/zassert.h
file added
+42
lib/zclient.c
file added
+2797
lib/zclient.h
file added
+633
lib/zebra.h
file added
+616
ltmain.sh
file added
+11249
m4/README.txt
file added
+18
m4/ax_compare_version.m4
file added
+177
m4/ax_pthread.m4
file added
+332
m4/libtool-whole-archive.patch
file added
+18
m4/libtool.m4
file added
+8388
m4/ltoptions.m4
file added
+437
m4/ltsugar.m4
file added
+124
m4/ltversion.m4
file added
+23
m4/lt~obsolete.m4
file added
+99
m4/pkg.m4
file added
+214
missing
file added
+215
nhrpd/Makefile
file added
+10
nhrpd/debug.h
file added
+43
nhrpd/linux.c
file added
+158
nhrpd/list.h
file added
+206
nhrpd/netlink.h
file added
+26
nhrpd/netlink_arp.c
file added
+300
nhrpd/netlink_gre.c
file added
+152
nhrpd/nhrp_cache.c
file added
+375
nhrpd/nhrp_errors.c
file added
+49
nhrpd/nhrp_errors.h
file added
+33
nhrpd/nhrp_event.c
file added
+298
nhrpd/nhrp_interface.c
file added
+442
nhrpd/nhrp_main.c
file added
+163
nhrpd/nhrp_nhs.c
file added
+416
nhrpd/nhrp_packet.c
file added
+345
nhrpd/nhrp_peer.c
file added
+970
nhrpd/nhrp_protocol.h
file added
+129
nhrpd/nhrp_route.c
file added
+367
nhrpd/nhrp_shortcut.c
file added
+446
nhrpd/nhrp_vc.c
file added
+225
nhrpd/nhrp_vty.c
file added
+962
nhrpd/nhrpd.h
file added
+457
nhrpd/os.h
file added
+7
nhrpd/reqid.c
file added
+52
nhrpd/resolver.c
file added
+213
nhrpd/subdir.am
file added
+47
nhrpd/vici.c
file added
+569
nhrpd/vici.h
file added
+24
nhrpd/zbuf.c
file added
+232
nhrpd/zbuf.h
file added
+199
nhrpd/znl.c
file added
+170
nhrpd/znl.h
file added
+29
ospf6d/Makefile
file added
+10
ospf6d/ospf6_abr.c
file added
+1443
ospf6d/ospf6_abr.h
file added
+87
ospf6d/ospf6_area.c
file added
+1037
ospf6d/ospf6_area.h
file added
+138
ospf6d/ospf6_asbr.c
file added
+1906
ospf6d/ospf6_asbr.h
file added
+101
ospf6d/ospf6_bfd.c
file added
+417
ospf6d/ospf6_bfd.h
file added
+42
ospf6d/ospf6_flood.c
file added
+1082
ospf6d/ospf6_flood.h
file added
+70
ospf6d/ospf6_interface.c
file added
+2085
ospf6d/ospf6_interface.h
file added
+201
ospf6d/ospf6_intra.c
file added
+2394
ospf6d/ospf6_intra.h
file added
+243
ospf6d/ospf6_lsa.c
file added
+943
ospf6d/ospf6_lsa.h
file added
+251
ospf6d/ospf6_lsdb.c
file added
+446
ospf6d/ospf6_lsdb.h
file added
+96
ospf6d/ospf6_main.c
file added
+232
ospf6d/ospf6_memory.c
file added
+46
ospf6d/ospf6_memory.h
file added
+47
ospf6d/ospf6_message.c
file added
+2607
ospf6d/ospf6_message.h
file added
+135
ospf6d/ospf6_neighbor.c
file added
+970
ospf6d/ospf6_neighbor.h
file added
+175
ospf6d/ospf6_network.c
file added
+264
ospf6d/ospf6_network.h
file added
+37
ospf6d/ospf6_proto.c
file added
+86
ospf6d/ospf6_proto.h
file added
+95
ospf6d/ospf6_route.c
file added
+1615
ospf6d/ospf6_route.h
file added
+349
ospf6d/ospf6_snmp.c
file added
+1414
ospf6d/ospf6_spf.c
file added
+1102
ospf6d/ospf6_spf.h
file added
+157
ospf6d/ospf6_top.c
file added
+1163
ospf6d/ospf6_top.h
file added
+127
ospf6d/ospf6_zebra.c
file added
+681
ospf6d/ospf6_zebra.h
file added
+68
ospf6d/ospf6d.c
file added
+1280
ospf6d/ospf6d.conf.sample
file added
+52
ospf6d/ospf6d.h
file added
+105
ospf6d/subdir.am
file added
+84
ospfclient/Makefile
file added
+10
ospfclient/ospf_apiclient.c
file added
+703
ospfclient/ospf_apiclient.h
file added
+103
ospfclient/ospfclient.c
file added
+345
ospfclient/subdir.am
file added
+43
ospfd/ChangeLog.opaque.txt
file added
+221
ospfd/Makefile
file added
+10
ospfd/ospf_abr.c
file added
+1869
ospfd/ospf_abr.h
file added
+86
ospfd/ospf_api.c
file added
+655
ospfd/ospf_api.h
file added
+333
ospfd/ospf_apiserver.c
file added
+2490
ospfd/ospf_apiserver.h
file added
+206
ospfd/ospf_asbr.c
file added
+295
ospfd/ospf_asbr.h
file added
+80
ospfd/ospf_ase.c
file added
+864
ospfd/ospf_ase.h
file added
+40
ospfd/ospf_bfd.c
file added
+461
ospfd/ospf_bfd.h
file added
+49
ospfd/ospf_dump.c
file added
+1871
ospfd/ospf_dump.h
file added
+148
ospfd/ospf_dump_api.c
file added
+136
ospfd/ospf_dump_api.h
file added
+43
ospfd/ospf_errors.c
file added
+182
ospfd/ospf_errors.h
file added
+54
ospfd/ospf_ext.c
file added
+1779
ospfd/ospf_ext.h
file added
+200
ospfd/ospf_flood.c
file added
+1004
ospfd/ospf_flood.h
file added
+69
ospfd/ospf_ia.c
file added
+700
ospfd/ospf_ia.h
file added
+44
ospfd/ospf_interface.c
file added
+1238
ospfd/ospf_interface.h
file added
+328
ospfd/ospf_ism.c
file added
+603
ospfd/ospf_ism.h
file added
+106
ospfd/ospf_lsa.c
file added
+3727
ospfd/ospf_lsa.h
file added
+331
ospfd/ospf_lsdb.c
file added
+293
ospfd/ospf_lsdb.h
file added
+84
ospfd/ospf_main.c
file added
+234
ospfd/ospf_memory.c
file added
+58
ospfd/ospf_memory.h
file added
+59
ospfd/ospf_neighbor.c
file added
+487
ospfd/ospf_neighbor.h
file added
+117
ospfd/ospf_network.c
file added
+244
ospfd/ospf_network.h
file added
+34
ospfd/ospf_nsm.c
file added
+849
ospfd/ospf_nsm.h
file added
+89
ospfd/ospf_opaque.c
file added
+2189
ospfd/ospf_opaque.h
file added
+170
ospfd/ospf_packet.c
file added
+4245
ospfd/ospf_packet.h
file added
+171
ospfd/ospf_ri.c
file added
+2015
ospfd/ospf_ri.h
file added
+248
ospfd/ospf_route.c
file added
+1025
ospfd/ospf_route.h
file added
+155
ospfd/ospf_routemap.c
file added
+582
ospfd/ospf_snmp.c
file added
+2720
ospfd/ospf_spf.c
file added
+1472
ospfd/ospf_spf.h
file added
+75
ospfd/ospf_sr.c
file added
+2396
ospfd/ospf_sr.h
file added
+315
ospfd/ospf_te.c
file added
+2601
ospfd/ospf_te.h
file added
+417
ospfd/ospf_vty.c
file added
+10838
ospfd/ospf_vty.h
file added
+57
ospfd/ospf_zebra.c
file added
+1600
ospfd/ospf_zebra.h
file added
+93
ospfd/ospfd.c
file added
+2195
ospfd/ospfd.conf.sample
file added
+13
ospfd/ospfd.h
file added
+577
ospfd/subdir.am
file added
+111
pbrd/Makefile
file added
+10
pbrd/pbr_debug.c
file added
+80
pbrd/pbr_debug.h
file added
+73
pbrd/pbr_main.c
file added
+177
pbrd/pbr_map.c
file added
+574
pbrd/pbr_map.h
file added
+166
pbrd/pbr_memory.c
file added
+27
pbrd/pbr_memory.h
file added
+24
pbrd/pbr_nht.c
file added
+878
pbrd/pbr_nht.h
file added
+121
pbrd/pbr_vty.c
file added
+673
pbrd/pbr_vty.h
file added
+24
pbrd/pbr_zebra.c
file added
+532
pbrd/pbr_zebra.h
file added
+42
pbrd/pbrd.conf.sample
file added
+3
pbrd/subdir.am
file added
+42
pimd/Makefile
file added
+10
pimd/mtracebis.c
file added
+592
pimd/mtracebis_netlink.c
file added
+727
pimd/mtracebis_netlink.h
file added
+136
pimd/mtracebis_routeget.c
file added
+102
pimd/mtracebis_routeget.h
file added
+31
pimd/pim_assert.c
file added
+758
pimd/pim_assert.h
file added
+67
pimd/pim_bfd.c
file added
+348
pimd/pim_bfd.h
file added
+40
pimd/pim_br.c
file added
+98
pimd/pim_br.h
file added
+32
pimd/pim_cmd.c
file added
+8912
pimd/pim_cmd.h
file added
+79
pimd/pim_errors.c
file added
+49
pimd/pim_errors.h
file added
+33
pimd/pim_hello.c
file added
+562
pimd/pim_hello.h
file added
+38
pimd/pim_iface.c
file added
+1516
pimd/pim_iface.h
file added
+214
pimd/pim_ifchannel.c
file added
+1396
pimd/pim_ifchannel.h
file added
+159
pimd/pim_igmp.c
file added
+1182
pimd/pim_igmp.h
file added
+200
pimd/pim_igmp_join.h
file added
+65
pimd/pim_igmp_mtrace.c
file added
+904
pimd/pim_igmp_mtrace.h
file added
+105
pimd/pim_igmp_stats.c
file added
+46
pimd/pim_igmp_stats.h
file added
+41
pimd/pim_igmpv2.c
file added
+201
pimd/pim_igmpv2.h
file added
+35
pimd/pim_igmpv3.c
file added
+2027
pimd/pim_igmpv3.h
file added
+100
pimd/pim_instance.c
file added
+208
pimd/pim_instance.h
file added
+119
pimd/pim_int.c
file added
+44
pimd/pim_int.h
file added
+28
pimd/pim_join.c
file added
+611
pimd/pim_join.h
file added
+35
pimd/pim_jp_agg.c
file added
+345
pimd/pim_jp_agg.h
file added
+50
pimd/pim_macro.c
file added
+420
pimd/pim_macro.h
file added
+42
pimd/pim_main.c
file added
+164
pimd/pim_memory.c
file added
+54
pimd/pim_memory.h
file added
+55
pimd/pim_mroute.c
file added
+1057
pimd/pim_mroute.h
file added
+181
pimd/pim_msdp.c
file added
+1629
pimd/pim_msdp.h
file added
+261
pimd/pim_msdp_packet.c
file added
+699
pimd/pim_msdp_packet.h
file added
+71
pimd/pim_msdp_socket.c
file added
+280
pimd/pim_msdp_socket.h
file added
+24
pimd/pim_msg.c
file added
+243
pimd/pim_msg.h
file added
+105
pimd/pim_neighbor.c
file added
+826
pimd/pim_neighbor.h
file added
+76
pimd/pim_nht.c
file added
+931
pimd/pim_nht.h
file added
+71
pimd/pim_oil.c
file added
+507
pimd/pim_oil.h
file added
+104
pimd/pim_pim.c
file added
+859
pimd/pim_pim.h
file added
+62
pimd/pim_register.c
file added
+451
pimd/pim_register.h
file added
+46
pimd/pim_routemap.c
file added
+56
pimd/pim_rp.c
file added
+1106
pimd/pim_rp.h
file added
+74
pimd/pim_rpf.c
file added
+418
pimd/pim_rpf.h
file added
+73
pimd/pim_signals.c
file added
+77
pimd/pim_signals.h
file added
+26
pimd/pim_sock.c
file added
+437
pimd/pim_sock.h
file added
+54
pimd/pim_ssm.c
file added
+158
pimd/pim_ssm.h
file added
+42
pimd/pim_ssmpingd.c
file added
+440
pimd/pim_ssmpingd.h
file added
+44
pimd/pim_static.c
file added
+367
pimd/pim_static.h
file added
+48
pimd/pim_str.c
file added
+88
pimd/pim_str.h
file added
+45
pimd/pim_time.c
file added
+179
pimd/pim_time.h
file added
+38
pimd/pim_tlv.c
file added
+782
pimd/pim_tlv.h
file added
+109
pimd/pim_upstream.c
file added
+1781
pimd/pim_upstream.h
file added
+227
pimd/pim_util.c
file added
+156
pimd/pim_util.h
file added
+39
pimd/pim_version.c
file added
+24
pimd/pim_version.h
file added
+27
pimd/pim_vty.c
file added
+383
pimd/pim_vty.h
file added
+29
pimd/pim_zebra.c
file added
+1305
pimd/pim_zebra.h
file added
+54
pimd/pim_zlookup.c
file added
+573
pimd/pim_zlookup.h
file added
+48
pimd/pimd.c
file added
+134
pimd/pimd.conf.sample
file added
+40
pimd/pimd.h
file added
+247
pimd/subdir.am
file added
+128
pimd/test_igmpv3_join.c
file added
+150
pkgsrc/bgpd.sh.in
file added
+44
pkgsrc/eigrpd.sh.in
file added
+44
pkgsrc/ospf6d.sh.in
file added
+44
pkgsrc/ospfd.sh.in
file added
+44
pkgsrc/ripd.sh.in
file added
+44
pkgsrc/ripngd.sh.in
file added
+44
pkgsrc/zebra.sh.in
file added
+55
ports/Makefile
file added
+59
python/clidef.py
file added
+280
python/clippy/__init__.py
file added
+73
qpb/Makefile
file added
+10
qpb/linear_allocator.h
file added
+196
qpb/qpb.c
file added
+27
qpb/qpb.h
file added
+364
qpb/qpb.proto
file added
+92
qpb/qpb_allocator.c
file added
+61
qpb/qpb_allocator.h
file added
+106
qpb/subdir.am
file added
+46
redhat/README.rpm_build.md
file added
+119
redhat/daemons
file added
+86
redhat/frr.init
file added
+577
redhat/frr.logrotate
file added
+103
redhat/frr.pam
file added
+26
redhat/frr.service
file added
+24
redhat/frr.spec
file added
+899
redhat/frr.spec.in
file added
+899
ripd/Makefile
file added
+10
ripd/rip_cli.c
file added
+1012
ripd/rip_cli.h
file added
+86
ripd/rip_debug.c
file added
+233
ripd/rip_debug.h
file added
+51
ripd/rip_errors.c
file added
+38
ripd/rip_errors.h
file added
+33
ripd/rip_interface.c
file added
+1235
ripd/rip_interface.h
file added
+32
ripd/rip_main.c
file added
+188
ripd/rip_memory.c
file added
+35
ripd/rip_memory.h
file added
+36
ripd/rip_northbound.c
file added
+1544
ripd/rip_offset.c
file added
+169
ripd/rip_peer.c
file added
+185
ripd/rip_routemap.c
file added
+566
ripd/rip_snmp.c
file added
+596
ripd/rip_zebra.c
file added
+226
ripd/ripd.c
file added
+3502
ripd/ripd.conf.sample
file added
+22
ripd/ripd.h
file added
+483
ripd/subdir.am
file added
+58
ripngd/Makefile
file added
+10
ripngd/ripng_cli.c
file added
+489
ripngd/ripng_cli.h
file added
+58
ripngd/ripng_debug.c
file added
+237
ripngd/ripng_debug.h
file added
+49
ripngd/ripng_interface.c
file added
+951
ripngd/ripng_main.c
file added
+186
ripngd/ripng_memory.c
file added
+34
ripngd/ripng_memory.h
file added
+35
ripngd/ripng_nexthop.c
file added
+223
ripngd/ripng_nexthop.h
file added
+64
ripngd/ripng_northbound.c
file added
+1001
ripngd/ripng_offset.c
file added
+178
ripngd/ripng_peer.c
file added
+190
ripngd/ripng_route.c
file added
+165
ripngd/ripng_route.h
file added
+55
ripngd/ripng_routemap.c
file added
+368
ripngd/ripng_zebra.c
file added
+223
ripngd/ripngd.c
file added
+2592
ripngd/ripngd.conf.sample
file added
+20
ripngd/ripngd.h
file added
+436
ripngd/subdir.am
file added
+51
sharpd/sharp_main.c
file added
+170
sharpd/sharp_vty.c
file added
+235
sharpd/sharp_vty.h
file added
+26
sharpd/sharp_zebra.c
file added
+324
sharpd/sharp_zebra.h
file added
+32
sharpd/sharpd.conf.sample
file added
+3
sharpd/subdir.am
file added
+28
snapcraft/README.snap_build.md
file added
+117
snapcraft/README.usage.md
file added
+171
snapcraft/defaults/babeld.conf.default
file added
+0
snapcraft/defaults/bfdd.conf.default
file added
+0
snapcraft/defaults/bgpd.conf.default
file added
+0
snapcraft/defaults/eigrpd.conf.default
file added
+0
snapcraft/defaults/fabricd.conf.default
file added
+0
snapcraft/defaults/isisd.conf.default
file added
+0
snapcraft/defaults/ldpd.conf.default
file added
+0
snapcraft/defaults/nhrpd.conf.default
file added
+0
snapcraft/defaults/ospf6d.conf.default
file added
+0
snapcraft/defaults/ospfd.conf.default
file added
+0
snapcraft/defaults/pbrd.conf.default
file added
+0
snapcraft/defaults/pimd.conf.default
file added
+0
snapcraft/defaults/ripd.conf.default
file added
+0
snapcraft/defaults/ripngd.conf.default
file added
+0
snapcraft/defaults/staticd.conf.default
file added
+0
snapcraft/defaults/vtysh.conf.default
file added
+1
snapcraft/defaults/zebra.conf.default
file added
+0
snapcraft/extra_version_info.txt
file added
+0
snapcraft/helpers/Makefile
file added
+7
snapcraft/scripts/Makefile
file added
+23
snapcraft/scripts/babeld-service
file added
+13
snapcraft/scripts/bfdd-service
file added
+14
snapcraft/scripts/bgpd-service
file added
+20
snapcraft/scripts/eigrpd-service
file added
+13
snapcraft/scripts/fabricd-service
file added
+13
snapcraft/scripts/isisd-service
file added
+13
snapcraft/scripts/ldpd-service
file added
+14
snapcraft/scripts/nhrpd-service
file added
+12
snapcraft/scripts/ospf6d-service
file added
+13
snapcraft/scripts/ospfd-service
file added
+13
snapcraft/scripts/pbrd-service
file added
+13
snapcraft/scripts/pimd-service
file added
+13
snapcraft/scripts/ripd-service
file added
+13
snapcraft/scripts/ripngd-service
file added
+13
snapcraft/scripts/set-options
file added
+63
snapcraft/scripts/show_version
file added
+6
snapcraft/scripts/staticd-service
file added
+20
snapcraft/scripts/zebra-service
file added
+20
snapcraft/snap/gui/icon.png
file added
+0
snapcraft/snapcraft.yaml
file added
+382
snapcraft/snapcraft.yaml.in
file added
+382
solaris/Makefile.in
file added
+155
solaris/README.txt
file added
+186
solaris/depend.daemons.in
file added
+8
solaris/depend.dev.in
file added
+2
solaris/depend.doc.in
file added
+1
solaris/depend.libs.in
file added
+5
solaris/depend.smf.in
file added
+8
solaris/frr.init.in
file added
+276
solaris/frr.xml.in
file added
+828
solaris/pkginfo.daemons.tmpl.in
file added
+2
solaris/pkginfo.dev.tmpl.in
file added
+3
solaris/pkginfo.doc.tmpl.in
file added
+2
solaris/pkginfo.libs.tmpl.in
file added
+2
solaris/pkginfo.smf.tmpl.in
file added
+2
solaris/pkginfo.tmpl.in
file added
+10
solaris/prototype.daemons.in
file added
+20
solaris/prototype.dev.in
file added
+55
solaris/prototype.doc.in
file added
+17
solaris/prototype.libs.in
file added
+10
solaris/prototype.smf.in
file added
+8
solaris/subdir.am
file added
+53
staticd/Makefile
file added
+10
staticd/static_main.c
file added
+158
staticd/static_memory.c
file added
+28
staticd/static_memory.h
file added
+28
staticd/static_nht.c
file added
+87
staticd/static_nht.h
file added
+25
staticd/static_routes.c
file added
+567
staticd/static_routes.h
file added
+119
staticd/static_vrf.c
file added
+202
staticd/static_vrf.h
file added
+38
staticd/static_vty.c
file added
+1474
staticd/static_vty.h
file added
+28
staticd/static_zebra.c
file added
+491
staticd/static_zebra.h
file added
+30
staticd/staticd.conf.sample
file added
+3
staticd/subdir.am
file added
+35
tests/Makefile
file added
+10
tests/bgpd/test_aspath.c
file added
+1394
tests/bgpd/test_aspath.py
file added
+79
tests/bgpd/test_bgp_table.c
file added
+194
tests/bgpd/test_capability.c
file added
+967
tests/bgpd/test_capability.py
file added
+47
tests/bgpd/test_ecommunity.c
file added
+149
tests/bgpd/test_ecommunity.py
file added
+9
tests/bgpd/test_mp_attr.c
file added
+1122
tests/bgpd/test_mp_attr.py
file added
+33
tests/bgpd/test_mpath.c
file added
+480
tests/bgpd/test_mpath.py
file added
+9
tests/bgpd/test_packet.c
file added
+85
tests/bgpd/test_peer_attr.c
file added
+1514
tests/bgpd/test_peer_attr.py
file added
+196
tests/helpers/c/main.c
file added
+188
tests/helpers/c/prng.c
file added
+108
tests/helpers/c/prng.h
file added
+35
tests/helpers/c/tests.h
file added
+30
tests/helpers/python/frrsix.py
file added
+80
tests/helpers/python/frrtest.py
file added
+202
tests/isisd/test_fuzz_isis_tlv.c
file added
+198
tests/isisd/test_fuzz_isis_tlv.py
file added
+26
tests/isisd/test_fuzz_isis_tlv_tests.h.gz
file added
+0
tests/isisd/test_isis_lspdb.c
file added
+87
tests/isisd/test_isis_lspdb.py
file added
+6
tests/isisd/test_isis_vertex_queue.c
file added
+113
tests/isisd/test_isis_vertex_queue.py
file added
+6
tests/lib/cli/common_cli.c
file added
+100
tests/lib/cli/common_cli.h
file added
+50
tests/lib/cli/test_cli.c
file added
+87
tests/lib/cli/test_cli.in
file added
+88
tests/lib/cli/test_cli.py
file added
+5
tests/lib/cli/test_cli.refout
file added
+339
tests/lib/cli/test_cli.refout.in
file added
+339
tests/lib/cli/test_commands.c
file added
+348
tests/lib/cli/test_commands.in
file added
+216
tests/lib/cli/test_commands.py
file added
+11
tests/lib/cli/test_commands.refout
file added
+1007
tests/lib/northbound/test_oper_data.c
file added
+431
tests/lib/northbound/test_oper_data.in
file added
+1
tests/lib/northbound/test_oper_data.py
file added
+4
tests/lib/northbound/test_oper_data.refout
file added
+119
tests/lib/test_buffer.c
file added
+57
tests/lib/test_checksum.c
file added
+543
tests/lib/test_graph.c
file added
+77
tests/lib/test_graph.py
file added
+4
tests/lib/test_graph.refout
file added
+64
tests/lib/test_heavy.c
file added
+103
tests/lib/test_heavy_thread.c
file added
+128
tests/lib/test_heavy_wq.c
file added
+159
tests/lib/test_idalloc.c
file added
+193
tests/lib/test_memory.c
file added
+120
tests/lib/test_nexthop_iter.c
file added
+311
tests/lib/test_nexthop_iter.py
file added
+7
tests/lib/test_privs.c
file added
+137
tests/lib/test_ringbuf.c
file added
+190
tests/lib/test_ringbuf.py
file added
+6
tests/lib/test_segv.c
file added
+85
tests/lib/test_sig.c
file added
+70
tests/lib/test_srcdest_table.c
file added
+442
tests/lib/test_srcdest_table.py
file added
+6
tests/lib/test_stream.c
file added
+70
tests/lib/test_stream.py
file added
+4
tests/lib/test_stream.refout
file added
+8
tests/lib/test_table.c
file added
+511
tests/lib/test_table.py
file added
+10
tests/lib/test_timer_correctness.c
file added
+191
tests/lib/test_timer_correctness.py
file added
+6
tests/lib/test_timer_performance.c
file added
+105
tests/lib/test_ttable.c
file added
+183
tests/lib/test_ttable.py
file added
+4
tests/lib/test_ttable.refout
file added
+143
tests/lib/test_zlog.c
file added
+61
tests/lib/test_zlog.py
file added
+4
tests/lib/test_zmq.c
file added
+325
tests/ospf6d/test_lsdb.c
file added
+258
tests/ospf6d/test_lsdb.in
file added
+72
tests/ospf6d/test_lsdb.py
file added
+4
tests/ospf6d/test_lsdb.refout
file added
+192
tests/runtests.py
file added
+6
tests/subdir.am
file added
+324
tests/topotests/subdir.am
file added
+7
tools/Makefile
file added
+10
tools/build-debian-package.sh
file added
+27
tools/etc/frr/daemons
file added
+65
tools/etc/frr/daemons.conf
file added
+1
tools/etc/frr/frr.conf
file added
+3
tools/etc/frr/vtysh.conf
file added
+1
tools/etc/iproute2/rt_protos.d/frr.conf
file added
+14
tools/etc/rsyslog.d/45-frr.conf
file added
+38
tools/frr-reload
file added
+7
tools/frr-reload.py
file added
+1341
tools/frr.in
file added
+627
tools/frr.service
file added
+25
tools/frrcommon.sh.in
file added
+334
tools/frrinit.sh.in
file added
+90
tools/gen_northbound_callbacks.c
file added
+313
tools/gen_yang_deviations.c
file added
+81
tools/multiple-bgpd.sh
file added
+84
tools/permutations.c
file added
+96
tools/rrcheck.pl
file added
+135
tools/rrlookup.pl
file added
+123
tools/start-stop-daemon.c
file added
+1066
tools/subdir.am
file added
+44
tools/watchfrr.sh.in
file added
+33
tools/zc.pl
file added
+111
tools/zebra.el
file added
+108
vtysh/Makefile
file added
+10
vtysh/extract.pl.in
file added
+265
vtysh/subdir.am
file added
+35
vtysh/vtysh.c
file added
+3881
vtysh/vtysh.conf.sample
file added
+7
vtysh/vtysh.h
file added
+111
vtysh/vtysh_config.c
file added
+547
vtysh/vtysh_main.c
file added
+701
vtysh/vtysh_user.c
file added
+221
vtysh/vtysh_user.h
file added
+30
watchfrr/Makefile
file added
+10
watchfrr/subdir.am
file added
+21
watchfrr/watchfrr.c
file added
+1336
watchfrr/watchfrr.h
file added
+44
watchfrr/watchfrr_errors.c
file added
+49
watchfrr/watchfrr_errors.h
file added
+33
watchfrr/watchfrr_vty.c
file added
+173
yang/embedmodel.py
file added
+78
yang/frr-interface.yang
file added
+46
yang/frr-isisd.yang
file added
+1404
yang/frr-module-translator.yang
file added
+68
yang/frr-ripd.yang
file added
+587
yang/frr-ripngd.yang
file added
+321
yang/frr-route-types.yang
file added
+109
yang/frr-test-module.yang
file added
+57
yang/libyang_plugins/frr_user_types.c
file added
+100
yang/libyang_plugins/subdir.am
file added
+14
yang/subdir.am
file added
+37
ylwrap
file added
+247
zebra/Makefile
file added
+10
zebra/connected.c
file added
+593
zebra/connected.h
file added
+59
zebra/debug.c
file added
+558
zebra/debug.h
file added
+97
zebra/if_ioctl.c
file added
+313
zebra/if_ioctl_solaris.c
file added
+351
zebra/if_netlink.c
file added
+1376
zebra/if_netlink.h
file added
+33
zebra/if_sysctl.c
file added
+147
zebra/interface.c
file added
+3129
zebra/interface.h
file added
+384
zebra/ioctl.c
file added
+602
zebra/ioctl.h
file added
+56
zebra/ioctl_solaris.c
file added
+402
zebra/ioctl_solaris.h
file added
+28
zebra/ipforward.h
file added
+32
zebra/ipforward_proc.c
file added
+185
zebra/ipforward_solaris.c
file added
+157
zebra/ipforward_sysctl.c
file added
+144
zebra/irdp.h
file added
+154
zebra/irdp_interface.c
file added
+730
zebra/irdp_main.c
file added
+355
zebra/irdp_packet.c
file added
+361
zebra/kernel_netlink.c
file added
+1192
zebra/kernel_netlink.h
file added
+71
zebra/kernel_socket.c
file added
+1461
zebra/kernel_socket.h
file added
+41
zebra/label_manager.c
file added
+487
zebra/label_manager.h
file added
+77
zebra/main.c
file added
+486
zebra/redistribute.c
file added
+817
zebra/redistribute.h
file added
+76
zebra/rib.h
file added
+459
zebra/router-id.c
file added
+290
zebra/router-id.h
file added
+40
zebra/rt.h
file added
+97
zebra/rt_netlink.c
file added
+2768
zebra/rt_netlink.h
file added
+77
zebra/rt_socket.c
file added
+404
zebra/rtadv.c
file added
+1852
zebra/rtadv.h
file added
+110
zebra/rtread_getmsg.c
file added
+276
zebra/rtread_netlink.c
file added
+63
zebra/rtread_sysctl.c
file added
+103
zebra/rule_netlink.c
file added
+287
zebra/rule_netlink.h
file added
+41
zebra/rule_socket.c
file added
+60
zebra/subdir.am
file added
+169
zebra/table_manager.c
file added
+241
zebra/table_manager.h
file added
+66
zebra/zapi_msg.c
file added
+2524
zebra/zapi_msg.h
file added
+86
zebra/zebra.conf.sample
file added
+23
zebra/zebra_dplane.c
file added
+1788
zebra/zebra_dplane.h
file added
+354
zebra/zebra_errors.c
file added
+740
zebra/zebra_errors.h
file added
+128
zebra/zebra_fpm.c
file added
+1640
zebra/zebra_fpm_dt.c
file added
+271
zebra/zebra_fpm_netlink.c
file added
+458
zebra/zebra_fpm_private.h
file added
+64
zebra/zebra_fpm_protobuf.c
file added
+301
zebra/zebra_l2.c
file added
+278
zebra/zebra_l2.h
file added
+99
zebra/zebra_memory.c
file added
+36
zebra/zebra_memory.h
file added
+40
zebra/zebra_mpls.c
file added
+2985
zebra/zebra_mpls.h
file added
+518
zebra/zebra_mpls_netlink.c
file added
+118
zebra/zebra_mpls_null.c
file added
+47
zebra/zebra_mpls_openbsd.c
file added
+470
zebra/zebra_mpls_vty.c
file added
+476
zebra/zebra_mroute.c
file added
+72
zebra/zebra_mroute.h
file added
+35
zebra/zebra_netns_id.c
file added
+361
zebra/zebra_netns_id.h
file added
+26
zebra/zebra_netns_notify.c
file added
+391
zebra/zebra_netns_notify.h
file added
+29
zebra/zebra_ns.c
file added
+246
zebra/zebra_ns.h
file added
+71
zebra/zebra_pbr.c
file added
+1166
zebra/zebra_pbr.h
file added
+255
zebra/zebra_ptm.c
file added
+1568
zebra/zebra_ptm.h
file added
+90
zebra/zebra_ptm_redistribute.c
file added
+116
zebra/zebra_ptm_redistribute.h
file added
+27
zebra/zebra_pw.c
file added
+564
zebra/zebra_pw.h
file added
+77
zebra/zebra_rib.c
file added
+3357
zebra/zebra_rnh.c
file added
+1091
zebra/zebra_rnh.h
file added
+87
zebra/zebra_routemap.c
file added
+1920
zebra/zebra_routemap.h
file added
+51
zebra/zebra_router.c
file added
+191
zebra/zebra_router.h
file added
+84
zebra/zebra_snmp.c
file added
+586
zebra/zebra_vrf.c
file added
+511
zebra/zebra_vrf.h
file added
+202
zebra/zebra_vty.c
file added
+3003
zebra/zebra_vxlan.c
file added
+9011
zebra/zebra_vxlan.h
file added
+208
zebra/zebra_vxlan_private.h
file added
+423
zebra/zserv.c
file added
+1077
zebra/zserv.h
file added
+265
frr-7.0 base
COPYING
file added
+339
Makefile.am
file added
+258
Makefile.in
file added
+11004
README.md
file added
+74
aclocal.m4
file added
+1161
alpine/APKBUILD.in
file added
+67
bfdd/bfd.c
file added
+1246
bfdd/bfd.h
file added
+603
bfdd/bfd_packet.c
file added
+1233
bfdd/bfdctl.h
file added
+157
bfdd/bfdd.c
file added
+238
bfdd/bfdd.conf.sample
file added
+5
bfdd/bfdd_vty.c
file added
+1013
bfdd/bsd.c
file added
+112
bfdd/config.c
file added
+602
bfdd/control.c
file added
+895
bfdd/event.c
file added
+135
bfdd/linux.c
file added
+110
bfdd/log.c
file added
+125
bfdd/ptm_adapter.c
file added
+728
bfdd/subdir.am
file added
+35
bgpd/Makefile
file added
+10
bgpd/bgp_addpath.c
file added
+461
bgpd/bgp_addpath.h
file added
+72
bgpd/bgp_addpath_types.h
file added
+55
bgpd/bgp_advertise.c
file added
+262
bgpd/bgp_advertise.h
file added
+194
bgpd/bgp_aspath.c
file added
+2098
bgpd/bgp_aspath.h
file added
+133
bgpd/bgp_attr.c
file added
+3695
bgpd/bgp_attr.h
file added
+374
bgpd/bgp_attr_evpn.c
file added
+281
bgpd/bgp_attr_evpn.h
file added
+70
bgpd/bgp_bfd.c
file added
+714
bgpd/bgp_bfd.h
file added
+42
bgpd/bgp_btoa.c
file added
+291
bgpd/bgp_clist.c
file added
+1218
bgpd/bgp_clist.h
file added
+166
bgpd/bgp_community.c
file added
+912
bgpd/bgp_community.h
file added
+93
bgpd/bgp_damp.c
file added
+699
bgpd/bgp_damp.h
file added
+150
bgpd/bgp_debug.c
file added
+2622
bgpd/bgp_debug.h
file added
+179
bgpd/bgp_dump.c
file added
+875
bgpd/bgp_dump.h
file added
+57
bgpd/bgp_ecommunity.c
file added
+1028
bgpd/bgp_ecommunity.h
file added
+187
bgpd/bgp_encap_tlv.c
file added
+1005
bgpd/bgp_encap_tlv.h
file added
+134
bgpd/bgp_encap_types.h
file added
+231
bgpd/bgp_errors.c
file added
+481
bgpd/bgp_errors.h
file added
+107
bgpd/bgp_evpn.c
file added
+5893
bgpd/bgp_evpn.h
file added
+153
bgpd/bgp_evpn_private.h
file added
+528
bgpd/bgp_evpn_vty.c
file added
+5247
bgpd/bgp_evpn_vty.h
file added
+31
bgpd/bgp_filter.c
file added
+780
bgpd/bgp_filter.h
file added
+35
bgpd/bgp_flowspec.c
file added
+199
bgpd/bgp_flowspec.h
file added
+58
bgpd/bgp_flowspec_private.h
file added
+44
bgpd/bgp_flowspec_util.c
file added
+608
bgpd/bgp_flowspec_util.h
file added
+61
bgpd/bgp_flowspec_vty.c
file added
+565
bgpd/bgp_fsm.c
file added
+2037
bgpd/bgp_fsm.h
file added
+93
bgpd/bgp_io.c
file added
+520
bgpd/bgp_io.h
file added
+103
bgpd/bgp_keepalives.c
file added
+309
bgpd/bgp_keepalives.h
file added
+93
bgpd/bgp_label.c
file added
+470
bgpd/bgp_label.h
file added
+126
bgpd/bgp_labelpool.c
file added
+598
bgpd/bgp_labelpool.h
file added
+52
bgpd/bgp_lcommunity.c
file added
+539
bgpd/bgp_lcommunity.h
file added
+73
bgpd/bgp_main.c
file added
+485
bgpd/bgp_memory.c
file added
+130
bgpd/bgp_memory.h
file added
+129
bgpd/bgp_mpath.c
file added
+813
bgpd/bgp_mpath.h
file added
+82
bgpd/bgp_mplsvpn.c
file added
+2331
bgpd/bgp_mplsvpn.h
file added
+235
bgpd/bgp_network.c
file added
+803
bgpd/bgp_network.h
file added
+37
bgpd/bgp_nexthop.c
file added
+774
bgpd/bgp_nexthop.h
file added
+99
bgpd/bgp_nht.c
file added
+896
bgpd/bgp_nht.h
file added
+100
bgpd/bgp_open.c
file added
+1538
bgpd/bgp_open.h
file added
+93
bgpd/bgp_packet.c
file added
+2333
bgpd/bgp_packet.h
file added
+67
bgpd/bgp_pbr.c
file added
+2315
bgpd/bgp_pbr.h
file added
+296
bgpd/bgp_rd.c
file added
+215
bgpd/bgp_rd.h
file added
+72
bgpd/bgp_regex.c
file added
+89
bgpd/bgp_regex.h
file added
+36
bgpd/bgp_route.c
file added
+12046
bgpd/bgp_route.h
file added
+507
bgpd/bgp_routemap.c
file added
+5067
bgpd/bgp_rpki.c
file added
+1468
bgpd/bgp_snmp.c
file added
+948
bgpd/bgp_table.c
file added
+191
bgpd/bgp_table.h
file added
+413
bgpd/bgp_updgrp.c
file added
+1907
bgpd/bgp_updgrp.h
file added
+602
bgpd/bgp_updgrp_adv.c
file added
+896
bgpd/bgp_updgrp_packet.c
file added
+1325
bgpd/bgp_vnc_types.h
file added
+29
bgpd/bgp_vpn.c
file added
+215
bgpd/bgp_vpn.h
file added
+30
bgpd/bgp_vty.c
file added
+15412
bgpd/bgp_vty.h
file added
+78
bgpd/bgp_zebra.c
file added
+2892
bgpd/bgp_zebra.h
file added
+101
bgpd/bgpd.c
file added
+7971
bgpd/bgpd.conf.sample
file added
+32
bgpd/bgpd.conf.sample2
file added
+77
bgpd/bgpd.conf.vnc.sample
file added
+91
bgpd/bgpd.h
file added
+1894
bgpd/rfapi/bgp_rfapi_cfg.c
file added
+4607
bgpd/rfapi/bgp_rfapi_cfg.h
file added
+315
bgpd/rfapi/rfapi.c
file added
+4119
bgpd/rfapi/rfapi.h
file added
+918
bgpd/rfapi/rfapi_ap.c
file added
+556
bgpd/rfapi/rfapi_ap.h
file added
+85
bgpd/rfapi/rfapi_backend.h
file added
+73
bgpd/rfapi/rfapi_descriptor_rfp_utils.c
file added
+123
bgpd/rfapi/rfapi_descriptor_rfp_utils.h
file added
+38
bgpd/rfapi/rfapi_encap_tlv.c
file added
+745
bgpd/rfapi/rfapi_encap_tlv.h
file added
+35
bgpd/rfapi/rfapi_import.c
file added
+4905
bgpd/rfapi/rfapi_import.h
file added
+245
bgpd/rfapi/rfapi_monitor.c
file added
+1593
bgpd/rfapi/rfapi_monitor.h
file added
+190
bgpd/rfapi/rfapi_nve_addr.c
file added
+158
bgpd/rfapi/rfapi_nve_addr.h
file added
+38
bgpd/rfapi/rfapi_private.h
file added
+416
bgpd/rfapi/rfapi_rib.c
file added
+2501
bgpd/rfapi/rfapi_rib.h
file added
+154
bgpd/rfapi/rfapi_vty.c
file added
+5030
bgpd/rfapi/rfapi_vty.h
file added
+176
bgpd/rfapi/vnc_debug.c
file added
+220
bgpd/rfapi/vnc_debug.h
file added
+51
bgpd/rfapi/vnc_export_bgp.c
file added
+2124
bgpd/rfapi/vnc_export_bgp.h
file added
+41
bgpd/rfapi/vnc_export_bgp_p.h
file added
+74
bgpd/rfapi/vnc_export_table.c
file added
+192
bgpd/rfapi/vnc_export_table.h
file added
+66
bgpd/rfapi/vnc_import_bgp.c
file added
+3025
bgpd/rfapi/vnc_import_bgp.h
file added
+73
bgpd/rfapi/vnc_import_bgp_p.h
file added
+44
bgpd/rfapi/vnc_zebra.c
file added
+931
bgpd/rfapi/vnc_zebra.h
file added
+56
bgpd/rfp-example/librfp/Makefile
file added
+10
bgpd/rfp-example/librfp/rfp.h
file added
+30
bgpd/rfp-example/librfp/rfp_example.c
file added
+344
bgpd/rfp-example/librfp/rfp_internal.h
file added
+28
bgpd/rfp-example/librfp/subdir.am
file added
+17
bgpd/rfp-example/rfptest/Makefile
file added
+10
bgpd/rfp-example/rfptest/rfptest.c
file added
+33
bgpd/rfp-example/rfptest/rfptest.h
file added
+25
bgpd/rfp-example/rfptest/subdir.am
file added
+20
bgpd/subdir.am
file added
+224
changelog-auto
file added
+1420
changelog-auto.in
file added
+1420
compile
file added
+348
config.guess
file added
+1480
config.h.in
file added
+737
config.sub
file added
+1801
config.version
file added
+4
config.version.in
file added
+4
configure
file added
+33247
configure.ac
file added
+2268
defaults.h
file added
+54
depcomp
file added
+791
doc/Makefile
file added
+18
doc/developer/Makefile
file added
+16
doc/developer/bgp-typecodes.rst
file added
+28
doc/developer/bgpd.rst
file added
+11
doc/developer/building-frr-for-alpine.rst
file added
+111
doc/developer/building-frr-for-centos6.rst
file added
+264
doc/developer/building-frr-for-centos7.rst
file added
+163
doc/developer/building-frr-for-debian8.rst
file added
+150
doc/developer/building-frr-for-debian9.rst
file added
+124
doc/developer/building-frr-for-fedora24.rst
file added
+170
doc/developer/building-frr-for-freebsd10.rst
file added
+127
doc/developer/building-frr-for-freebsd11.rst
file added
+132
doc/developer/building-frr-for-freebsd9.rst
file added
+140
doc/developer/building-frr-for-netbsd6.rst
file added
+146
doc/developer/building-frr-for-netbsd7.rst
file added
+136
doc/developer/building-frr-for-omnios.rst
file added
+143
doc/developer/building-frr-for-openbsd6.rst
file added
+167
doc/developer/building-frr-for-openwrt.rst
file added
+77
doc/developer/building-frr-for-ubuntu1404.rst
file added
+138
doc/developer/building-frr-for-ubuntu1604.rst
file added
+172
doc/developer/building-frr-for-ubuntu1804.rst
file added
+244
doc/developer/building-libyang.rst
file added
+57
doc/developer/building.rst
file added
+26
doc/developer/cli.rst
file added
+816
doc/developer/conf.py
file added
+376
doc/developer/draft-zebra-00.ms
file added
+209
doc/developer/hooks.rst
file added
+171
doc/developer/index.rst
file added
+15
doc/developer/ldpd-basic-test-setup.md
file added
+681
doc/developer/library.rst
file added
+16
doc/developer/logging.rst
file added
+131
doc/developer/maintainer-release-build.rst
file added
+89
doc/developer/memtypes.rst
file added
+117
doc/developer/modules.rst
file added
+132
doc/developer/next-hop-tracking.rst
file added
+352
doc/developer/ospf-api.rst
file added
+387
doc/developer/ospf-sr.rst
file added
+285
doc/developer/ospf.rst
file added
+12
doc/developer/packaging-debian.rst
file added
+167
doc/developer/packaging.rst
file added
+9
doc/developer/subdir.am
file added
+74
doc/developer/workflow.rst
file added
+1069
doc/developer/zebra.rst
file added
+343
doc/extra/frrlexer.py
file added
+38
doc/figures/cligraph.png
file added
+0
empty file added
doc/figures/cligraph.svg
file added
+211
doc/figures/fig-normal-processing.dia
file added
+1738
doc/figures/fig-normal-processing.png
file added
+0
empty file added
doc/figures/fig-normal-processing.txt
file added
+11
doc/figures/fig-rs-processing.dia
file added
+4239
doc/figures/fig-rs-processing.png
file added
+0
empty file added
doc/figures/fig-rs-processing.txt
file added
+47
doc/figures/fig-vnc-commercial-route-reflector.dia
file added
+794
doc/figures/fig-vnc-commercial-route-reflector.png
file added
+0
empty file added
doc/figures/fig-vnc-commercial-route-reflector.txt
file added
+0
empty file added
doc/figures/fig-vnc-frr-route-reflector.dia
file added
+763
doc/figures/fig-vnc-frr-route-reflector.png
file added
+0
empty file added
doc/figures/fig-vnc-frr-route-reflector.txt
file added
+0
empty file added
doc/figures/fig-vnc-gw-rr.dia
file added
+1155
doc/figures/fig-vnc-gw-rr.png
file added
+0
empty file added
doc/figures/fig-vnc-gw-rr.txt
file added
+0
empty file added
doc/figures/fig-vnc-gw.dia
file added
+1058
doc/figures/fig-vnc-gw.png
file added
+0
empty file added
doc/figures/fig-vnc-gw.txt
file added
+0
empty file added
doc/figures/fig-vnc-mesh.dia
file added
+1071
doc/figures/fig-vnc-mesh.png
file added
+0
empty file added
doc/figures/fig-vnc-mesh.txt
file added
+0
empty file added
doc/figures/fig-vnc-redundant-route-reflectors.dia
file added
+871
doc/figures/fig-vnc-redundant-route-reflectors.png
file added
+0
empty file added
doc/figures/fig-vnc-redundant-route-reflectors.txt
file added
+0
empty file added
doc/figures/fig_topologies_full.dia
file added
+533
doc/figures/fig_topologies_full.png
file added
+0
empty file added
doc/figures/fig_topologies_full.txt
file added
+6
doc/figures/fig_topologies_rs.dia
file added
+499
doc/figures/fig_topologies_rs.png
file added
+0
empty file added
doc/figures/fig_topologies_rs.txt
file added
+5
doc/figures/frr-icon.svg
file added
+39
doc/figures/frr-logo-icon.png
file added
+0
empty file added
doc/figures/frr-logo-medium.png
file added
+0
empty file added
doc/figures/frr-logo-small.png
file added
+0
empty file added
doc/figures/frr-logo.png
file added
+0
empty file added
doc/figures/git_branches.png
file added
+0
empty file added
doc/figures/git_branches.svg
file added
+720
doc/figures/ospf_api_architecture.png
file added
+0
empty file added
doc/figures/ospf_api_msghdr.png
file added
+0
empty file added
doc/figures/ospf_api_msgs1.png
file added
+0
empty file added
doc/figures/ospf_api_msgs2.png
file added
+0
empty file added
doc/manpages/Makefile
file added
+12
doc/manpages/bfd-options.rst
file added
+10
doc/manpages/bfdd.rst
file added
+40
doc/manpages/bgpd.rst
file added
+45
doc/manpages/common-options.rst
file added
+162
doc/manpages/conf.py
file added
+357
doc/manpages/defines.rst
file added
+3
doc/manpages/eigrpd.rst
file added
+38
doc/manpages/epilogue.rst
file added
+16
doc/manpages/fabricd.rst
file added
+38
doc/manpages/frr.rst
file added
+44
doc/manpages/index.rst
file added
+29
doc/manpages/isisd.rst
file added
+38
doc/manpages/ldpd.rst
file added
+38
doc/manpages/mtracebis.rst
file added
+44
doc/manpages/nhrpd.rst
file added
+38
doc/manpages/ospf6d.rst
file added
+39
doc/manpages/ospfclient.rst
file added
+43
doc/manpages/ospfd.rst
file added
+39
doc/manpages/pbrd.rst
file added
+38
doc/manpages/pimd.rst
file added
+38
doc/manpages/ripd.rst
file added
+38
doc/manpages/ripngd.rst
file added
+38
doc/manpages/sharpd.rst
file added
+38
doc/manpages/staticd.rst
file added
+38
doc/manpages/subdir.am
file added
+74
doc/manpages/vtysh.rst
file added
+90
doc/manpages/watchfrr.rst
file added
+118
doc/manpages/zebra.rst
file added
+67
doc/mpls/ChangeLog.opaque.txt
file added
+192
doc/mpls/cli_summary.txt
file added
+90
doc/mpls/opaque_lsa.txt
file added
+365
doc/mpls/ospfd.conf
file added
+76
doc/subdir.am
file added
+176
doc/user/Makefile
file added
+16
doc/user/Useful_Sysctl_Settings.md
file added
+61
doc/user/babeld.rst
file added
+291
doc/user/basic.rst
file added
+748
doc/user/bfd.rst
file added
+405
doc/user/bgp.rst
file added
+2594
doc/user/bugs.rst
file added
+70
doc/user/conf.py
file added
+378
doc/user/eigrpd.rst
file added
+238
doc/user/fabricd.rst
file added
+404
doc/user/filter.rst
file added
+178
doc/user/flowspec.rst
file added
+351
doc/user/glossary.rst
file added
+41
doc/user/index.rst
file added
+90
doc/user/installation.rst
file added
+454
doc/user/ipv6.rst
file added
+193
doc/user/isisd.rst
file added
+645
doc/user/kernel.rst
file added
+42
doc/user/ldpd.rst
file added
+319
doc/user/nhrpd.rst
file added
+143
doc/user/ospf6d.rst
file added
+201
doc/user/ospf_fundamentals.rst
file added
+546
doc/user/ospfd.rst
file added
+1354
doc/user/overview.rst
file added
+388
doc/user/packet-dumps.rst
file added
+221
doc/user/pbr.rst
file added
+136
doc/user/pim.rst
file added
+497
doc/user/ripd.rst
file added
+691
doc/user/ripngd.rst
file added
+89
doc/user/routemap.rst
file added
+334
doc/user/routeserver.rst
file added
+550
doc/user/rpki.rst
file added
+292
doc/user/setup.rst
file added
+150
doc/user/sharp.rst
file added
+65
doc/user/snmp.rst
file added
+102
doc/user/snmptrap.rst
file added
+201
doc/user/static.rst
file added
+130
doc/user/subdir.am
file added
+117
doc/user/vnc.rst
file added
+1451
doc/user/vtysh.rst
file added
+204
doc/user/zebra.rst
file added
+760
eigrpd/Makefile
file added
+10
eigrpd/eigrp_const.h
file added
+458
eigrpd/eigrp_dump.c
file added
+623
eigrpd/eigrp_dump.h
file added
+164
eigrpd/eigrp_errors.c
file added
+49
eigrpd/eigrp_errors.h
file added
+33
eigrpd/eigrp_filter.c
file added
+366
eigrpd/eigrp_filter.h
file added
+44
eigrpd/eigrp_fsm.c
file added
+641
eigrpd/eigrp_fsm.h
file added
+34
eigrpd/eigrp_hello.c
file added
+795
eigrpd/eigrp_interface.c
file added
+445
eigrpd/eigrp_interface.h
file added
+67
eigrpd/eigrp_macros.h
file added
+47
eigrpd/eigrp_main.c
file added
+226
eigrpd/eigrp_memory.c
file added
+42
eigrpd/eigrp_memory.h
file added
+43
eigrpd/eigrp_neighbor.c
file added
+370
eigrpd/eigrp_neighbor.h
file added
+58
eigrpd/eigrp_network.c
file added
+423
eigrpd/eigrp_network.h
file added
+53
eigrpd/eigrp_packet.c
file added
+1373
eigrpd/eigrp_packet.h
file added
+164
eigrpd/eigrp_query.c
file added
+271
eigrpd/eigrp_reply.c
file added
+206
eigrpd/eigrp_siaquery.c
file added
+159
eigrpd/eigrp_siareply.c
file added
+158
eigrpd/eigrp_snmp.c
file added
+1401
eigrpd/eigrp_snmp.h
file added
+35
eigrpd/eigrp_structs.h
file added
+508
eigrpd/eigrp_topology.c
file added
+542
eigrpd/eigrp_topology.h
file added
+70
eigrpd/eigrp_update.c
file added
+1056
eigrpd/eigrp_vty.c
file added
+1565
eigrpd/eigrp_vty.h
file added
+40
eigrpd/eigrp_zebra.c
file added
+475
eigrpd/eigrp_zebra.h
file added
+42
eigrpd/eigrpd.c
file added
+302
eigrpd/eigrpd.conf.sample
file added
+13
eigrpd/eigrpd.h
file added
+55
eigrpd/subdir.am
file added
+68
fpm/Makefile
file added
+10
fpm/fpm.h
file added
+299
fpm/fpm.proto
file added
+90
fpm/fpm_pb.c
file added
+27
fpm/fpm_pb.h
file added
+60
fpm/subdir.am
file added
+24
include/linux/fib_rules.h
file added
+74
include/linux/if_bridge.h
file added
+294
include/linux/if_link.h
file added
+928
include/linux/lwtunnel.h
file added
+70
include/linux/mpls_iptunnel.h
file added
+30
include/linux/neighbour.h
file added
+171
include/linux/net_namespace.h
file added
+23
include/linux/netlink.h
file added
+247
include/linux/rtnetlink.h
file added
+718
include/linux/socket.h
file added
+21
include/subdir.am
file added
+12
install-sh
file added
+518
isisd/Makefile
file added
+10
isisd/dict.c
file added
+1510
isisd/dict.h
file added
+121
isisd/fabricd.c
file added
+808
isisd/fabricd.conf.sample
file added
+27
isisd/fabricd.h
file added
+56
isisd/isis_adjacency.c
file added
+590
isisd/isis_adjacency.h
file added
+131
isisd/isis_bfd.c
file added
+350
isisd/isis_bfd.h
file added
+31
isisd/isis_bpf.c
file added
+318
isisd/isis_circuit.c
file added
+1405
isisd/isis_circuit.h
file added
+205
isisd/isis_cli.c
file added
+2025
isisd/isis_cli.h
file added
+125
isisd/isis_common.h
file added
+57
isisd/isis_constants.h
file added
+182
isisd/isis_csm.c
file added
+217
isisd/isis_csm.h
file added
+46
isisd/isis_dlpi.c
file added
+612
isisd/isis_dr.c
file added
+326
isisd/isis_dr.h
file added
+40
isisd/isis_dynhn.c
file added
+151
isisd/isis_dynhn.h
file added
+40
isisd/isis_errors.c
file added
+49
isisd/isis_errors.h
file added
+33
isisd/isis_events.c
file added
+230
isisd/isis_events.h
file added
+45
isisd/isis_flags.c
file added
+77
isisd/isis_flags.h
file added
+70
isisd/isis_lsp.c
file added
+2072
isisd/isis_lsp.h
file added
+121
isisd/isis_main.c
file added
+257
isisd/isis_memory.c
file added
+47
isisd/isis_memory.h
file added
+48
isisd/isis_misc.c
file added
+604
isisd/isis_misc.h
file added
+87
isisd/isis_mt.c
file added
+560
isisd/isis_mt.h
file added
+125
isisd/isis_network.h
file added
+37
isisd/isis_northbound.c
file added
+3232
isisd/isis_pdu.c
file added
+2478
isisd/isis_pdu.h
file added
+222
isisd/isis_pdu_counter.c
file added
+104
isisd/isis_pdu_counter.h
file added
+41
isisd/isis_pfpacket.c
file added
+420
isisd/isis_redist.c
file added
+766
isisd/isis_redist.h
file added
+62
isisd/isis_route.c
file added
+579
isisd/isis_route.h
file added
+75
isisd/isis_routemap.c
file added
+250
isisd/isis_routemap.h
file added
+25
isisd/isis_spf.c
file added
+1489
isisd/isis_spf.h
file added
+47
isisd/isis_spf_private.h
file added
+362
isisd/isis_te.c
file added
+1234
isisd/isis_te.h
file added
+323
isisd/isis_tlvs.c
file added
+3720
isisd/isis_tlvs.h
file added
+397
isisd/isis_tx_queue.c
file added
+212
isisd/isis_tx_queue.h
file added
+57
isisd/isis_vty_common.c
file added
+109
isisd/isis_vty_common.h
file added
+32
isisd/isis_vty_fabricd.c
file added
+1098
isisd/isis_zebra.c
file added
+438
isisd/isis_zebra.h
file added
+39
isisd/isisd.c
file added
+2257
isisd/isisd.conf.sample
file added
+39
isisd/isisd.h
file added
+299
isisd/iso_checksum.c
file added
+73
isisd/iso_checksum.h
file added
+28
isisd/subdir.am
file added
+131
lib/Makefile
file added
+10
lib/agentx.c
file added
+317
lib/agg_table.c
file added
+59
lib/agg_table.h
file added
+153
lib/bfd.c
file added
+470
lib/bfd.h
file added
+107
lib/bitfield.h
file added
+156
lib/buffer.c
file added
+509
lib/buffer.h
file added
+102
lib/checksum.c
file added
+119
lib/checksum.h
file added
+4
lib/clippy.c
file added
+140
lib/clippy.h
file added
+28
lib/command.c
file added
+2928
lib/command.h
file added
+491
lib/command_graph.c
file added
+551
lib/command_graph.h
file added
+136
lib/command_lex.c
file added
+2354
lib/command_lex.h
file added
+739
lib/command_lex.l
file added
+103
lib/command_match.c
file added
+1037
lib/command_match.h
file added
+101
lib/command_parse.c
file added
+2094
lib/command_parse.h
file added
+167
lib/command_parse.y
file added
+489
lib/command_py.c
file added
+342
lib/compiler.h
file added
+91
lib/csv.c
file added
+703
lib/csv.h
file added
+188
lib/db.c
file added
+325
lib/db.h
file added
+52
lib/debug.c
file added
+46
lib/debug.h
file added
+234
lib/defun_lex.c
file added
+2510
lib/defun_lex.l
file added
+274
lib/distribute.c
file added
+615
lib/distribute.h
file added
+84
lib/event_counter.c
file added
+71
lib/event_counter.h
file added
+54
lib/ferr.c
file added
+306
lib/ferr.h
file added
+256
lib/fifo.h
file added
+58
lib/filter.c
file added
+2227
lib/filter.h
file added
+65
lib/freebsd-queue.h
file added
+678
lib/frr_pthread.c
file added
+277
lib/frr_pthread.h
file added
+214
lib/frr_zmq.c
file added
+357
lib/frr_zmq.h
file added
+127
lib/frratomic.h
file added
+201
lib/frrstr.c
file added
+175
lib/frrstr.h
file added
+111
lib/getopt.c
file added
+1025
lib/getopt.h
file added
+156
lib/getopt1.c
file added
+176
lib/gitversion.pl
file added
+47
lib/grammar_sandbox.c
file added
+563
lib/grammar_sandbox_main.c
file added
+70
lib/graph.c
file added
+230
lib/graph.h
file added
+167
lib/hash.c
file added
+451
lib/hash.h
file added
+328
lib/hook.c
file added
+58
lib/hook.h
file added
+222
lib/id_alloc.c
file added
+406
lib/id_alloc.h
file added
+90
lib/if.c
file added
+1395
lib/if.h
file added
+539
lib/if_rmap.c
file added
+304
lib/if_rmap.h
file added
+40
lib/imsg-buffer.c
file added
+285
lib/imsg.c
file added
+326
lib/imsg.h
file added
+111
lib/ipaddr.h
file added
+115
lib/jhash.c
file added
+187
lib/jhash.h
file added
+45
lib/json.c
file added
+88
lib/json.h
file added
+84
lib/keychain.c
file added
+1105
lib/keychain.h
file added
+60
lib/lib_errors.c
file added
+357
lib/lib_errors.h
file added
+85
lib/libfrr.c
file added
+1086
lib/libfrr.h
file added
+155
lib/libospf.h
file added
+97
lib/linklist.c
file added
+320
lib/linklist.h
file added
+339
lib/log.c
file added
+1274
lib/log.h
file added
+199
lib/log_int.h
file added
+52
lib/logicalrouter.c
file added
+158
lib/logicalrouter.h
file added
+41
lib/lua.c
file added
+130
lib/lua.h
file added
+79
lib/md5.c
file added
+447
lib/md5.h
file added
+85
lib/memory.c
file added
+181
lib/memory.h
file added
+180
lib/memory_vty.c
file added
+226
lib/memory_vty.h
file added
+31
lib/module.c
file added
+154
lib/module.h
file added
+98
lib/monotime.h
file added
+94
lib/mpls.c
file added
+100
lib/mpls.h
file added
+212
lib/netns_linux.c
file added
+592
lib/netns_other.c
file added
+170
lib/network.c
file added
+123
lib/network.h
file added
+44
lib/nexthop.c
file added
+321
lib/nexthop.h
file added
+149
lib/nexthop_group.c
file added
+691
lib/nexthop_group.h
file added
+113
lib/northbound.c
file added
+1643
lib/northbound.h
file added
+842
lib/northbound_cli.c
file added
+1671
lib/northbound_cli.h
file added
+114
lib/northbound_confd.c
file added
+1423
lib/northbound_db.c
file added
+288
lib/northbound_db.h
file added
+104
lib/northbound_sysrepo.c
file added
+867
lib/ns.h
file added
+177
lib/openbsd-queue.h
file added
+575
lib/openbsd-tree.c
file added
+618
lib/openbsd-tree.h
file added
+563
lib/pbr.h
file added
+124
lib/pid_output.c
file added
+83
lib/plist.c
file added
+2128
lib/plist.h
file added
+78
lib/plist_int.h
file added
+71
lib/pqueue.c
file added
+187
lib/pqueue.h
file added
+46
lib/prefix.c
file added
+1603
lib/prefix.h
file added
+498
lib/privs.c
file added
+942
lib/privs.h
file added
+123
lib/ptm_lib.c
file added
+488
lib/ptm_lib.h
file added
+68
lib/pw.h
file added
+52
lib/qobj.c
file added
+111
lib/qobj.h
file added
+130
lib/queue.h
file added
+88
lib/ringbuf.c
file added
+133
lib/ringbuf.h
file added
+125
lib/route_types.pl
file added
+216
lib/route_types.txt
file added
+113
lib/routemap.c
file added
+3054
lib/routemap.h
file added
+382
lib/sbuf.c
file added
+106
lib/sbuf.h
file added
+79
lib/sha256.c
file added
+417
lib/sha256.h
file added
+58
lib/sigevent.c
file added
+368
lib/sigevent.h
file added
+50
lib/skiplist.c
file added
+666
lib/skiplist.h
file added
+125
lib/smux.h
file added
+106
lib/snmp.c
file added
+122
lib/sockopt.c
file added
+669
lib/sockopt.h
file added
+101
lib/sockunion.c
file added
+684
lib/sockunion.h
file added
+102
lib/spf_backoff.c
file added
+317
lib/spf_backoff.h
file added
+61
lib/srcdest_table.c
file added
+305
lib/srcdest_table.h
file added
+98
lib/stream.c
file added
+1230
lib/stream.h
file added
+407
lib/strlcat.c
file added
+73
lib/strlcpy.c
file added
+58
lib/subdir.am
file added
+417
lib/systemd.c
file added
+118
lib/systemd.h
file added
+39
lib/table.c
file added
+789
lib/table.h
file added
+321
lib/termtable.c
file added
+499
lib/termtable.h
file added
+297
lib/thread.c
file added
+1685
lib/thread.h
file added
+236
lib/vector.c
file added
+220
lib/vector.h
file added
+66
lib/version.h.in
file added
+57
lib/vlan.h
file added
+29
lib/vrf.c
file added
+1034
lib/vrf.h
file added
+295
lib/vrf_int.h
file added
+55
lib/vty.c
file added
+3176
lib/vty.h
file added
+336
lib/vxlan.h
file added
+38
lib/wheel.c
file added
+168
lib/wheel.h
file added
+118
lib/workqueue.c
file added
+400
lib/workqueue.h
file added
+188
lib/yang.c
file added
+749
lib/yang.h
file added
+529
lib/yang_translator.c
file added
+553
lib/yang_translator.h
file added
+144
lib/yang_wrappers.c
file added
+1002
lib/yang_wrappers.h
file added
+157
lib/zassert.h
file added
+42
lib/zclient.c
file added
+2797
lib/zclient.h
file added
+633
lib/zebra.h
file added
+616
ltmain.sh
file added
+11249
m4/README.txt
file added
+18
m4/ax_compare_version.m4
file added
+177
m4/ax_pthread.m4
file added
+332
m4/libtool-whole-archive.patch
file added
+18
m4/libtool.m4
file added
+8388
m4/ltoptions.m4
file added
+437
m4/ltsugar.m4
file added
+124
m4/ltversion.m4
file added
+23
m4/lt~obsolete.m4
file added
+99
m4/pkg.m4
file added
+214
missing
file added
+215
nhrpd/Makefile
file added
+10
nhrpd/debug.h
file added
+43
nhrpd/linux.c
file added
+158
nhrpd/list.h
file added
+206
nhrpd/netlink.h
file added
+26
nhrpd/netlink_arp.c
file added
+300
nhrpd/netlink_gre.c
file added
+152
nhrpd/nhrp_cache.c
file added
+375
nhrpd/nhrp_errors.c
file added
+49
nhrpd/nhrp_errors.h
file added
+33
nhrpd/nhrp_event.c
file added
+298
nhrpd/nhrp_interface.c
file added
+442
nhrpd/nhrp_main.c
file added
+163
nhrpd/nhrp_nhs.c
file added
+416
nhrpd/nhrp_packet.c
file added
+345
nhrpd/nhrp_peer.c
file added
+970
nhrpd/nhrp_protocol.h
file added
+129
nhrpd/nhrp_route.c
file added
+367
nhrpd/nhrp_shortcut.c
file added
+446
nhrpd/nhrp_vc.c
file added
+225
nhrpd/nhrp_vty.c
file added
+962
nhrpd/nhrpd.h
file added
+457
nhrpd/os.h
file added
+7
nhrpd/reqid.c
file added
+52
nhrpd/resolver.c
file added
+213
nhrpd/subdir.am
file added
+47
nhrpd/vici.c
file added
+569
nhrpd/vici.h
file added
+24
nhrpd/zbuf.c
file added
+232
nhrpd/zbuf.h
file added
+199
nhrpd/znl.c
file added
+170
nhrpd/znl.h
file added
+29
ospf6d/Makefile
file added
+10
ospf6d/ospf6_abr.c
file added
+1443
ospf6d/ospf6_abr.h
file added
+87
ospf6d/ospf6_area.c
file added
+1037
ospf6d/ospf6_area.h
file added
+138
ospf6d/ospf6_asbr.c
file added
+1906
ospf6d/ospf6_asbr.h
file added
+101
ospf6d/ospf6_bfd.c
file added
+417
ospf6d/ospf6_bfd.h
file added
+42
ospf6d/ospf6_flood.c
file added
+1082
ospf6d/ospf6_flood.h
file added
+70
ospf6d/ospf6_interface.c
file added
+2085
ospf6d/ospf6_interface.h
file added
+201
ospf6d/ospf6_intra.c
file added
+2394
ospf6d/ospf6_intra.h
file added
+243
ospf6d/ospf6_lsa.c
file added
+943
ospf6d/ospf6_lsa.h
file added
+251
ospf6d/ospf6_lsdb.c
file added
+446
ospf6d/ospf6_lsdb.h
file added
+96
ospf6d/ospf6_main.c
file added
+232
ospf6d/ospf6_memory.c
file added
+46
ospf6d/ospf6_memory.h
file added
+47
ospf6d/ospf6_message.c
file added
+2607
ospf6d/ospf6_message.h
file added
+135
ospf6d/ospf6_neighbor.c
file added
+970
ospf6d/ospf6_neighbor.h
file added
+175
ospf6d/ospf6_network.c
file added
+264
ospf6d/ospf6_network.h
file added
+37
ospf6d/ospf6_proto.c
file added
+86
ospf6d/ospf6_proto.h
file added
+95
ospf6d/ospf6_route.c
file added
+1615
ospf6d/ospf6_route.h
file added
+349
ospf6d/ospf6_snmp.c
file added
+1414
ospf6d/ospf6_spf.c
file added
+1102
ospf6d/ospf6_spf.h
file added
+157
ospf6d/ospf6_top.c
file added
+1163
ospf6d/ospf6_top.h
file added
+127
ospf6d/ospf6_zebra.c
file added
+681
ospf6d/ospf6_zebra.h
file added
+68
ospf6d/ospf6d.c
file added
+1280
ospf6d/ospf6d.conf.sample
file added
+52
ospf6d/ospf6d.h
file added
+105
ospf6d/subdir.am
file added
+84
ospfclient/Makefile
file added
+10
ospfclient/ospf_apiclient.c
file added
+703
ospfclient/ospf_apiclient.h
file added
+103
ospfclient/ospfclient.c
file added
+345
ospfclient/subdir.am
file added
+43
ospfd/ChangeLog.opaque.txt
file added
+221
ospfd/Makefile
file added
+10
ospfd/ospf_abr.c
file added
+1869
ospfd/ospf_abr.h
file added
+86
ospfd/ospf_api.c
file added
+655
ospfd/ospf_api.h
file added
+333
ospfd/ospf_apiserver.c
file added
+2490
ospfd/ospf_apiserver.h
file added
+206
ospfd/ospf_asbr.c
file added
+295
ospfd/ospf_asbr.h
file added
+80
ospfd/ospf_ase.c
file added
+864
ospfd/ospf_ase.h
file added
+40
ospfd/ospf_bfd.c
file added
+461
ospfd/ospf_bfd.h
file added
+49
ospfd/ospf_dump.c
file added
+1871
ospfd/ospf_dump.h
file added
+148
ospfd/ospf_dump_api.c
file added
+136
ospfd/ospf_dump_api.h
file added
+43
ospfd/ospf_errors.c
file added
+182
ospfd/ospf_errors.h
file added
+54
ospfd/ospf_ext.c
file added
+1779
ospfd/ospf_ext.h
file added
+200
ospfd/ospf_flood.c
file added
+1004
ospfd/ospf_flood.h
file added
+69
ospfd/ospf_ia.c
file added
+700
ospfd/ospf_ia.h
file added
+44
ospfd/ospf_interface.c
file added
+1238
ospfd/ospf_interface.h
file added
+328
ospfd/ospf_ism.c
file added
+603
ospfd/ospf_ism.h
file added
+106
ospfd/ospf_lsa.c
file added
+3727
ospfd/ospf_lsa.h
file added
+331
ospfd/ospf_lsdb.c
file added
+293
ospfd/ospf_lsdb.h
file added
+84
ospfd/ospf_main.c
file added
+234
ospfd/ospf_memory.c
file added
+58
ospfd/ospf_memory.h
file added
+59
ospfd/ospf_neighbor.c
file added
+487
ospfd/ospf_neighbor.h
file added
+117
ospfd/ospf_network.c
file added
+244
ospfd/ospf_network.h
file added
+34
ospfd/ospf_nsm.c
file added
+849
ospfd/ospf_nsm.h
file added
+89
ospfd/ospf_opaque.c
file added
+2189
ospfd/ospf_opaque.h
file added
+170
ospfd/ospf_packet.c
file added
+4245
ospfd/ospf_packet.h
file added
+171
ospfd/ospf_ri.c
file added
+2015
ospfd/ospf_ri.h
file added
+248
ospfd/ospf_route.c
file added
+1025
ospfd/ospf_route.h
file added
+155
ospfd/ospf_routemap.c
file added
+582
ospfd/ospf_snmp.c
file added
+2720
ospfd/ospf_spf.c
file added
+1472
ospfd/ospf_spf.h
file added
+75
ospfd/ospf_sr.c
file added
+2396
ospfd/ospf_sr.h
file added
+315
ospfd/ospf_te.c
file added
+2601
ospfd/ospf_te.h
file added
+417
ospfd/ospf_vty.c
file added
+10838
ospfd/ospf_vty.h
file added
+57
ospfd/ospf_zebra.c
file added
+1600
ospfd/ospf_zebra.h
file added
+93
ospfd/ospfd.c
file added
+2195
ospfd/ospfd.conf.sample
file added
+13
ospfd/ospfd.h
file added
+577
ospfd/subdir.am
file added
+111
pbrd/Makefile
file added
+10
pbrd/pbr_debug.c
file added
+80
pbrd/pbr_debug.h
file added
+73
pbrd/pbr_main.c
file added
+177
pbrd/pbr_map.c
file added
+574
pbrd/pbr_map.h
file added
+166
pbrd/pbr_memory.c
file added
+27
pbrd/pbr_memory.h
file added
+24
pbrd/pbr_nht.c
file added
+878
pbrd/pbr_nht.h
file added
+121
pbrd/pbr_vty.c
file added
+673
pbrd/pbr_vty.h
file added
+24
pbrd/pbr_zebra.c
file added
+532
pbrd/pbr_zebra.h
file added
+42
pbrd/pbrd.conf.sample
file added
+3
pbrd/subdir.am
file added
+42
pimd/Makefile
file added
+10
pimd/mtracebis.c
file added
+592
pimd/mtracebis_netlink.c
file added
+727
pimd/mtracebis_netlink.h
file added
+136
pimd/mtracebis_routeget.c
file added
+102
pimd/mtracebis_routeget.h
file added
+31
pimd/pim_assert.c
file added
+758
pimd/pim_assert.h
file added
+67
pimd/pim_bfd.c
file added
+348
pimd/pim_bfd.h
file added
+40
pimd/pim_br.c
file added
+98
pimd/pim_br.h
file added
+32
pimd/pim_cmd.c
file added
+8912
pimd/pim_cmd.h
file added
+79
pimd/pim_errors.c
file added
+49
pimd/pim_errors.h
file added
+33
pimd/pim_hello.c
file added
+562
pimd/pim_hello.h
file added
+38
pimd/pim_iface.c
file added
+1516
pimd/pim_iface.h
file added
+214
pimd/pim_ifchannel.c
file added
+1396
pimd/pim_ifchannel.h
file added
+159
pimd/pim_igmp.c
file added
+1182
pimd/pim_igmp.h
file added
+200
pimd/pim_igmp_join.h
file added
+65
pimd/pim_igmp_mtrace.c
file added
+904
pimd/pim_igmp_mtrace.h
file added
+105
pimd/pim_igmp_stats.c
file added
+46
pimd/pim_igmp_stats.h
file added
+41
pimd/pim_igmpv2.c
file added
+201
pimd/pim_igmpv2.h
file added
+35
pimd/pim_igmpv3.c
file added
+2027
pimd/pim_igmpv3.h
file added
+100
pimd/pim_instance.c
file added
+208
pimd/pim_instance.h
file added
+119
pimd/pim_int.c
file added
+44
pimd/pim_int.h
file added
+28
pimd/pim_join.c
file added
+611
pimd/pim_join.h
file added
+35
pimd/pim_jp_agg.c
file added
+345
pimd/pim_jp_agg.h
file added
+50
pimd/pim_macro.c
file added
+420
pimd/pim_macro.h
file added
+42
pimd/pim_main.c
file added
+164
pimd/pim_memory.c
file added
+54
pimd/pim_memory.h
file added
+55
pimd/pim_mroute.c
file added
+1057
pimd/pim_mroute.h
file added
+181
pimd/pim_msdp.c
file added
+1629
pimd/pim_msdp.h
file added
+261
pimd/pim_msdp_packet.c
file added
+699
pimd/pim_msdp_packet.h
file added
+71
pimd/pim_msdp_socket.c
file added
+280
pimd/pim_msdp_socket.h
file added
+24
pimd/pim_msg.c
file added
+243
pimd/pim_msg.h
file added
+105
pimd/pim_neighbor.c
file added
+826
pimd/pim_neighbor.h
file added
+76
pimd/pim_nht.c
file added
+931
pimd/pim_nht.h
file added
+71
pimd/pim_oil.c
file added
+507
pimd/pim_oil.h
file added
+104
pimd/pim_pim.c
file added
+859
pimd/pim_pim.h
file added
+62
pimd/pim_register.c
file added
+451
pimd/pim_register.h
file added
+46
pimd/pim_routemap.c
file added
+56
pimd/pim_rp.c
file added
+1106
pimd/pim_rp.h
file added
+74
pimd/pim_rpf.c
file added
+418
pimd/pim_rpf.h
file added
+73
pimd/pim_signals.c
file added
+77
pimd/pim_signals.h
file added
+26
pimd/pim_sock.c
file added
+437
pimd/pim_sock.h
file added
+54
pimd/pim_ssm.c
file added
+158
pimd/pim_ssm.h
file added
+42
pimd/pim_ssmpingd.c
file added
+440
pimd/pim_ssmpingd.h
file added
+44
pimd/pim_static.c
file added
+367
pimd/pim_static.h
file added
+48
pimd/pim_str.c
file added
+88
pimd/pim_str.h
file added
+45
pimd/pim_time.c
file added
+179
pimd/pim_time.h
file added
+38
pimd/pim_tlv.c
file added
+782
pimd/pim_tlv.h
file added
+109
pimd/pim_upstream.c
file added
+1781
pimd/pim_upstream.h
file added
+227
pimd/pim_util.c
file added
+156
pimd/pim_util.h
file added
+39
pimd/pim_version.c
file added
+24
pimd/pim_version.h
file added
+27
pimd/pim_vty.c
file added
+383
pimd/pim_vty.h
file added
+29
pimd/pim_zebra.c
file added
+1305
pimd/pim_zebra.h
file added
+54
pimd/pim_zlookup.c
file added
+573
pimd/pim_zlookup.h
file added
+48
pimd/pimd.c
file added
+134
pimd/pimd.conf.sample
file added
+40
pimd/pimd.h
file added
+247
pimd/subdir.am
file added
+128
pimd/test_igmpv3_join.c
file added
+150
pkgsrc/bgpd.sh.in
file added
+44
pkgsrc/eigrpd.sh.in
file added
+44
pkgsrc/ospf6d.sh.in
file added
+44
pkgsrc/ospfd.sh.in
file added
+44
pkgsrc/ripd.sh.in
file added
+44
pkgsrc/ripngd.sh.in
file added
+44
pkgsrc/zebra.sh.in
file added
+55
ports/Makefile
file added
+59
python/clidef.py
file added
+280
python/clippy/__init__.py
file added
+73
qpb/Makefile
file added
+10
qpb/linear_allocator.h
file added
+196
qpb/qpb.c
file added
+27
qpb/qpb.h
file added
+364
qpb/qpb.proto
file added
+92
qpb/qpb_allocator.c
file added
+61
qpb/qpb_allocator.h
file added
+106
qpb/subdir.am
file added
+46
redhat/README.rpm_build.md
file added
+119
redhat/daemons
file added
+86
redhat/frr.init
file added
+577
redhat/frr.logrotate
file added
+103
redhat/frr.pam
file added
+26
redhat/frr.service
file added
+24
redhat/frr.spec
file added
+899
redhat/frr.spec.in
file added
+899
ripd/Makefile
file added
+10
ripd/rip_cli.c
file added
+1012
ripd/rip_cli.h
file added
+86
ripd/rip_debug.c
file added
+233
ripd/rip_debug.h
file added
+51
ripd/rip_errors.c
file added
+38
ripd/rip_errors.h
file added
+33
ripd/rip_interface.c
file added
+1235
ripd/rip_interface.h
file added
+32
ripd/rip_main.c
file added
+188
ripd/rip_memory.c
file added
+35
ripd/rip_memory.h
file added
+36
ripd/rip_northbound.c
file added
+1544
ripd/rip_offset.c
file added
+169
ripd/rip_peer.c
file added
+185
ripd/rip_routemap.c
file added
+566
ripd/rip_snmp.c
file added
+596
ripd/rip_zebra.c
file added
+226
ripd/ripd.c
file added
+3502
ripd/ripd.conf.sample
file added
+22
ripd/ripd.h
file added
+483
ripd/subdir.am
file added
+58
ripngd/Makefile
file added
+10
ripngd/ripng_cli.c
file added
+489
ripngd/ripng_cli.h
file added
+58
ripngd/ripng_debug.c
file added
+237
ripngd/ripng_debug.h
file added
+49
ripngd/ripng_interface.c
file added
+951
ripngd/ripng_main.c
file added
+186
ripngd/ripng_memory.c
file added
+34
ripngd/ripng_memory.h
file added
+35
ripngd/ripng_nexthop.c
file added
+223
ripngd/ripng_nexthop.h
file added
+64
ripngd/ripng_northbound.c
file added
+1001
ripngd/ripng_offset.c
file added
+178
ripngd/ripng_peer.c
file added
+190
ripngd/ripng_route.c
file added
+165
ripngd/ripng_route.h
file added
+55
ripngd/ripng_routemap.c
file added
+368
ripngd/ripng_zebra.c
file added
+223
ripngd/ripngd.c
file added
+2592
ripngd/ripngd.conf.sample
file added
+20
ripngd/ripngd.h
file added
+436
ripngd/subdir.am
file added
+51
sharpd/sharp_main.c
file added
+170
sharpd/sharp_vty.c
file added
+235
sharpd/sharp_vty.h
file added
+26
sharpd/sharp_zebra.c
file added
+324
sharpd/sharp_zebra.h
file added
+32
sharpd/sharpd.conf.sample
file added
+3
sharpd/subdir.am
file added
+28
snapcraft/README.snap_build.md
file added
+117
snapcraft/README.usage.md
file added
+171
snapcraft/defaults/babeld.conf.default
file added
+0
empty file added
snapcraft/defaults/bfdd.conf.default
file added
+0
empty file added
snapcraft/defaults/bgpd.conf.default
file added
+0
empty file added
snapcraft/defaults/eigrpd.conf.default
file added
+0
empty file added
snapcraft/defaults/fabricd.conf.default
file added
+0
empty file added
snapcraft/defaults/isisd.conf.default
file added
+0
empty file added
snapcraft/defaults/ldpd.conf.default
file added
+0
empty file added
snapcraft/defaults/nhrpd.conf.default
file added
+0
empty file added
snapcraft/defaults/ospf6d.conf.default
file added
+0
empty file added
snapcraft/defaults/ospfd.conf.default
file added
+0
empty file added
snapcraft/defaults/pbrd.conf.default
file added
+0
empty file added
snapcraft/defaults/pimd.conf.default
file added
+0
empty file added
snapcraft/defaults/ripd.conf.default
file added
+0
empty file added
snapcraft/defaults/ripngd.conf.default
file added
+0
empty file added
snapcraft/defaults/staticd.conf.default
file added
+0
empty file added
snapcraft/defaults/vtysh.conf.default
file added
+1
snapcraft/defaults/zebra.conf.default
file added
+0
empty file added
snapcraft/extra_version_info.txt
file added
+0
empty file added
snapcraft/helpers/Makefile
file added
+7
snapcraft/scripts/Makefile
file added
+23
snapcraft/scripts/babeld-service
file added
+13
snapcraft/scripts/bfdd-service
file added
+14
snapcraft/scripts/bgpd-service
file added
+20
snapcraft/scripts/eigrpd-service
file added
+13
snapcraft/scripts/fabricd-service
file added
+13
snapcraft/scripts/isisd-service
file added
+13
snapcraft/scripts/ldpd-service
file added
+14
snapcraft/scripts/nhrpd-service
file added
+12
snapcraft/scripts/ospf6d-service
file added
+13
snapcraft/scripts/ospfd-service
file added
+13
snapcraft/scripts/pbrd-service
file added
+13
snapcraft/scripts/pimd-service
file added
+13
snapcraft/scripts/ripd-service
file added
+13
snapcraft/scripts/ripngd-service
file added
+13
snapcraft/scripts/set-options
file added
+63
snapcraft/scripts/show_version
file added
+6
snapcraft/scripts/staticd-service
file added
+20
snapcraft/scripts/zebra-service
file added
+20
snapcraft/snap/gui/icon.png
file added
+0
empty file added
snapcraft/snapcraft.yaml
file added
+382
snapcraft/snapcraft.yaml.in
file added
+382
solaris/Makefile.in
file added
+155
solaris/README.txt
file added
+186
solaris/depend.daemons.in
file added
+8
solaris/depend.dev.in
file added
+2
solaris/depend.doc.in
file added
+1
solaris/depend.libs.in
file added
+5
solaris/depend.smf.in
file added
+8
solaris/frr.init.in
file added
+276
solaris/frr.xml.in
file added
+828
solaris/pkginfo.daemons.tmpl.in
file added
+2
solaris/pkginfo.dev.tmpl.in
file added
+3
solaris/pkginfo.doc.tmpl.in
file added
+2
solaris/pkginfo.libs.tmpl.in
file added
+2
solaris/pkginfo.smf.tmpl.in
file added
+2
solaris/pkginfo.tmpl.in
file added
+10
solaris/prototype.daemons.in
file added
+20
solaris/prototype.dev.in
file added
+55
solaris/prototype.doc.in
file added
+17
solaris/prototype.libs.in
file added
+10
solaris/prototype.smf.in
file added
+8
solaris/subdir.am
file added
+53
staticd/Makefile
file added
+10
staticd/static_main.c
file added
+158
staticd/static_memory.c
file added
+28
staticd/static_memory.h
file added
+28
staticd/static_nht.c
file added
+87
staticd/static_nht.h
file added
+25
staticd/static_routes.c
file added
+567
staticd/static_routes.h
file added
+119
staticd/static_vrf.c
file added
+202
staticd/static_vrf.h
file added
+38
staticd/static_vty.c
file added
+1474
staticd/static_vty.h
file added
+28
staticd/static_zebra.c
file added
+491
staticd/static_zebra.h
file added
+30
staticd/staticd.conf.sample
file added
+3
staticd/subdir.am
file added
+35
tests/Makefile
file added
+10
tests/bgpd/test_aspath.c
file added
+1394
tests/bgpd/test_aspath.py
file added
+79
tests/bgpd/test_bgp_table.c
file added
+194
tests/bgpd/test_capability.c
file added
+967
tests/bgpd/test_capability.py
file added
+47
tests/bgpd/test_ecommunity.c
file added
+149
tests/bgpd/test_ecommunity.py
file added
+9
tests/bgpd/test_mp_attr.c
file added
+1122
tests/bgpd/test_mp_attr.py
file added
+33
tests/bgpd/test_mpath.c
file added
+480
tests/bgpd/test_mpath.py
file added
+9
tests/bgpd/test_packet.c
file added
+85
tests/bgpd/test_peer_attr.c
file added
+1514
tests/bgpd/test_peer_attr.py
file added
+196
tests/helpers/c/main.c
file added
+188
tests/helpers/c/prng.c
file added
+108
tests/helpers/c/prng.h
file added
+35
tests/helpers/c/tests.h
file added
+30
tests/helpers/python/frrsix.py
file added
+80
tests/helpers/python/frrtest.py
file added
+202
tests/isisd/test_fuzz_isis_tlv.c
file added
+198
tests/isisd/test_fuzz_isis_tlv.py
file added
+26
tests/isisd/test_fuzz_isis_tlv_tests.h.gz
file added
+0
empty file added
tests/isisd/test_isis_lspdb.c
file added
+87
tests/isisd/test_isis_lspdb.py
file added
+6
tests/isisd/test_isis_vertex_queue.c
file added
+113
tests/isisd/test_isis_vertex_queue.py
file added
+6
tests/lib/cli/common_cli.c
file added
+100
tests/lib/cli/common_cli.h
file added
+50
tests/lib/cli/test_cli.c
file added
+87
tests/lib/cli/test_cli.in
file added
+88
tests/lib/cli/test_cli.py
file added
+5
tests/lib/cli/test_cli.refout
file added
+339
tests/lib/cli/test_cli.refout.in
file added
+339
tests/lib/cli/test_commands.c
file added
+348
tests/lib/cli/test_commands.in
file added
+216
tests/lib/cli/test_commands.py
file added
+11
tests/lib/cli/test_commands.refout
file added
+1007
tests/lib/northbound/test_oper_data.c
file added
+431
tests/lib/northbound/test_oper_data.in
file added
+1
tests/lib/northbound/test_oper_data.py
file added
+4
tests/lib/northbound/test_oper_data.refout
file added
+119
tests/lib/test_buffer.c
file added
+57
tests/lib/test_checksum.c
file added
+543
tests/lib/test_graph.c
file added
+77
tests/lib/test_graph.py
file added
+4
tests/lib/test_graph.refout
file added
+64
tests/lib/test_heavy.c
file added
+103
tests/lib/test_heavy_thread.c
file added
+128
tests/lib/test_heavy_wq.c
file added
+159
tests/lib/test_idalloc.c
file added
+193
tests/lib/test_memory.c
file added
+120
tests/lib/test_nexthop_iter.c
file added
+311
tests/lib/test_nexthop_iter.py
file added
+7
tests/lib/test_privs.c
file added
+137
tests/lib/test_ringbuf.c
file added
+190
tests/lib/test_ringbuf.py
file added
+6
tests/lib/test_segv.c
file added
+85
tests/lib/test_sig.c
file added
+70
tests/lib/test_srcdest_table.c
file added
+442
tests/lib/test_srcdest_table.py
file added
+6
tests/lib/test_stream.c
file added
+70
tests/lib/test_stream.py
file added
+4
tests/lib/test_stream.refout
file added
+8
tests/lib/test_table.c
file added
+511
tests/lib/test_table.py
file added
+10
tests/lib/test_timer_correctness.c
file added
+191
tests/lib/test_timer_correctness.py
file added
+6
tests/lib/test_timer_performance.c
file added
+105
tests/lib/test_ttable.c
file added
+183
tests/lib/test_ttable.py
file added
+4
tests/lib/test_ttable.refout
file added
+143
tests/lib/test_zlog.c
file added
+61
tests/lib/test_zlog.py
file added
+4
tests/lib/test_zmq.c
file added
+325
tests/ospf6d/test_lsdb.c
file added
+258
tests/ospf6d/test_lsdb.in
file added
+72
tests/ospf6d/test_lsdb.py
file added
+4
tests/ospf6d/test_lsdb.refout
file added
+192
tests/runtests.py
file added
+6
tests/subdir.am
file added
+324
tests/topotests/subdir.am
file added
+7
tools/Makefile
file added
+10
tools/build-debian-package.sh
file added
+27
tools/etc/frr/daemons
file added
+65
tools/etc/frr/daemons.conf
file added
+1
tools/etc/frr/frr.conf
file added
+3
tools/etc/frr/vtysh.conf
file added
+1
tools/etc/iproute2/rt_protos.d/frr.conf
file added
+14
tools/etc/rsyslog.d/45-frr.conf
file added
+38
tools/frr-reload
file added
+7
tools/frr-reload.py
file added
+1341
tools/frr.in
file added
+627
tools/frr.service
file added
+25
tools/frrcommon.sh.in
file added
+334
tools/frrinit.sh.in
file added
+90
tools/gen_northbound_callbacks.c
file added
+313
tools/gen_yang_deviations.c
file added
+81
tools/multiple-bgpd.sh
file added
+84
tools/permutations.c
file added
+96
tools/rrcheck.pl
file added
+135
tools/rrlookup.pl
file added
+123
tools/start-stop-daemon.c
file added
+1066
tools/subdir.am
file added
+44
tools/watchfrr.sh.in
file added
+33
tools/zc.pl
file added
+111
tools/zebra.el
file added
+108
vtysh/Makefile
file added
+10
vtysh/extract.pl.in
file added
+265
vtysh/subdir.am
file added
+35
vtysh/vtysh.c
file added
+3881
vtysh/vtysh.conf.sample
file added
+7
vtysh/vtysh.h
file added
+111
vtysh/vtysh_config.c
file added
+547
vtysh/vtysh_main.c
file added
+701
vtysh/vtysh_user.c
file added
+221
vtysh/vtysh_user.h
file added
+30
watchfrr/Makefile
file added
+10
watchfrr/subdir.am
file added
+21
watchfrr/watchfrr.c
file added
+1336
watchfrr/watchfrr.h
file added
+44
watchfrr/watchfrr_errors.c
file added
+49
watchfrr/watchfrr_errors.h
file added
+33
watchfrr/watchfrr_vty.c
file added
+173
yang/embedmodel.py
file added
+78
yang/frr-interface.yang
file added
+46
yang/frr-isisd.yang
file added
+1404
yang/frr-module-translator.yang
file added
+68
yang/frr-ripd.yang
file added
+587
yang/frr-ripngd.yang
file added
+321
yang/frr-route-types.yang
file added
+109
yang/frr-test-module.yang
file added
+57
yang/libyang_plugins/frr_user_types.c
file added
+100
yang/libyang_plugins/subdir.am
file added
+14
yang/subdir.am
file added
+37
ylwrap
file added
+247
zebra/Makefile
file added
+10
zebra/connected.c
file added
+593
zebra/connected.h
file added
+59
zebra/debug.c
file added
+558
zebra/debug.h
file added
+97
zebra/if_ioctl.c
file added
+313
zebra/if_ioctl_solaris.c
file added
+351
zebra/if_netlink.c
file added
+1376
zebra/if_netlink.h
file added
+33
zebra/if_sysctl.c
file added
+147
zebra/interface.c
file added
+3129
zebra/interface.h
file added
+384
zebra/ioctl.c
file added
+602
zebra/ioctl.h
file added
+56
zebra/ioctl_solaris.c
file added
+402
zebra/ioctl_solaris.h
file added
+28
zebra/ipforward.h
file added
+32
zebra/ipforward_proc.c
file added
+185
zebra/ipforward_solaris.c
file added
+157
zebra/ipforward_sysctl.c
file added
+144
zebra/irdp.h
file added
+154
zebra/irdp_interface.c
file added
+730
zebra/irdp_main.c
file added
+355
zebra/irdp_packet.c
file added
+361
zebra/kernel_netlink.c
file added
+1192
zebra/kernel_netlink.h
file added
+71
zebra/kernel_socket.c
file added
+1461
zebra/kernel_socket.h
file added
+41
zebra/label_manager.c
file added
+487
zebra/label_manager.h
file added
+77
zebra/main.c
file added
+486
zebra/redistribute.c
file added
+817
zebra/redistribute.h
file added
+76
zebra/rib.h
file added
+459
zebra/router-id.c
file added
+290
zebra/router-id.h
file added
+40
zebra/rt.h
file added
+97
zebra/rt_netlink.c
file added
+2768
zebra/rt_netlink.h
file added
+77
zebra/rt_socket.c
file added
+404
zebra/rtadv.c
file added
+1852
zebra/rtadv.h
file added
+110
zebra/rtread_getmsg.c
file added
+276
zebra/rtread_netlink.c
file added
+63
zebra/rtread_sysctl.c
file added
+103
zebra/rule_netlink.c
file added
+287
zebra/rule_netlink.h
file added
+41
zebra/rule_socket.c
file added
+60
zebra/subdir.am
file added
+169
zebra/table_manager.c
file added
+241
zebra/table_manager.h
file added
+66
zebra/zapi_msg.c
file added
+2524
zebra/zapi_msg.h
file added
+86
zebra/zebra.conf.sample
file added
+23
zebra/zebra_dplane.c
file added
+1788
zebra/zebra_dplane.h
file added
+354
zebra/zebra_errors.c
file added
+740
zebra/zebra_errors.h
file added
+128
zebra/zebra_fpm.c
file added
+1640
zebra/zebra_fpm_dt.c
file added
+271
zebra/zebra_fpm_netlink.c
file added
+458
zebra/zebra_fpm_private.h
file added
+64
zebra/zebra_fpm_protobuf.c
file added
+301
zebra/zebra_l2.c
file added
+278
zebra/zebra_l2.h
file added
+99
zebra/zebra_memory.c
file added
+36
zebra/zebra_memory.h
file added
+40
zebra/zebra_mpls.c
file added
+2985
zebra/zebra_mpls.h
file added
+518
zebra/zebra_mpls_netlink.c
file added
+118
zebra/zebra_mpls_null.c
file added
+47
zebra/zebra_mpls_openbsd.c
file added
+470
zebra/zebra_mpls_vty.c
file added
+476
zebra/zebra_mroute.c
file added
+72
zebra/zebra_mroute.h
file added
+35
zebra/zebra_netns_id.c
file added
+361
zebra/zebra_netns_id.h
file added
+26
zebra/zebra_netns_notify.c
file added
+391
zebra/zebra_netns_notify.h
file added
+29
zebra/zebra_ns.c
file added
+246
zebra/zebra_ns.h
file added
+71
zebra/zebra_pbr.c
file added
+1166
zebra/zebra_pbr.h
file added
+255
zebra/zebra_ptm.c
file added
+1568
zebra/zebra_ptm.h
file added
+90
zebra/zebra_ptm_redistribute.c
file added
+116
zebra/zebra_ptm_redistribute.h
file added
+27
zebra/zebra_pw.c
file added
+564
zebra/zebra_pw.h
file added
+77
zebra/zebra_rib.c
file added
+3357
zebra/zebra_rnh.c
file added
+1091
zebra/zebra_rnh.h
file added
+87
zebra/zebra_routemap.c
file added
+1920
zebra/zebra_routemap.h
file added
+51
zebra/zebra_router.c
file added
+191
zebra/zebra_router.h
file added
+84
zebra/zebra_snmp.c
file added
+586
zebra/zebra_vrf.c
file added
+511
zebra/zebra_vrf.h
file added
+202
zebra/zebra_vty.c
file added
+3003
zebra/zebra_vxlan.c
file added
+9011
zebra/zebra_vxlan.h
file added
+208
zebra/zebra_vxlan_private.h
file added
+423
zebra/zserv.c
file added
+1077
zebra/zserv.h
file added
+265