* nftables: Add support for reserved header and addrs for routing header type 0
@ 2017-10-04 7:07 Harsha Sharma
2017-10-04 11:10 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Harsha Sharma @ 2017-10-04 7:07 UTC (permalink / raw)
To: netfilter-devel; +Cc: outreachy-kernel, harshasharmaiitr
Hello,
I'm working on task for adding support for reserved header and addrs for
routing header type 0 in nftables. The code already uses macros like
[RT0HDR_RESERVED], [RT0HDR_ADDR_1] in extensions/exthdr.c but they are
not declared in parser_bison.c like other macros [RTHDR_TYPE] and
[RTHDR_NEXTHDR].
Can anyone please guide me on how to declare macros in parser_bison.c?
Thanks for your time.
Regards,
Harsha Sharma
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: nftables: Add support for reserved header and addrs for routing header type 0
2017-10-04 7:07 nftables: Add support for reserved header and addrs for routing header type 0 Harsha Sharma
@ 2017-10-04 11:10 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2017-10-04 11:10 UTC (permalink / raw)
To: Harsha Sharma; +Cc: netfilter-devel, outreachy-kernel
On Wed, Oct 04, 2017 at 12:37:26PM +0530, Harsha Sharma wrote:
> Hello,
> I'm working on task for adding support for reserved header and addrs for
> routing header type 0 in nftables. The code already uses macros like
> [RT0HDR_RESERVED], [RT0HDR_ADDR_1] in extensions/exthdr.c but they are
> not declared in parser_bison.c like other macros [RTHDR_TYPE] and
> [RTHDR_NEXTHDR].
They are indeed declared, please take the time to familiarize with
'git grep' to search for token on the git repository.
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-04 11:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-04 7:07 nftables: Add support for reserved header and addrs for routing header type 0 Harsha Sharma
2017-10-04 11:10 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).