Go to file
Philippe Guibert e26aedbe0b lib: split logicalrouter and vrf netns feature
This split is introducing logicalrouter.[ch] as the file that contains
the vty commands to configure logical router feature. The split has as
consequence that the backend of logical router is linux_netns.c formerly
called ns.c. The same relationship exists between VRF and its backend
which may be linux_netns.c file.
The split is adapting ns and vrf fiels so as to :
- clarify header
- ensure that the daemon persepctive, the feature VRF or logical router
  is called instead of calling directly ns.
- this implies that VRF will call NS apis, as logical router does.

Also, like it is done for default NS and default VRF, the associated VRF
is enabled first, before NETNS is enabled, so that zvrf->zns pointer is
valid when NETNS discovery applies.

Also, other_netns.c file is a stub handler that will be used for non
linux systems. As NETNS feature is only used by Linux, some BSD systems
may want to use the same backend API to benefit from NETNS. This is what
that file has been done.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
2018-02-27 11:11:24 +01:00
babeld *: Track vrfs per nexthop not per route entry 2018-02-08 19:35:53 -05:00
bgpd bgpd: do not start BGP VRF peer connection, if VRF not unknown 2018-02-27 11:11:24 +01:00
debianpkg pimd: Multicast traceroute client and router 2018-02-19 23:13:55 +01:00
doc doc: add vrfwnetns keyword for zebra in doc 2018-02-27 11:11:24 +01:00
eigrpd *: Track vrfs per nexthop not per route entry 2018-02-08 19:35:53 -05:00
fpm build: clean up BUILT_SOURCES 2017-08-04 11:13:55 +02:00
gdb gdb: Add a directory of files with gdb macros 2016-05-26 15:33:30 +00:00
include zebra: upon NS creation, collect the NSID via netlink 2018-02-27 11:11:24 +01:00
init build: delete .cvsignore files 2011-12-13 14:27:01 +04:00
isisd isisd: Remove impossible check 2018-02-17 14:52:44 -05:00
ldpd *: Make assignment from RB_ROOT in while loop work better 2018-02-23 07:08:36 -05:00
lib lib: split logicalrouter and vrf netns feature 2018-02-27 11:11:24 +01:00
m4 build: non-recursive auxiliary directories 2017-07-31 23:03:30 +02:00
nhrpd *: Track vrfs per nexthop not per route entry 2018-02-08 19:35:53 -05:00
ospf6d Merge pull request #1754 from chiragshah6/ospfv3_dev 2018-02-15 14:39:09 -06:00
ospfclient Merge pull request #911 from opensourcerouting/non-recursive-2 2017-08-09 14:38:07 -04:00
ospfd ospfd: fix static analysis with variable initialised never read 2018-02-27 11:11:24 +01:00
pimd *: Make assignment from RB_ROOT in while loop work better 2018-02-23 07:08:36 -05:00
pkgsrc *: Remove cvs control points 2017-12-05 17:28:12 -05:00
ports pimd: merge pimd as of 2015-01-19 2016-05-25 20:38:32 -04:00
python zebra: unify the ipv4/ipv6 'show ip route' commands - part 1/2 2017-10-24 10:12:40 -02:00
qpb build: clean up BUILT_SOURCES 2017-08-04 11:13:55 +02:00
redhat redhat: Build with FPM 2018-01-18 09:31:20 -05:00
ripd Merge pull request #1701 from donaldsharp/zapi_vrf_label 2018-02-13 19:05:42 -08:00
ripngd *: Track vrfs per nexthop not per route entry 2018-02-08 19:35:53 -05:00
sharpd Merge pull request #1753 from donaldsharp/afi_vrf_label 2018-02-16 12:36:08 -06:00
snapcraft build: non-recursive auxiliary directories 2017-07-31 23:03:30 +02:00
solaris gitignore: update references to FRR 2017-07-12 11:55:04 -05:00
tests tests: fix warnings related to afi/safi constants 2018-02-02 16:31:07 -02:00
tools Merge branch 'master' into stylechecker 2018-02-23 11:23:29 -05:00
vtysh vtysh: .history_quagga --> .history_frr 2018-02-23 12:40:57 -05:00
watchfrr Merge pull request #1514 from donaldsharp/watchfrr 2017-12-12 08:51:25 -08:00
zebra zebra: handle some ioctl operations for VRF 2018-02-27 11:11:24 +01:00
.clang-format ospfd: LSDB_LOOP treat it as a loop. 2018-01-17 13:29:58 -05:00
.dir-locals.el .dir-locals.el: show trailing whitespace 2017-11-07 12:05:09 -05:00
.gitignore debian/backports: include in distfile, don't put files in .. 2017-11-17 17:55:29 -08:00
AUTHORS Initial revision 2002-12-13 20:15:29 +00:00
bootstrap.sh autoreconf -i 2007-02-06 19:28:28 +00:00
buildtest.sh config: switch a few references to say FRR 2017-07-12 11:25:33 -05:00
ChangeLog Rename: freerangerouting --> frrouting 2017-03-30 14:24:05 -04:00
common.am python/clippy: make output file writing less weird 2017-08-24 00:18:53 +02:00
COMMUNITY.md COMMUNITY.md: add paragraph on use of development list and discussing/documenting decisions 2017-12-12 08:42:54 -05:00
configure.ac pimd: Multicast traceroute client and router 2018-02-19 23:13:55 +01:00
COPYING *: make consistent & update GPLv2 file headers 2017-05-15 16:37:41 +02:00
COPYING-LGPLv2.1 build: remove LGPL v2.0, add LGPL v2.1 2016-11-15 17:19:38 +09:00
defaults.h *: reindent 2017-07-17 14:04:07 +02:00
git-reindent-branch.py *: update git-reindent-branch.py 2017-08-22 18:51:31 +02:00
indent.py also protect ALIAS from indenting 2018-02-09 10:18:35 -08:00
Makefile.am sharpd: Add Super Happy Advanced Routing Protocol 2017-11-27 09:16:30 -05:00
NEWS release: 0.99.24 2016-06-03 15:56:44 -04:00
README frr: update README 2018-01-16 15:54:32 -05:00
README.NetBSD config: switch a few references to say FRR 2017-07-12 11:25:33 -05:00
render_md.py build: number sections in COMMUNITY.md HTML 2016-12-05 19:08:00 +01:00
REPORTING-BUGS config: switch a few references to say FRR 2017-07-12 11:25:33 -05:00
SERVICES babeld/eigrpd: flip VTY ports & fix rpm 2017-06-13 14:36:55 +02:00
stamp-h.in Initial revision 2002-12-13 20:15:29 +00:00
update-autotools * README.NetBSD: use update-autotools instead of autoreconf 2007-02-02 16:52:38 +00:00

FRRouting is free software that implements and manages various IPv4 and IPv6
routing protocols.

Currently FRRouting supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, RIPng,
IS-IS, PIM-SM/MSDP, LDP and Babel as well as very early support for EIGRP and
NHRP.

See the file REPORTING-BUGS to report bugs.

See COMMUNITY.md for information on contributing.

Free RRRouting is free software. See the file COPYING for copying conditions.

Public email discussion can be found at https://lists.frrouting.org/listinfo

Our public slack channel is at https://frrouting.slack.com