Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: OSPFD encapsulation #43

Open
wants to merge 1,357 commits into
base: ospf-unnumbered
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1357 commits
Select commit Hold shift + click to select a range
4feb0d0
bgpd: IPv6 Multipath broken with nexthop global address
Nov 10, 2015
60cc959
bgpd, doc, lib, zebra: nexthop-tracking in zebra
Nov 10, 2015
94627e6
bgpd: Add a null check in bgp_address_del() function when connected a…
Nov 10, 2015
0f2f7a3
*: Fix duplicate commands from view/enable node consolidation
pjakma Jun 16, 2016
a4f4029
vtysh: Make ipv6 unicast/multicast address-family work
vivek-cumulus Nov 10, 2015
af309fa
bgpd: Show more meaningful outq value in 'show ip bgp summary' output.
Nov 10, 2015
5cf768a
bgpd: Support matching on local preference in route-map
Nov 10, 2015
083e5e2
bgpd, doc: Allow route-map policy modifications to also affect route …
Nov 10, 2015
92992c6
zebra: Dissallow outside programs to delete Quagga routes
Nov 10, 2015
62f936e
ospf6d, ripd, vtysh: Fix "no set metric" for ospf6 and RIP
Nov 10, 2015
c0a4cc7
bgpd: Make "no redistribute" always remove the redistribute statement
Nov 10, 2015
dcc2185
bgpd: Make the private AS number check 4 byte compatible.
vipkumar May 20, 2015
5552da8
bgpd: Fix use after free in aspath_prepend with confeds
pjakma Jun 17, 2016
d0aa6e8
bgpd: Make aspath_highest 4-byte compatible for private AS
Jun 17, 2016
7824304
bgpd: iBGP multipath is broken if 'bgp deterministic-med' is enabled.
May 20, 2015
76a7280
bgpd: Fix aggregation issues found via ANVL
May 20, 2015
325fcfb
bgpd: Add clear command to force a bestpath recalculation and re-adve…
May 20, 2015
59fe0ee
bgpd: Add [bestpath|multipath] option to 'show ip bgp x.x.x.x'
May 20, 2015
a90dc87
ospfd: Support for 'clear ip ospf interface [IFNAME]'
vipkumar May 20, 2015
e509af8
opsf6d: Update router-LSA when nbr's interface-ID changes
vipkumar May 20, 2015
e87f808
ospf6d: Support for 'clear ipv6 ospf6 interface [ifname]
vipkumar May 20, 2015
f972dec
ospf6d: Add the missing ospf6 running check in show cmds
vipkumar May 20, 2015
69424be
ospf6d: We should accept long form of "no redistribute"
May 20, 2015
e2a0ebf
bgpd: Display BGP paths with unreachable nexthops as invalid
May 20, 2015
45af55a
ospfd: Make destination of p2p to multicast for LS-ACKS
vipkumar May 20, 2015
24521e2
ospfd: Fix no ip ospf hello-interval
May 20, 2015
f687b62
ospfd: Don't wait for state change to Exchange to start LSReq
May 20, 2015
f1b9611
ospf6d: LA (local-address) bit related inter-op fix.
vipkumar May 20, 2015
8c075ef
ospf6d: Fixing a couple of issues with ospf6_route_remove () routine.
vipkumar May 20, 2015
7d39125
ospf6d: Adding the initialization check in ospfv3_clean()
vipkumar May 20, 2015
fa2e786
bgpd: Make source interface selection in BGP for nexthop determinatio…
vivek-cumulus May 20, 2015
743219e
ospfd: "show ip ospf neighbor" header spacing
May 20, 2015
d8c5f27
bgpd: flag paths for multipath if we RX link-local and global nexthops
donaldsharp Mar 16, 2016
768d909
zebra: Suppress displaying default config as part of running config
May 20, 2015
147a812
vtysh: service integrated-vtysh-config not being written to file
donaldsharp May 21, 2015
de24f82
zebra: Add internal support for route tags
pchytla Jun 27, 2007
eefddcc
bgpd, lib, ospfd, zebra: Add ability to read/write tag value
pchytla Dec 1, 2015
2b2e38c
ospfd, vtysh: Add support for Route tags
pchytla Dec 1, 2015
605aa33
bgpd, vtysh: Add support for route tags
pchytla Dec 1, 2015
fb21447
zebra: add support for route tags
pchytla Dec 1, 2015
3b4fb57
ripd, ripngd: add support for route tags
pchytla Dec 1, 2015
96d1060
*: Widen width of Zserv routing tag field.
pjakma Jul 1, 2016
f2eb9ca
bgpd: atomic-aggregate is lost when we aggregate another aggregate th…
May 20, 2015
c7f25b9
bgpd, ospfd, ospf6d, ripd, ripngd, zebra: 'set metric -12' is broken …
May 20, 2015
9ae8552
zebra: Gather and display detailed info about clients of Zebra
May 20, 2015
9e518dd
bgpd: Alow gracefull shutdown of peers
May 20, 2015
988a50c
bgpd, lib: Clarify the different permutations of soft clearing a peer
May 20, 2015
4c7efde
zebra: Add check to notice when an interface is unnumbered
donaldsharp Nov 16, 2015
2153090
bgpd: Fix BGP_INFO_ATTR_CHANGED being cleared incorrectly
May 20, 2015
cb37de4
ospf6d: Fix loss of hello's on interface
vipkumar May 20, 2015
c696987
bgpd: Correct a few fuzz failures in BGP
May 20, 2015
fc2cee2
zebra: Fix incorrectly flagged nexthop
May 20, 2015
afc9cf9
osfd: Make OSPF compliant to the last sentence of this section in RFC…
vipkumar May 20, 2015
4f84737
zebra: Fix some warnings found during compile.
donaldsharp Dec 22, 2015
cb9ed1d
ospf6d: Fix double increment of Sequence Number
donaldsharp Jan 14, 2016
e25a974
bgpd: don't count a route with an unreachable nexthop in PfxRcd
Nov 10, 2015
6c6c1bf
bgpd: Improve peer scaling
Nov 10, 2015
5bcd754
bgpd: crash if attributes alone consume > 4096 bytes
May 20, 2015
d9ab53a
bgpd, zebra: Use next hop tracking for connected routes too
May 20, 2015
789dfc9
bgpd: Fix crash in 'show ip bgp nexthop'
pjakma Sep 6, 2016
4b502fd
tests: Fix testbgpmpattr and make check, broken by BGP NHT.
pjakma Jul 27, 2016
c365b53
bgpd: Remove unused and leaking code
louberger Jul 26, 2016
19e6c19
bgpd: bgp_nexthop_cache not deleted with peers
pjakma Sep 6, 2016
810ab34
bgp: bgp_nexthop init/free AFI_ETHER related NH tables
louberger Sep 5, 2016
b4e0119
bgpd: Fix buffer overflow error in bgp_dump_routes_func
euskov Jan 13, 2016
f5603cc
isisd: cleanup isis_circuit_lookup, errant from TE changes?
pjakma Sep 12, 2016
3732cba
isisd: API: basic circuit config
eqvinox Jul 29, 2016
ccd485d
isisd: API: basic area config
cfra Jul 28, 2016
f5fbfb2
isisd: API: circuit password
cfra Jul 28, 2016
b5d2f5f
isisd: API: timers (IIH, CSNP, PSNP)
eqvinox Jul 28, 2016
304c7da
isisd: API: LSP-MTU & area level
cfra Jul 28, 2016
4570ca4
isisd: API: timers (LSP, SPF)
cfra Jul 28, 2016
68845c1
isisd: API: area (L1), domain (L2) passwords
cfra Jul 28, 2016
f263413
isisd: drop unused per-type metric values
eqvinox Jul 28, 2016
515812d
isisd: fix isis_circuit_create()
eqvinox Aug 11, 2016
5a1a087
isisd: fix isis_circuit_af_set() on fresh circuit
eqvinox Aug 11, 2016
a798abb
isisd: fix network-type configuration
cfra Aug 11, 2016
1187e25
isisd: fix is_type_set
eqvinox Aug 12, 2016
4c7d717
isisd: fold up isis_circuit_is_type_set()
eqvinox Aug 12, 2016
af177b2
isisd: warn if there is an MTU issue on circuits
cfra Aug 15, 2016
743dd42
bgpd: Fix NHT race with Connect leading to test tool issues
pjakma Sep 30, 2016
68bfb61
bgp: ignore NHT when bgpd has never connected zebra
louberger Oct 6, 2016
e33545c
bgp: fix warning in bgp_nht.c
louberger Oct 10, 2016
bb04351
bgp: restore missing check from original ignore NHT change
louberger Oct 10, 2016
0d8b32a
bgpd: fix off-by-one in attribute flags handling
cfra Jun 14, 2016
7fca43f
ospf6d: don't access nexthops out of bounds
cfra Jun 14, 2016
8548973
ospf6d: fix off-by-one on display of spf reasons
cfra Jun 14, 2016
985823f
isisd: fix an error that was probably a result of copypasting
cfra Jun 14, 2016
ef9bc88
isisd: Fix size of malloc
cfra Jun 14, 2016
cfb1fae
zebra: stack overrun in IPv6 RA receive code (CVE-2016-1245)
eqvinox Aug 31, 2016
de58bdb
build: remove werror from buildtest.sh for now
pjakma Oct 18, 2016
258f3da
release: Bump version to 1.1.0
pjakma Oct 18, 2016
5477ee7
Revert "opsf6d: Update router-LSA when nbr's interface-ID changes"
pjakma Jan 11, 2017
b7ceefe
lib: limit size of vty buffer to 4096 bytes
qlyoung Jan 10, 2017
7d66284
lib: ensure vty buf is nul terminated and wrap puts to it with checks
pjakma Jan 19, 2017
99e00a1
lib: Bump library version-info
pjakma Jan 23, 2017
a64c66b
zebra: fix build on OpenBSD >= 5.9
rwestphal Jan 6, 2017
71e0ba7
vtysh: make warnings about node installs a non-default compile-time o…
nickhilliard Dec 27, 2016
f5a4488
vtysh: Fix, guard against NULL pointer dereference
Jafaral Aug 1, 2016
126b0e7
vty: Add ctrl-v <literal> to allow, e.g., '?' to be input for regex
pjakma Nov 18, 2016
e992eb9
HACKING: set a4paper by default
pjakma Jan 5, 2017
a66b462
HACKING: Add 'Objectives', 'Governance', and an initial 'Code of Cond…
pjakma Jan 9, 2017
f0705d5
HACKING: Update useful URLs
pjakma Jan 11, 2017
3b0e300
configure: Bump version to 1.1.1
pjakma Jan 23, 2017
631fcd2
zebra: use FIB state for nexthop tracking
fabled Oct 19, 2016
b41bb62
zebra: fix nht validity checking to be same as when it's resolved
fabled Oct 19, 2016
c9cc52a
bgpd: honor disable-connected-check option with next hop tracking
fabled Oct 19, 2016
e3443a2
bgpd: simplify ebgp-multihop and ttl-security handling
fabled Oct 19, 2016
a8f9790
config: Give the option of disabling run as user/group
Jafaral Jul 28, 2016
64f8c7d
configure: fix static linking with readline
tpetazzoni Aug 21, 2016
9ed99f0
lib/memory: fix indirect static link with zlib
baruchsiach Aug 21, 2016
95509a6
Extend BGP_SEND_ASPATH_CHECK to cover confederations
thorvald Sep 29, 2016
dc633bd
lib/stream: Add stream_discard, to discard read data from a stream
pjakma Dec 26, 2016
d395fd1
pimd: Remove dead code.
donaldsharp Jun 2, 2016
3e6a3a6
pimd: Remove source_new unneeded parameter
donaldsharp Jun 2, 2016
f8aef5f
pimd: Remove igmp_add_group_by_addr unneeded parameter
donaldsharp Jun 2, 2016
18343ee
pimd: Add support for displaying ip mroute
donaldsharp Jun 2, 2016
456cb63
pimd: Add ability to safely ignore route-maps
donaldsharp Jun 2, 2016
68cfaab
zebra: fix a crash in static_add_ipv6 caused by a NULL dereference
cfra Jun 6, 2016
5a7a23b
isisd: exit if daemonizing fails
cfra Jun 6, 2016
8db3863
ospf6d: remove unused broken function
cfra Jun 6, 2016
51b45a5
zebra: make fpm netlink_route_info_fill more robust
cfra Jun 6, 2016
c0a613f
bgpd: fix potential crash in community_list_dup_check
cfra Jun 6, 2016
6ff2acd
vtysh: send "no interface" command to all daemons that support it
idryzhov Jun 9, 2016
c96e78d
pimd: Fix of using uninitialized Memory
donaldsharp Jun 9, 2016
449b29e
lib: linklist: add listnode_add_before()
eqvinox Jun 13, 2016
47fb0a8
lib: add thread_add_timer_tv (struct timeval)
eqvinox Jun 13, 2016
cfb4826
lib: AgentX: use threads instead of eventloop hack
eqvinox Jun 13, 2016
5cb81ce
bgpd: setting nexthop doesn't need inet_pton
cfra Jun 14, 2016
708ea62
bgpd: check return value of zebra_interface_state_read
cfra Jun 14, 2016
32e41f7
bgpd: don't leak memory in community_regexp_include
cfra Jun 14, 2016
c8e8097
bgpd: fix memory leaks in show commands
cfra Jun 14, 2016
5bd78b9
ospfd: fix double assignment in ospf_vl_set_timers
cfra Jun 14, 2016
d1da1e9
pimd: don't leak original_s_route on error
cfra Jun 14, 2016
93ad10e
ripd: print md5 auth digest correctly
cfra Jun 14, 2016
5d9fae2
vtysh: handle case if there is no match in "write terminal $daemon"
cfra Jun 14, 2016
99f5672
vtysh: fix a memory leak in vtysh_client_execute
cfra Jun 14, 2016
be987c2
lib: Clean command.c
qlyoung Jun 16, 2016
54f1476
zebra: Change bitwise operations to purpose-built macros
qlyoung Jun 20, 2016
56ae5c4
zserv: get rid of code duplication in nexthop_lookup[_mrib] functions
Jafaral Jun 17, 2016
dafa05e
nhrpd: implement next hop resolution protocol
fabled Jan 19, 2017
5958b8f
ospfd: Update route in zebra when tag changes
cfra Oct 1, 2016
ddc160c
*: Port Christians tweaks for 32-bit route tags
cfra Oct 1, 2016
7ae2b60
ospf6d: add support for route tags
cfra Oct 1, 2016
2bbacea
ripd: add support for route tags
cfra Oct 1, 2016
5bb328e
ripngd: add support for route tags
cfra Oct 1, 2016
c2c63cb
ospfd: Fix arm compile issue
donaldsharp Oct 10, 2016
a53d4e5
build: configure.ac - use AC_PROG_CC_C99 instead of cflags to force c…
mwinter-osr Oct 21, 2016
f2f44ea
zebra: fix link-params CLI handling
eqvinox Nov 12, 2016
2c0adbf
vtysh, zebra: Fix link-params to use exit-link-params
donaldsharp Nov 18, 2016
4d48bb3
bgpd: fix "show ip bgp" column alignment
Nov 29, 2016
670f3db
bgpd: fix invalid memory access in peer_free()
rwestphal Nov 28, 2016
574e500
bgpd: Add route count from neighbours & established sessions to bgp s…
pjakma May 17, 2016
0c175f8
ospfd: 'ip ospf network' interface should down iface before changing …
pjakma Dec 21, 2015
867946b
lib: vty_prefix_list_install should validate afi/safi
pjakma Dec 21, 2015
40fc3dd
build: Add GCC stack-protector/SSP to default flag set
pjakma Oct 11, 2016
5bc62ca
isisd,ospf6d,bgpd: Fix GCC 6 warnings on indentation not matching con…
pjakma Jul 11, 2016
b174a58
ripd: Fix GCC6 warning on misleading indentation
pjakma Jan 23, 2017
5931124
tools: Remove historic scripts
pjakma Jul 8, 2016
a6efbab
tools/multiple-bgpd: extend the ring, enable mpath, add links to +-2 …
pjakma Dec 1, 2015
366bb4a
tools: Extend multiple-bgpd.sh to support BIRD, ExaBGP plus more conf…
pjakma May 17, 2016
a2f0db2
lib: track worst case # of cycles and don't allow granularity to go a…
pjakma Feb 25, 2016
05c9075
bgpd: Modernise BGP defaults for MRAI and connect time
pjakma May 17, 2016
3dda6b3
bgpd: Rejiggle exported nht function names and consolidate some code
pjakma Sep 6, 2016
5a9f13a
bgpd: Remove change that makes NHT tickle BGP FSM.
pjakma Oct 4, 2016
b1b1579
bgpd: consolidate start timer backoff via a 'BGP_Stop_with_error' FSM…
pjakma Sep 21, 2016
b8f8ba1
bgpd: Make the exponential backoff on BGP stop_with_error slower
pjakma Sep 28, 2016
86d87e0
bgpd: Graphviz dot files for the BGP FSM
pjakma Apr 20, 2016
f2a4b8f
nhrpd: Add libgen.h include for basename call
pjakma Jan 20, 2017
3334bab
bgpd: Add support for BGP Large Communities
job Jan 20, 2017
7fa7acb
bgpd: Fix unhandled enum warning for AFI_ETHER
pjakma Jan 20, 2017
23426d2
lib: routemap.h depends on prefix.h
pjakma Jan 23, 2017
b1887c8
doc: add initial nhrpd documentation
fabled Jan 24, 2017
ac728fd
nhrpd: Makefile.am needs to specify the headers, for dist tarballs to…
pjakma Jan 27, 2017
461649d
doc: nhrpd.texi needs to referenced by Makefile for dist tarballs
pjakma Jan 27, 2017
a04d836
release: Add release.sh script and update HACKING.md accordingly.
pjakma Jan 27, 2017
2d81a7a
bgpd: Send OPEN immediately on inbound connections
pjakma Apr 20, 2016
f408fa2
lib: Add a trivial sockunion_get_port helper function
pjakma Apr 25, 2016
ac278ea
bgpd: collision-detect should retain Established peers + tidy logic +…
pjakma Apr 26, 2016
1ebafb6
bgpd: collision detection assumes 'new' peer is the inbound connection
pjakma Apr 27, 2016
c798623
bgpd: Better/more debug for collisions, inc. logging port of NOTIFYs.
pjakma Sep 21, 2016
5a0c1be
bgpd: Config state related to OPEN must now be copied to accept peer.
pjakma Sep 15, 2016
d023f9f
bgpd: Rollback "always send OPEN" a little, to workaround test suite …
pjakma Sep 16, 2016
f452d54
ripd: Fix restriction on default RTE that's incompatible with CIDR
jamercee Jan 27, 2017
b29cd82
HACKING: Update governance
pjakma Feb 5, 2017
3c06ac0
build/HACKING: add check for pandoc and update make rule for HACKING.pdf
pjakma Feb 5, 2017
c876b0b
release: Quagga 1.2.0
pjakma Feb 8, 2017
6dbb58c
zebra: Make the --nl-bufsize arg set the input parse buffer too
pjakma Feb 8, 2017
21e8b42
ospfd: fix NSSA LSA translation (BZ#493)
Dec 22, 2011
e7c65f6
ospfd: address ospf_schedule_abr_task() warning
infrastation Feb 19, 2012
2e0fb0e
redhat: Add quagga user to quaggavt vty group by default, bug #937
Feb 23, 2017
343074a
solaris: Fix quagga.init.in shell errors
Feb 23, 2017
004db27
nhrpd: workaround old kernel vs. glibc definition conflics
fabled Feb 14, 2017
2d78fe7
distro/redhat: package nhrpd
fabled Feb 14, 2017
64c5608
systemd: various service file improvements
msekletar Oct 20, 2016
9e31fbc
distro/redhat: spec syntax error if texi2html not installed
pjakma Feb 27, 2017
9368746
distro/redhat: Update to F24 and fix few issues, add nhrpd.service
pjakma Feb 27, 2017
4cdc030
distro/redhat: build needs pkg-config and nhrpd needs c-ares
pjakma Mar 3, 2017
45c5426
hacking: Add link to buildbot
pjakma Mar 3, 2017
db968b6
doc: stop generating defines.texi from configure
pjakma Mar 4, 2017
db2dafa
build: Fix distcheck errors
pjakma Mar 3, 2017
32b4fb4
HACKING: example config for buildbot client and usage for 'try' command
pjakma Mar 4, 2017
d77ad3c
HACKING: fix indentation in URLs list, remove super obsolete import s…
pjakma Mar 4, 2017
08815d5
infra: buildbot master configs and slave systemd service file
pjakma Mar 4, 2017
7e43fe4
infra/patchwork: systemd files and production.py settings
pjakma Mar 4, 2017
75ebcd8
distro/redhat: fix rpmlint warnings
pjakma Mar 5, 2017
304ec31
distro/redhat: Make texi2html conditional, default off, to avoid TeX …
pjakma Mar 5, 2017
3bc1273
distro/redhat: Allow for split info files
pjakma Mar 5, 2017
390bffa
infra/buildbot: Add initial RPM check builders
pjakma Mar 5, 2017
0d91779
infra/buildbot: fix "for w workers", use common defs for common sets
pjakma Mar 5, 2017
55b11c2
vtysh: Bug 789 - vtysh ripngd does not have distribute-list command
jwzawadzki Mar 4, 2017
d04f9ec
doc: make netmasks in 4.3 Static Route Commands the same
jwzawadzki Mar 4, 2017
f25b731
configure: libtool < 2.4.6 doesn't work with fstack-protector-strong
pjakma Mar 7, 2017
32947f2
configure: use AC_C_FLAG for Sun Studio cc
pjakma Mar 7, 2017
e17ff9b
HACKING: git diff ... | buildbot try example
pjakma Mar 7, 2017
203ab89
buildbot: add OpenIndiana hipster bot
pjakma Mar 7, 2017
e28ebbc
solaris/buildbot: Add SMF service manifest for buildbot-slave/worker
pjakma Mar 7, 2017
72e3b8b
buildbot: Add revlink to map quagga git repo to Savannah cgit URI
pjakma Mar 8, 2017
ca7399f
doc: Add a nice CSS file for HTML texinfo
pjakma Mar 8, 2017
69f8d5d
configure: Add commonly used GCC security flags
pjakma Mar 8, 2017
69c6298
doc: pdftex works with PNGs now, remove dependency on PDF figures
pjakma Mar 8, 2017
dcfb480
doc: Tweak internal layout of fig-rs-processing slightly
pjakma Mar 8, 2017
974511e
doc/routeserver: Remove needless figures, centre and tweak other figs
pjakma Mar 8, 2017
3db7c87
doc: Explicit quagga.pdf rule can go now
pjakma Mar 8, 2017
7ecc5f5
doc: Remove refs to removed topology figures
pjakma Mar 8, 2017
1bfd655
doc: Fix overfull hboxes errors that cause PDF build to return fail
pjakma Mar 8, 2017
6a48343
doc: Clean the tex index files up
pjakma Mar 9, 2017
5e55800
doc: Nearly all the world uses A4 paper, set as default for TeX output
pjakma Mar 9, 2017
431900f
buildbot: build documentation, add nightly upload of master docs, oth…
pjakma Mar 9, 2017
da94416
release: Quagga 1.2.1
pjakma Mar 10, 2017
b2f1874
nhrpd: implement 'show ip nhrp nhs'
fabled Mar 25, 2017
d7f6770
nhrp: implement 'no ip nhrp map' command
fabled Apr 21, 2017
e916ffd
nhrp: fix protocol address family parsing on receive
fabled Apr 20, 2017
e0401e1
nhrp: explicitly cast ints to size_t for vici_request_vc va_list hand…
fabled Apr 21, 2017
add1dcd
nhrp: notify 'tunnel protection' changes
fabled Apr 21, 2017
b328262
nhrp: fix potential crash when vici profile name is not configured
fabled Apr 21, 2017
a2c2353
nhrp: parse and log command response errors from strongSwan
fabled Apr 21, 2017
8e8945b
nhrp: improve CIE prefix length handling
fabled May 3, 2017
9d510fc
nhrpd: Fix some missing newlines
donaldsharp May 18, 2017
1a8b017
nhrpd: Fix crash in 'no nhrp event socket..' command
donaldsharp May 17, 2017
7101ccb
nhrpd: announce ipv6 routes to zebra
fabled May 18, 2017
a929c52
nhrpd: configure mgre ipv6 nd for nhrp
fabled May 19, 2017
a0e8ee2
vtysh:address-family vpnv6 and vpnv6 unicast added to resolve
balajig May 13, 2017
0600823
ripd: ripv2 fails to send packets on non multicast interface
Jul 19, 2011
5178613
nhrpd: add few tested kernels, improve readme notes
fabled Jun 15, 2017
1d00f7e
nhrpd: add example nhrp event processing script (in lua)
fabled Jul 14, 2017
44b486f
nhrpd: use hop count 1 for registration requests
fabled Aug 17, 2017
fceb0cf
zebra: Fix to set tag for a static route configured.
balajig Oct 2, 2017
7a42b78
bgpd: Fix AS_PATH size calculation for long paths
x-way Oct 2, 2017
4f721a7
Bumped up the version to 1.2.2
balajig Oct 3, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,19 @@ quagga-[0-9.][0-9.][0-9.]*.tar.gz
quagga-[0-9.][0-9.][0-9.]*.tar.gz.asc
.nfs*
libtool
.libs
.arch-inventory
.arch-ids
{arch}
build
.msg
.rebase-*
*~
*.o
*.loT
m4/*.m4

!m4/ax_sys_weak_alias.m4
cscope.*
*.pb.h
*.pb-c.h
*.pb-c.c
10 changes: 5 additions & 5 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ patent must be licensed for everyone's free use or not licensed at all.

The precise terms and conditions for copying, distribution and
modification follow.

GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

Expand Down Expand Up @@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
Expand Down Expand Up @@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.

4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
Expand Down Expand Up @@ -225,7 +225,7 @@ impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.

8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
Expand Down Expand Up @@ -278,7 +278,7 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

END OF TERMS AND CONDITIONS

Appendix: How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest
Expand Down
18 changes: 9 additions & 9 deletions COPYING.LIB
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ library. If the library is modified by someone else and passed on, we
want its recipients to know that what they have is not the original
version, so that any problems introduced by others will not reflect on
the original authors' reputations.

Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that companies distributing free
software will individually obtain patent licenses, thus in effect
Expand Down Expand Up @@ -98,7 +98,7 @@ works together with the library.

Note that it is possible for a library to be covered by the ordinary
General Public License rather than by this special one.

GNU LIBRARY GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

Expand Down Expand Up @@ -145,7 +145,7 @@ Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.

2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
Expand Down Expand Up @@ -203,7 +203,7 @@ instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.

Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
Expand Down Expand Up @@ -254,7 +254,7 @@ Library will still fall under Section 6.)
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.

6. As an exception to the Sections above, you may also compile or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
Expand Down Expand Up @@ -308,7 +308,7 @@ restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.

7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
Expand Down Expand Up @@ -349,7 +349,7 @@ subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.

11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
Expand Down Expand Up @@ -401,7 +401,7 @@ conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.

14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
Expand Down Expand Up @@ -435,7 +435,7 @@ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.

END OF TERMS AND CONDITIONS

Appendix: How to Apply These Terms to Your New Libraries

If you develop a new library, and you want it to be of the greatest
Expand Down
Loading