bird/proto/ospf
Ondrej Zajicek 1321e12ac4 Static: Allows to specify attributes for static routes
The patch adds suport for specifying route attributes together with
static routes, e.g.:

 route 10.1.1.0/24 via 10.0.0.1 { krt_advmss = 1200; ospf_metric1 = 100; };
2015-07-20 17:11:10 +02:00
..
config.Y Store protocol config size inside protocol structure 2015-02-21 21:08:23 +01:00
dbdes.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
Doc Doc. 2000-06-07 23:23:37 +00:00
hello.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
iface.c Typo fix by Hans van Kranenburg 2015-06-01 10:41:17 +02:00
lsack.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
lsalib.c OSPF: Redesign LSA checksumming 2015-05-01 14:40:56 +02:00
lsalib.h OSPF: Redesign LSA checksumming 2015-05-01 14:40:56 +02:00
lsreq.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
lsupd.c OSPF: Redesign LSA checksumming 2015-05-01 14:40:56 +02:00
Makefile Routing table calculation. Dijkstra done. 2000-04-26 12:54:23 +00:00
neighbor.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
ospf.c Static: Allows to specify attributes for static routes 2015-07-20 17:11:10 +02:00
ospf.h Minor fixes 2015-04-12 10:47:17 +02:00
packet.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
rt.c Moving of mulipath merging code from OSPF to nest 2015-06-08 02:24:08 +02:00
rt.h Moving of mulipath merging code from OSPF to nest 2015-06-08 02:24:08 +02:00
topology.c OSPF: Redesign LSA checksumming 2015-05-01 14:40:56 +02:00
topology.h Moving of mulipath merging code from OSPF to nest 2015-06-08 02:24:08 +02:00